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
,ITaggable
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-12-17T21:37:38.476Z")
@Stability(Stable)
public class CfnFirewallDomainList
extends CfnResource
implements IInspectable, 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 classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.ITaggable
ITaggable.Jsii$Default, ITaggable.Jsii$Proxy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ModifierConstructorDescriptionprotected
CfnFirewallDomainList
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnFirewallDomainList
(software.amazon.jsii.JsiiObjectRef objRef) CfnFirewallDomainList
(software.constructs.Construct scope, String id) CfnFirewallDomainList
(software.constructs.Construct scope, String id, CfnFirewallDomainListProps props) -
Method Summary
Modifier and TypeMethodDescriptionThe 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.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.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
setDomainFileUrl
(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.void
setDomains
(List<String> value) A list of the domain lists that you have defined.void
The name of the domain list.void
setTagsRaw
(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, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validateProperties
Methods inherited from class software.amazon.awscdk.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.constructs.Construct
getNode, isConstruct
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods 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) - 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) - 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
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspect
in 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:
renderProperties
in 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
AWSManagedDomainsMalwareDomainList
has 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:
getCfnProperties
in classCfnResource
-
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.
-