@Stability(value=Experimental) @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(String account,
Map<String,String> filter,
String region,
Boolean returnAsymmetricSubnets,
String subnetGroupNameTag)
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()
(experimental) Query account.
|
Map<String,String> |
getFilter()
(experimental) Filters to apply to the VPC.
|
String |
getRegion()
(experimental) Query region.
|
Boolean |
getReturnAsymmetricSubnets()
(experimental) Whether to populate the subnetGroups field of the
VpcContextResponse, which contains potentially asymmetric subnet groups. |
String |
getSubnetGroupNameTag()
(experimental) 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.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 VpcContextQueryhttps://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpcs.htmlpublic final String getRegion()
VpcContextQuerygetRegion 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 © 2021. All rights reserved.