@Stability(value=Stable) @Internal public static final class CfnVPCEndpointProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnVPCEndpointProps
CfnVPCEndpointPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnVPCEndpointProps.Builder, CfnVPCEndpointProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnVPCEndpointProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnVPCEndpointProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getPolicyDocument()
A policy that controls access to the service from the VPC.
|
Object |
getPrivateDnsEnabled()
Indicate whether to associate a private hosted zone with the specified VPC.
|
List<String> |
getRouteTableIds()
The route table IDs.
|
List<String> |
getSecurityGroupIds()
The IDs of the security groups to associate with the endpoint network interface.
|
String |
getServiceName()
The service name.
|
List<String> |
getSubnetIds()
The ID of the subnets in which to create an endpoint network interface.
|
String |
getVpcEndpointType()
The type of endpoint.
|
String |
getVpcId()
The ID of the VPC in which the endpoint will be used.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnVPCEndpointProps.Builder builder)
CfnVPCEndpointProps.Builder.public final String getServiceName()
CfnVPCEndpointPropsTo list the available services, use DescribeVpcEndpointServices . Otherwise, get the name from the service provider.
getServiceName in interface CfnVPCEndpointPropspublic final String getVpcId()
CfnVPCEndpointPropsgetVpcId in interface CfnVPCEndpointPropspublic final Object getPolicyDocument()
CfnVPCEndpointPropsIf this parameter is not specified, the default policy allows full access to the service. Endpoint policies are supported only for gateway and interface endpoints.
For CloudFormation templates in YAML, you can provide the policy in JSON or YAML format. AWS CloudFormation converts YAML policies to JSON format before calling the API to create or modify the VPC endpoint.
getPolicyDocument in interface CfnVPCEndpointPropspublic final Object getPrivateDnsEnabled()
CfnVPCEndpointProps
The private hosted zone contains a record set for the default public DNS name for the service for the Region (for example, kinesis.us-east-1.amazonaws.com ), which resolves to the private IP addresses of the endpoint network interfaces in the VPC. This enables you to make requests to the default public DNS name for the service instead of the public DNS names that are automatically generated by the VPC endpoint service.
To use a private hosted zone, you must set the following VPC attributes to true : enableDnsHostnames and enableDnsSupport .
This property is supported only for interface endpoints.
Default: false
getPrivateDnsEnabled in interface CfnVPCEndpointPropspublic final List<String> getRouteTableIds()
CfnVPCEndpointPropsRouting is supported only for gateway endpoints.
getRouteTableIds in interface CfnVPCEndpointPropspublic final List<String> getSecurityGroupIds()
CfnVPCEndpointPropsSecurity groups are supported only for interface endpoints.
getSecurityGroupIds in interface CfnVPCEndpointPropspublic final List<String> getSubnetIds()
CfnVPCEndpointPropsYou must specify this property for an interface endpoints or a Gateway Load Balancer endpoint. You can't specify this property for a gateway endpoint. For a Gateway Load Balancer endpoint, you can specify only one subnet.
getSubnetIds in interface CfnVPCEndpointPropspublic final String getVpcEndpointType()
CfnVPCEndpointPropsDefault: Gateway
getVpcEndpointType in interface CfnVPCEndpointProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.