@Generated(value="jsii-pacmak/1.62.0 (build 293ac17)", date="2022-07-30T00:01:30.892Z") @Stability(value=Experimental) public interface DomainsConfig 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.*;
DomainsConfig domainsConfig = DomainsConfig.builder()
.domainFileUrl("domainFileUrl")
.domains(List.of("domains"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
DomainsConfig.Builder
A builder for
DomainsConfig |
static class |
DomainsConfig.Jsii$Proxy
An implementation for
DomainsConfig |
| Modifier and Type | Method and Description |
|---|---|
static DomainsConfig.Builder |
builder() |
default String |
getDomainFileUrl()
(experimental) The fully qualified URL or URI of the file stored in Amazon S3 that contains the list of domains to import.
|
default List<String> |
getDomains()
(experimental) A list of domains.
|
@Stability(value=Experimental) @Nullable default String getDomainFileUrl()
The file must be a text file and must contain
a single domain per line. The content type of the S3 object must be plain/text.
Default: - use `domains`
@Stability(value=Experimental) @Nullable default List<String> getDomains()
Default: - use `domainFileUrl`
@Stability(value=Experimental) static DomainsConfig.Builder builder()
DomainsConfig.Builder of DomainsConfigCopyright © 2022. All rights reserved.