@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:20.038Z") @Stability(value=Experimental) public interface FirewallDomainListProps 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.alpha.*;
FirewallDomains firewallDomains;
FirewallDomainListProps firewallDomainListProps = FirewallDomainListProps.builder()
.domains(firewallDomains)
// the properties below are optional
.name("name")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
FirewallDomainListProps.Builder
A builder for
FirewallDomainListProps |
static class |
FirewallDomainListProps.Jsii$Proxy
An implementation for
FirewallDomainListProps |
| Modifier and Type | Method and Description |
|---|---|
static FirewallDomainListProps.Builder |
builder() |
FirewallDomains |
getDomains()
(experimental) A list of domains.
|
default String |
getName()
(experimental) A name for the domain list.
|
@Stability(value=Experimental) @NotNull FirewallDomains getDomains()
@Stability(value=Experimental) @Nullable default String getName()
Default: - a CloudFormation generated name
@Stability(value=Experimental) static FirewallDomainListProps.Builder builder()
FirewallDomainListProps.Builder of FirewallDomainListPropsCopyright © 2021. All rights reserved.