Class CfnResolverRule.TargetAddressProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.route53resolver.CfnResolverRule.TargetAddressProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnResolverRule.TargetAddressProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnResolverRule.TargetAddressProperty
@Stability(Stable)
@Internal
public static final class CfnResolverRule.TargetAddressProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnResolverRule.TargetAddressProperty
An implementation for
CfnResolverRule.TargetAddressProperty-
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.route53resolver.CfnResolverRule.TargetAddressProperty
CfnResolverRule.TargetAddressProperty.Builder, CfnResolverRule.TargetAddressProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnResolverRule.TargetAddressProperty.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 StringgetIp()One IPv4 address that you want to forward DNS queries to.final StringgetIpv6()One IPv6 address that you want to forward DNS queries to.final StringgetPort()The port atIpthat you want to forward DNS queries to.final StringThe protocols for the target address.final StringThe Server Name Indication of the DoH server that you want to forward queries to.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 theCfnResolverRule.TargetAddressProperty.Builder.
-
-
Method Details
-
getIp
Description copied from interface:CfnResolverRule.TargetAddressPropertyOne IPv4 address that you want to forward DNS queries to.- Specified by:
getIpin interfaceCfnResolverRule.TargetAddressProperty- See Also:
-
getIpv6
Description copied from interface:CfnResolverRule.TargetAddressPropertyOne IPv6 address that you want to forward DNS queries to.- Specified by:
getIpv6in interfaceCfnResolverRule.TargetAddressProperty- See Also:
-
getPort
Description copied from interface:CfnResolverRule.TargetAddressPropertyThe port atIpthat you want to forward DNS queries to.- Specified by:
getPortin interfaceCfnResolverRule.TargetAddressProperty- See Also:
-
getProtocol
Description copied from interface:CfnResolverRule.TargetAddressPropertyThe protocols for the target address.The protocol you choose needs to be supported by the outbound endpoint of the Resolver rule.
- Specified by:
getProtocolin interfaceCfnResolverRule.TargetAddressProperty- See Also:
-
getServerNameIndication
Description copied from interface:CfnResolverRule.TargetAddressPropertyThe Server Name Indication of the DoH server that you want to forward queries to.This is only used if the Protocol of the
TargetAddressisDoH.- Specified by:
getServerNameIndicationin interfaceCfnResolverRule.TargetAddressProperty- 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()
-