@Stability(value=Stable) @Internal public static final class CfnResolverEndpointProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnResolverEndpointProps
CfnResolverEndpointPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnResolverEndpointProps.Builder, CfnResolverEndpointProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnResolverEndpointProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnResolverEndpointProps.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) |
String |
getDirection()
Indicates whether the Resolver endpoint allows inbound or outbound DNS queries:.
|
Object |
getIpAddresses()
The subnets and IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints).
|
String |
getName()
A friendly name that lets you easily find a configuration in the Resolver dashboard in the Route 53 console.
|
List<String> |
getSecurityGroupIds()
The ID of one or more security groups that control access to this VPC.
|
List<CfnTag> |
getTags()
Route 53 Resolver doesn't support updating tags through CloudFormation.
|
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(CfnResolverEndpointProps.Builder builder)
CfnResolverEndpointProps.Builder.public final String getDirection()
CfnResolverEndpointProps
INBOUND : allows DNS queries to your VPC from your networkOUTBOUND : allows DNS queries from your VPC to your networkgetDirection in interface CfnResolverEndpointPropspublic final Object getIpAddresses()
CfnResolverEndpointPropsThe subnet ID uniquely identifies a VPC.
getIpAddresses in interface CfnResolverEndpointPropspublic final List<String> getSecurityGroupIds()
CfnResolverEndpointPropsThe security group must include one or more inbound rules (for inbound endpoints) or outbound rules (for outbound endpoints). Inbound and outbound rules must allow TCP and UDP access. For inbound access, open port 53. For outbound access, open the port that you're using for DNS queries on your network.
getSecurityGroupIds in interface CfnResolverEndpointPropspublic final String getName()
CfnResolverEndpointPropsgetName in interface CfnResolverEndpointPropspublic final List<CfnTag> getTags()
CfnResolverEndpointPropsgetTags in interface CfnResolverEndpointProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.