@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()
(Interface and gateway endpoints) A policy to attach to the endpoint that controls access to the service.
|
Object |
getPrivateDnsEnabled()
(Interface endpoint) Indicate whether to associate a private hosted zone with the specified VPC.
|
List<String> |
getRouteTableIds()
(Gateway endpoint) One or more route table IDs.
|
List<String> |
getSecurityGroupIds()
(Interface endpoint) The ID of one or more security groups to associate with the endpoint network interface.
|
String |
getServiceName()
The service name.
|
List<String> |
getSubnetIds()
(Interface and Gateway Load Balancer endpoints) The ID of one or more 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 get a list of available services, use the DescribeVpcEndpointServices request, or 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, we attach a default policy that allows full access to the service.
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 .
Default: false
getPrivateDnsEnabled in interface CfnVPCEndpointPropspublic final List<String> getRouteTableIds()
CfnVPCEndpointPropsgetRouteTableIds in interface CfnVPCEndpointPropspublic final List<String> getSecurityGroupIds()
CfnVPCEndpointPropsgetSecurityGroupIds in interface CfnVPCEndpointPropspublic final List<String> getSubnetIds()
CfnVPCEndpointPropsFor a Gateway Load Balancer endpoint, you can specify one subnet only.
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.