@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:44.010Z") @Stability(value=Experimental) public interface VpcContextQuery extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
VpcContextQuery.Builder
A builder for
VpcContextQuery |
static class |
VpcContextQuery.Jsii$Proxy
An implementation for
VpcContextQuery |
| Modifier and Type | Method and Description |
|---|---|
static VpcContextQuery.Builder |
builder() |
String |
getAccount()
(experimental) Query account.
|
Map<String,String> |
getFilter()
(experimental) Filters to apply to the VPC.
|
default String |
getLookupRoleArn()
(experimental) The ARN of the role that should be used to look up the missing values.
|
String |
getRegion()
(experimental) Query region.
|
default Boolean |
getReturnAsymmetricSubnets()
(experimental) Whether to populate the subnetGroups field of the
VpcContextResponse, which contains potentially asymmetric subnet groups. |
default String |
getSubnetGroupNameTag()
(experimental) Optional tag for subnet group name.
|
@Stability(value=Experimental) @NotNull String getAccount()
@Stability(value=Experimental) @NotNull Map<String,String> getFilter()
Filter parameters are the same as passed to DescribeVpcs.
https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpcs.html@Stability(value=Experimental) @NotNull String getRegion()
@Stability(value=Experimental) @Nullable default String getLookupRoleArn()
Default: - None
@Stability(value=Experimental) @Nullable default Boolean getReturnAsymmetricSubnets()
VpcContextResponse, which contains potentially asymmetric subnet groups.
Default: false
@Stability(value=Experimental) @Nullable default String getSubnetGroupNameTag()
If 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'
@Stability(value=Experimental) static VpcContextQuery.Builder builder()
VpcContextQuery.Builder of VpcContextQueryCopyright © 2021. All rights reserved.