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 SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.route53resolver.CfnFirewallDomainListPropsCfnFirewallDomainListProps.Builder, CfnFirewallDomainListProps.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFirewallDomainListProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe 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 StringgetName()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 inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnFirewallDomainListProps.Builder.
 
- 
- 
Method Details- 
getDomainFileUrlDescription copied from interface:CfnFirewallDomainListPropsThe 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:
- getDomainFileUrlin interface- CfnFirewallDomainListProps
 
- 
getDomainsDescription copied from interface:CfnFirewallDomainListPropsA list of the domain lists that you have defined.- Specified by:
- getDomainsin interface- CfnFirewallDomainListProps
 
- 
getNameDescription copied from interface:CfnFirewallDomainListPropsThe name of the domain list.- Specified by:
- getNamein interface- CfnFirewallDomainListProps
 
- 
getTagsDescription copied from interface:CfnFirewallDomainListPropsA list of the tag keys and values that you want to associate with the domain list.- Specified by:
- getTagsin interface- CfnFirewallDomainListProps
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-