@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.698Z") @Stability(value=Stable) public interface CfnFirewallDomainListProps extends software.amazon.jsii.JsiiSerializable
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 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 List<String> |
getDomains()
A list of the domain lists that you have defined.
|
default String |
getName()
The name of the domain list.
|
default List<CfnTag> |
getTags()
A list of the tag keys and values that you want to associate with the domain list.
|
@Stability(value=Stable) @Nullable default 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.
@Stability(value=Stable) @Nullable default List<String> getDomains()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnFirewallDomainListProps.Builder builder()
CfnFirewallDomainListProps.Builder of CfnFirewallDomainListPropsCopyright © 2022. All rights reserved.