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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.CfnSubnet.PrivateDnsNameOptionsOnLaunchProperty
CfnSubnet.PrivateDnsNameOptionsOnLaunchProperty.Builder, CfnSubnet.PrivateDnsNameOptionsOnLaunchProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSubnet.PrivateDnsNameOptionsOnLaunchProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectIndicates whether to respond to DNS queries for instance hostname with DNS AAAA records.final ObjectIndicates whether to respond to DNS queries for instance hostnames with DNS A records.final StringThe type of hostname for EC2 instances.final inthashCode()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.PrivateDnsNameOptionsOnLaunchPropertyIndicates whether to respond to DNS queries for instance hostname with DNS AAAA records.Returns union: either
BooleanorIResolvable- Specified by:
getEnableResourceNameDnsAaaaRecordin interfaceCfnSubnet.PrivateDnsNameOptionsOnLaunchProperty- See Also:
-
getEnableResourceNameDnsARecord
Description copied from interface:CfnSubnet.PrivateDnsNameOptionsOnLaunchPropertyIndicates whether to respond to DNS queries for instance hostnames with DNS A records.Returns union: either
BooleanorIResolvable- Specified by:
getEnableResourceNameDnsARecordin interfaceCfnSubnet.PrivateDnsNameOptionsOnLaunchProperty- See Also:
-
getHostnameType
Description copied from interface:CfnSubnet.PrivateDnsNameOptionsOnLaunchPropertyThe 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:
getHostnameTypein interfaceCfnSubnet.PrivateDnsNameOptionsOnLaunchProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-