@Stability(value=Stable) @Internal public static final class VpcContextQuery.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VpcContextQuery
VpcContextQuerysoftware.amazon.jsii.JsiiObject.InitializationModeVpcContextQuery.Builder, VpcContextQuery.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(VpcContextQuery.Builder builder)
Constructor that initializes the object based on literal property values passed by the
VpcContextQuery.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAccount()
Query account.
|
Map<String,String> |
getFilter()
Filters to apply to the VPC.
|
String |
getLookupRoleArn()
The ARN of the role that should be used to look up the missing values.
|
String |
getRegion()
Query region.
|
Boolean |
getReturnAsymmetricSubnets()
Whether to populate the subnetGroups field of the
VpcContextResponse, which contains potentially asymmetric subnet groups. |
String |
getSubnetGroupNameTag()
Optional tag for subnet group name.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(VpcContextQuery.Builder builder)
VpcContextQuery.Builder.public final String getAccount()
VpcContextQuerygetAccount in interface VpcContextQuerypublic final Map<String,String> getFilter()
VpcContextQueryFilter parameters are the same as passed to DescribeVpcs.
getFilter in interface VpcContextQuerypublic final String getRegion()
VpcContextQuerygetRegion in interface VpcContextQuerypublic final String getLookupRoleArn()
VpcContextQueryDefault: - None
getLookupRoleArn in interface VpcContextQuerypublic final Boolean getReturnAsymmetricSubnets()
VpcContextQueryVpcContextResponse, which contains potentially asymmetric subnet groups.
Default: false
getReturnAsymmetricSubnets in interface VpcContextQuerypublic final String getSubnetGroupNameTag()
VpcContextQueryIf not provided, we'll look at the aws-cdk:subnet-name tag. If the subnet does not have the specified tag, we'll use its type as the name.
Default: 'aws-cdk:subnet-name'
getSubnetGroupNameTag in interface VpcContextQuery@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.