@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)",
date="2022-08-02T20:25:33.330Z")
public interface CfnVpcLinkProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.apigatewayv2.*; CfnVpcLinkProps cfnVpcLinkProps = CfnVpcLinkProps.builder() .name("name") .subnetIds(List.of("subnetIds")) // the properties below are optional .securityGroupIds(List.of("securityGroupIds")) .tags(Map.of( "tagsKey", "tags")) .build();
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() |
java.lang.String |
getName()
The name of the VPC link.
|
default java.util.List<java.lang.String> |
getSecurityGroupIds()
A list of security group IDs for the VPC link.
|
java.util.List<java.lang.String> |
getSubnetIds()
A list of subnet IDs to include in the VPC link.
|
default java.util.Map<java.lang.String,java.lang.String> |
getTags()
The collection of tags.
|
java.lang.String getName()
java.util.List<java.lang.String> getSubnetIds()
default java.util.List<java.lang.String> getSecurityGroupIds()
default java.util.Map<java.lang.String,java.lang.String> getTags()
Each tag element is associated with a given resource.
static CfnVpcLinkProps.Builder builder()
CfnVpcLinkProps.Builder
of CfnVpcLinkProps