Class CfnFirewallDomainListProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.route53resolver.CfnFirewallDomainListProps.Jsii$Proxy
- All Implemented Interfaces:
CfnFirewallDomainListProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFirewallDomainListProps
@Stability(Stable)
@Internal
public static final class CfnFirewallDomainListProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFirewallDomainListProps
An implementation for
CfnFirewallDomainListProps
-
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.CfnFirewallDomainListProps
CfnFirewallDomainListProps.Builder, CfnFirewallDomainListProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFirewallDomainListProps.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
The fully qualified URL or URI of the file stored in Amazon Simple Storage Service (Amazon S3) that contains the list of domains to import.A list of the domain lists that you have defined.final String
getName()
The name of the domain list.getTags()
A list of the tag keys and values that you want to associate with the domain list.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 theCfnFirewallDomainListProps.Builder
.
-
-
Method Details
-
getDomainFileUrl
Description copied from interface:CfnFirewallDomainListProps
The fully qualified URL or URI of the file stored in Amazon Simple Storage Service (Amazon S3) that contains the list of domains to import.The file must be in an S3 bucket that's in the same Region as your DNS Firewall. The file must be a text file and must contain a single domain per line.
- Specified by:
getDomainFileUrl
in interfaceCfnFirewallDomainListProps
-
getDomains
Description copied from interface:CfnFirewallDomainListProps
A list of the domain lists that you have defined.- Specified by:
getDomains
in interfaceCfnFirewallDomainListProps
-
getName
Description copied from interface:CfnFirewallDomainListProps
The name of the domain list.- Specified by:
getName
in interfaceCfnFirewallDomainListProps
-
getTags
Description copied from interface:CfnFirewallDomainListProps
A list of the tag keys and values that you want to associate with the domain list.- Specified by:
getTags
in interfaceCfnFirewallDomainListProps
-
$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()
-