Class CfnInstance.PrivateDnsNameOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.CfnInstance.PrivateDnsNameOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnInstance.PrivateDnsNameOptionsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnInstance.PrivateDnsNameOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnInstance.PrivateDnsNameOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnInstance.PrivateDnsNameOptionsProperty
An implementation for
CfnInstance.PrivateDnsNameOptionsProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.CfnInstance.PrivateDnsNameOptionsProperty
CfnInstance.PrivateDnsNameOptionsProperty.Builder, CfnInstance.PrivateDnsNameOptionsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnInstance.PrivateDnsNameOptionsProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.final Object
Indicates whether to respond to DNS queries for instance hostnames with DNS A records.final String
The type of hostnames to assign to instances in the subnet at launch.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnInstance.PrivateDnsNameOptionsProperty.Builder
.
-
-
Method Details
-
getEnableResourceNameDnsAaaaRecord
Description copied from interface:CfnInstance.PrivateDnsNameOptionsProperty
Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.For more information, see Amazon EC2 instance hostname types in the Amazon Elastic Compute Cloud User Guide .
- Specified by:
getEnableResourceNameDnsAaaaRecord
in interfaceCfnInstance.PrivateDnsNameOptionsProperty
-
getEnableResourceNameDnsARecord
Description copied from interface:CfnInstance.PrivateDnsNameOptionsProperty
Indicates whether to respond to DNS queries for instance hostnames with DNS A records.For more information, see Amazon EC2 instance hostname types in the Amazon Elastic Compute Cloud User Guide .
- Specified by:
getEnableResourceNameDnsARecord
in interfaceCfnInstance.PrivateDnsNameOptionsProperty
-
getHostnameType
Description copied from interface:CfnInstance.PrivateDnsNameOptionsProperty
The type of hostnames to assign to instances in the subnet at launch.For IPv4 only subnets, an instance DNS name must be based on the instance IPv4 address. For IPv6 only subnets, an instance DNS name must be based on the instance ID. For dual-stack subnets, you can specify whether DNS names use the instance IPv4 address or the instance ID. For more information, see Amazon EC2 instance hostname types in the Amazon Elastic Compute Cloud User Guide .
- Specified by:
getHostnameType
in interfaceCfnInstance.PrivateDnsNameOptionsProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-