Class CfnSubnet.PrivateDnsNameOptionsOnLaunchProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.CfnSubnet.PrivateDnsNameOptionsOnLaunchProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnSubnet.PrivateDnsNameOptionsOnLaunchProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnSubnet.PrivateDnsNameOptionsOnLaunchProperty
@Stability(Stable)
@Internal
public static final class CfnSubnet.PrivateDnsNameOptionsOnLaunchProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSubnet.PrivateDnsNameOptionsOnLaunchProperty
An implementation for
CfnSubnet.PrivateDnsNameOptionsOnLaunchProperty
-
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.CfnSubnet.PrivateDnsNameOptionsOnLaunchProperty
CfnSubnet.PrivateDnsNameOptionsOnLaunchProperty.Builder, CfnSubnet.PrivateDnsNameOptionsOnLaunchProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnSubnet.PrivateDnsNameOptionsOnLaunchProperty.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 hostname 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 hostname for EC2 instances.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 theCfnSubnet.PrivateDnsNameOptionsOnLaunchProperty.Builder
.
-
-
Method Details
-
getEnableResourceNameDnsAaaaRecord
Description copied from interface:CfnSubnet.PrivateDnsNameOptionsOnLaunchProperty
Indicates whether to respond to DNS queries for instance hostname with DNS AAAA records.- Specified by:
getEnableResourceNameDnsAaaaRecord
in interfaceCfnSubnet.PrivateDnsNameOptionsOnLaunchProperty
-
getEnableResourceNameDnsARecord
Description copied from interface:CfnSubnet.PrivateDnsNameOptionsOnLaunchProperty
Indicates whether to respond to DNS queries for instance hostnames with DNS A records.- Specified by:
getEnableResourceNameDnsARecord
in interfaceCfnSubnet.PrivateDnsNameOptionsOnLaunchProperty
-
getHostnameType
Description copied from interface:CfnSubnet.PrivateDnsNameOptionsOnLaunchProperty
The type of hostname for EC2 instances.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.
- Specified by:
getHostnameType
in interfaceCfnSubnet.PrivateDnsNameOptionsOnLaunchProperty
-
$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()
-