@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-31T18:36:54.220Z")
public interface CfnFirewallDomainListProps
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.*; CfnFirewallDomainListProps cfnFirewallDomainListProps = CfnFirewallDomainListProps.builder() .domainFileUrl("domainFileUrl") .domains(List.of("domains")) .name("name") .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnFirewallDomainListProps.Builder
A builder for
CfnFirewallDomainListProps |
static class |
CfnFirewallDomainListProps.Jsii$Proxy
An implementation for
CfnFirewallDomainListProps |
Modifier and Type | Method and Description |
---|---|
static CfnFirewallDomainListProps.Builder |
builder() |
default java.lang.String |
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.
|
default java.util.List<java.lang.String> |
getDomains()
A list of the domain lists that you have defined.
|
default java.lang.String |
getName()
The name of the domain list.
|
default java.util.List<CfnTag> |
getTags()
A list of the tag keys and values that you want to associate with the domain list.
|
default java.lang.String getDomainFileUrl()
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.
default java.util.List<java.lang.String> getDomains()
default java.lang.String getName()
default java.util.List<CfnTag> getTags()
static CfnFirewallDomainListProps.Builder builder()
CfnFirewallDomainListProps.Builder
of CfnFirewallDomainListProps