Class CfnFirewallDomainList
- All Implemented Interfaces:
IConstruct
,IDependable
,IInspectable
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
AWS::Route53Resolver::FirewallDomainList
.
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();
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.core.IConstruct
IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.core.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionCfnFirewallDomainList
(Construct scope, String id) Create a newAWS::Route53Resolver::FirewallDomainList
.CfnFirewallDomainList
(Construct scope, String id, CfnFirewallDomainListProps props) Create a newAWS::Route53Resolver::FirewallDomainList
.protected
CfnFirewallDomainList
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnFirewallDomainList
(software.amazon.jsii.JsiiObjectRef objRef) -
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()
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.Methods inherited from class software.amazon.awscdk.core.CfnResource
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validateProperties
Methods inherited from class software.amazon.awscdk.core.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.core.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.amazon.awscdk.core.Construct
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validate
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 Construct scope, @NotNull String id, @Nullable CfnFirewallDomainListProps props) Create a newAWS::Route53Resolver::FirewallDomainList
.- Parameters:
scope
-- scope in which this resource is defined.
id
-- scoped id of the resource.
props
-- resource properties.
-
CfnFirewallDomainList
Create a newAWS::Route53Resolver::FirewallDomainList
.- Parameters:
scope
-- scope in which this resource is defined.
id
-- scoped id of the resource.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspect
in interfaceIInspectable
- Parameters:
inspector
-- tree inspector to collect and process attributes.
-
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
A list of the tag keys and values that you want to associate with the domain list. -
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.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.
-
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.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.
-
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.
-