@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:56.916Z") @Stability(value=Stable) public interface CfnVpcLinkProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnVpcLinkProps.Builder
A builder for
CfnVpcLinkProps |
static class |
CfnVpcLinkProps.Jsii$Proxy
An implementation for
CfnVpcLinkProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnVpcLinkProps.Builder |
builder() |
String |
getName()
`AWS::ApiGatewayV2::VpcLink.Name`.
|
default List<String> |
getSecurityGroupIds()
`AWS::ApiGatewayV2::VpcLink.SecurityGroupIds`.
|
List<String> |
getSubnetIds()
`AWS::ApiGatewayV2::VpcLink.SubnetIds`.
|
default Object |
getTags()
`AWS::ApiGatewayV2::VpcLink.Tags`.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull List<String> getSubnetIds()
@Stability(value=Stable) @Nullable default List<String> getSecurityGroupIds()
@Stability(value=Stable) @Nullable default Object getTags()
@Stability(value=Stable) static CfnVpcLinkProps.Builder builder()
CfnVpcLinkProps.Builder of CfnVpcLinkPropsCopyright © 2021. All rights reserved.