Class CfnResolverRuleProps.Jsii$Proxy
- All Implemented Interfaces:
CfnResolverRuleProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnResolverRuleProps
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
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnResolverRuleProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnResolverRuleProps.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 String
DNS queries for this domain name are forwarded to the IP addresses that are specified inTargetIps
.final String
getName()
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, specifyFORWARD
.getTags()
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
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 theCfnResolverRuleProps.Builder
.
-
-
Method Details
-
getRuleType
Description copied from interface:CfnResolverRuleProps
When you want to forward DNS queries for specified domain name to resolvers on your network, specifyFORWARD
.When you have a forwarding rule to forward DNS queries for a domain to your network and you want Resolver to process queries for a subdomain of that domain, specify
SYSTEM
.For example, to forward DNS queries for example.com to resolvers on your network, you create a rule and specify
FORWARD
forRuleType
. To then have Resolver process queries for apex.example.com, you create a rule and specifySYSTEM
forRuleType
.Currently, only Resolver can create rules that have a value of
RECURSIVE
forRuleType
.- Specified by:
getRuleType
in interfaceCfnResolverRuleProps
- See Also:
-
getDomainName
Description copied from interface:CfnResolverRuleProps
DNS queries for this domain name are forwarded to the IP addresses that are specified inTargetIps
.If a query matches multiple Resolver rules (example.com and www.example.com), the query is routed using the Resolver rule that contains the most specific domain name (www.example.com).
- Specified by:
getDomainName
in interfaceCfnResolverRuleProps
- See Also:
-
getName
Description copied from interface:CfnResolverRuleProps
The name for the Resolver rule, which you specified when you created the Resolver rule.- Specified by:
getName
in interfaceCfnResolverRuleProps
- See Also:
-
getResolverEndpointId
Description copied from interface:CfnResolverRuleProps
The ID of the endpoint that the rule is associated with.- Specified by:
getResolverEndpointId
in interfaceCfnResolverRuleProps
- See Also:
-
getTags
Description copied from interface:CfnResolverRuleProps
Tags help organize and categorize your Resolver rules.Each tag consists of a key and an optional value, both of which you define.
- Specified by:
getTags
in interfaceCfnResolverRuleProps
- See Also:
-
getTargetIps
Description copied from interface:CfnResolverRuleProps
An array that contains the IP addresses and ports that an outbound endpoint forwards DNS queries to.Typically, these are the IP addresses of DNS resolvers on your network.
- Specified by:
getTargetIps
in interfaceCfnResolverRuleProps
- See Also:
-
$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()
-