Class CfnFirewallDomainList
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.route53resolver.CfnFirewallDomainList
- All Implemented Interfaces:
IInspectable,IEnvironmentAware,IFirewallDomainListRef,ITaggable,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-12-01T16:02:28.535Z")
@Stability(Stable)
public class CfnFirewallDomainList
extends CfnResource
implements IInspectable, IFirewallDomainListRef, ITaggable
High-level information about a list of firewall domains for use in a AWS::Route53Resolver::FirewallRule . This is returned by GetFirewallDomainList .
To retrieve the domains that are defined for this domain list, call ListFirewallDomains .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.route53resolver.*;
CfnFirewallDomainList cfnFirewallDomainList = CfnFirewallDomainList.Builder.create(this, "MyCfnFirewallDomainList")
.domainFileUrl("domainFileUrl")
.domains(List.of("domains"))
.name("name")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.route53resolver.IFirewallDomainListRef
IFirewallDomainListRef.Jsii$Default, IFirewallDomainListRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggable
ITaggable.Jsii$Default, ITaggable.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnFirewallDomainList(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnFirewallDomainList(software.amazon.jsii.JsiiObjectRef objRef) CfnFirewallDomainList(software.constructs.Construct scope, String id) Create a newAWS::Route53Resolver::FirewallDomainList.CfnFirewallDomainList(software.constructs.Construct scope, String id, CfnFirewallDomainListProps props) Create a newAWS::Route53Resolver::FirewallDomainList. -
Method Summary
Modifier and TypeMethodDescriptionstatic StringThe Amazon Resource Name (ARN) of the firewall domain list.The date and time that the domain list was created, in Unix time format and Coordinated Universal Time (UTC).A unique string defined by you to identify the request.The number of domain names that are specified in the domain list.The ID of the domain list.The owner of the list, used only for lists that are not managed by you.The date and time that the domain list was last modified, in Unix time format and Coordinated Universal Time (UTC).The status of the domain list.Additional information about the status of the list, if available.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.A reference to a FirewallDomainList resource.getName()The name of the domain list.getTags()Tag Manager which manages the tags for this resource.A list of the tag keys and values that you want to associate with the domain list.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.static BooleanChecks whether the given object is a CfnFirewallDomainList.renderProperties(Map<String, Object> props) voidsetDomainFileUrl(String value) 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.voidsetDomains(List<String> value) A list of the domain lists that you have defined.voidThe name of the domain list.voidsetTagsRaw(List<CfnTag> value) A list of the tag keys and values that you want to associate with the domain list.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getEnv, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnFirewallDomainList
protected CfnFirewallDomainList(software.amazon.jsii.JsiiObjectRef objRef) -
CfnFirewallDomainList
protected CfnFirewallDomainList(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnFirewallDomainList
@Stability(Stable) public CfnFirewallDomainList(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable CfnFirewallDomainListProps props) Create a newAWS::Route53Resolver::FirewallDomainList.- Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.props- Resource properties.
-
CfnFirewallDomainList
@Stability(Stable) public CfnFirewallDomainList(@NotNull software.constructs.Construct scope, @NotNull String id) Create a newAWS::Route53Resolver::FirewallDomainList.- Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.
-
-
Method Details
-
arnForFirewallDomainList
@Stability(Stable) @NotNull public static String arnForFirewallDomainList(@NotNull IFirewallDomainListRef resource) - Parameters:
resource- This parameter is required.
-
isCfnFirewallDomainList
Checks whether the given object is a CfnFirewallDomainList.- Parameters:
x- This parameter is required.
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrArn
The Amazon Resource Name (ARN) of the firewall domain list. -
getAttrCreationTime
The date and time that the domain list was created, in Unix time format and Coordinated Universal Time (UTC). -
getAttrCreatorRequestId
A unique string defined by you to identify the request.This allows you to retry failed requests without the risk of running the operation twice. This can be any unique string, for example, a timestamp.
-
getAttrDomainCount
The number of domain names that are specified in the domain list. -
getAttrId
The ID of the domain list. -
getAttrManagedOwnerName
The owner of the list, used only for lists that are not managed by you.For example, the managed domain list
AWSManagedDomainsMalwareDomainListhas the managed owner nameRoute 53 Resolver DNS Firewall. -
getAttrModificationTime
The date and time that the domain list was last modified, in Unix time format and Coordinated Universal Time (UTC). -
getAttrStatus
The status of the domain list. -
getAttrStatusMessage
Additional information about the status of the list, if available. -
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getFirewallDomainListRef
A reference to a FirewallDomainList resource.- Specified by:
getFirewallDomainListRefin interfaceIFirewallDomainListRef
-
getTags
Tag Manager which manages the tags for this resource. -
getDomainFileUrl
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. -
setDomainFileUrl
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. -
getDomains
A list of the domain lists that you have defined. -
setDomains
A list of the domain lists that you have defined. -
getName
The name of the domain list. -
setName
The name of the domain list. -
getTagsRaw
A list of the tag keys and values that you want to associate with the domain list. -
setTagsRaw
A list of the tag keys and values that you want to associate with the domain list.
-