Class CfnFirewallDomainListMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.route53resolver.CfnFirewallDomainListMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnFirewallDomainListMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFirewallDomainListMixinProps
@Stability(Stable)
@Internal
public static final class CfnFirewallDomainListMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFirewallDomainListMixinProps
An implementation for
CfnFirewallDomainListMixinProps-
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.cfnpropertymixins.services.route53resolver.CfnFirewallDomainListMixinProps
CfnFirewallDomainListMixinProps.Builder, CfnFirewallDomainListMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFirewallDomainListMixinProps.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 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.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 theCfnFirewallDomainListMixinProps.Builder.
-
-
Method Details
-
getDomainFileUrl
Description copied from interface:CfnFirewallDomainListMixinPropsThe 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 interfaceCfnFirewallDomainListMixinProps- See Also:
-
getDomains
Description copied from interface:CfnFirewallDomainListMixinPropsA list of the domain lists that you have defined.- Specified by:
getDomainsin interfaceCfnFirewallDomainListMixinProps- See Also:
-
getName
Description copied from interface:CfnFirewallDomainListMixinPropsThe name of the domain list.- Specified by:
getNamein interfaceCfnFirewallDomainListMixinProps- See Also:
-
getTags
Description copied from interface:CfnFirewallDomainListMixinPropsA list of the tag keys and values that you want to associate with the domain list.- Specified by:
getTagsin interfaceCfnFirewallDomainListMixinProps- 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()
-