@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.040Z") @Stability(value=Stable) public interface CfnVPCEndpointProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnVPCEndpointProps.Builder
A builder for
CfnVPCEndpointProps |
static class |
CfnVPCEndpointProps.Jsii$Proxy
An implementation for
CfnVPCEndpointProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnVPCEndpointProps.Builder |
builder() |
default Object |
getPolicyDocument()
`AWS::EC2::VPCEndpoint.PolicyDocument`.
|
default Object |
getPrivateDnsEnabled()
`AWS::EC2::VPCEndpoint.PrivateDnsEnabled`.
|
default List<String> |
getRouteTableIds()
`AWS::EC2::VPCEndpoint.RouteTableIds`.
|
default List<String> |
getSecurityGroupIds()
`AWS::EC2::VPCEndpoint.SecurityGroupIds`.
|
String |
getServiceName()
`AWS::EC2::VPCEndpoint.ServiceName`.
|
default List<String> |
getSubnetIds()
`AWS::EC2::VPCEndpoint.SubnetIds`.
|
default String |
getVpcEndpointType()
`AWS::EC2::VPCEndpoint.VpcEndpointType`.
|
String |
getVpcId()
`AWS::EC2::VPCEndpoint.VpcId`.
|
@Stability(value=Stable) @NotNull String getServiceName()
@Stability(value=Stable) @NotNull String getVpcId()
@Stability(value=Stable) @Nullable default Object getPolicyDocument()
@Stability(value=Stable) @Nullable default Object getPrivateDnsEnabled()
@Stability(value=Stable) @Nullable default List<String> getRouteTableIds()
@Stability(value=Stable) @Nullable default List<String> getSecurityGroupIds()
@Stability(value=Stable) @Nullable default List<String> getSubnetIds()
@Stability(value=Stable) @Nullable default String getVpcEndpointType()
@Stability(value=Stable) static CfnVPCEndpointProps.Builder builder()
CfnVPCEndpointProps.Builder of CfnVPCEndpointPropsCopyright © 2021. All rights reserved.