@Generated(value="jsii-pacmak/1.5.0 (build 46538f8)", date="2020-05-21T11:01:44.897Z") @Stability(value=External) public interface CfnVPCEndpointProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html
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=External) @NotNull String getServiceName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-servicename
@Stability(value=External) @NotNull String getVpcId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcid
@Stability(value=External) @Nullable default Object getPolicyDocument()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-policydocument
@Stability(value=External) @Nullable default Object getPrivateDnsEnabled()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-privatednsenabled
@Stability(value=External) @Nullable default List<String> getRouteTableIds()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-routetableids
@Stability(value=External) @Nullable default List<String> getSecurityGroupIds()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-securitygroupids
@Stability(value=External) @Nullable default List<String> getSubnetIds()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-subnetids
@Stability(value=External) @Nullable default String getVpcEndpointType()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcendpointtype
@Stability(value=External) static CfnVPCEndpointProps.Builder builder()
CfnVPCEndpointProps.Builder
of CfnVPCEndpointProps
Copyright © 2020. All rights reserved.