Class CfnResolverRuleProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.route53resolver.CfnResolverRuleProps.Jsii$Proxy
All Implemented Interfaces:
CfnResolverRuleProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnResolverRuleProps

@Stability(Stable) @Internal public static final class CfnResolverRuleProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnResolverRuleProps
An implementation for CfnResolverRuleProps
  • 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.route53resolver.CfnResolverRuleProps

    CfnResolverRuleProps.Builder, CfnResolverRuleProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnResolverRuleProps.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    DNS queries for this domain name are forwarded to the IP addresses that are specified in TargetIps .
    final String
    The name for the Resolver rule, which you specified when you created the Resolver rule.
    final String
    The ID of the endpoint that the rule is associated with.
    final String
    When you want to forward DNS queries for specified domain name to resolvers on your network, specify FORWARD .
    final List<CfnTag>
    Tags help organize and categorize your Resolver rules.
    final Object
    An array that contains the IP addresses and ports that an outbound endpoint forwards DNS queries to.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait