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 Resolver endpoints.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 Resolver endpoints. DoH-FIPS is applicable for inbound endpoints only.For an inbound endpoint you can apply the protocols as follows:
- Do53 and DoH in combination.
- Do53 and DoH-FIPS in combination.
- Do53 alone.
- DoH alone.
- DoH-FIPS alone.
- None, which is treated as Do53.
For an outbound endpoint you can apply the protocols as follows:
- Do53 and DoH in combination.
- Do53 alone.
- DoH alone.
- None, which is treated as Do53.
- Specified by:
getProtocolin 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()
-