@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.039Z") @Stability(value=Experimental) public interface CustomEndpointOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CustomEndpointOptions.Builder
A builder for
CustomEndpointOptions |
static class |
CustomEndpointOptions.Jsii$Proxy
An implementation for
CustomEndpointOptions |
| Modifier and Type | Method and Description |
|---|---|
static CustomEndpointOptions.Builder |
builder() |
default ICertificate |
getCertificate()
(experimental) The certificate to use.
|
String |
getDomainName()
(experimental) The custom domain name to assign.
|
default IHostedZone |
getHostedZone()
(experimental) The hosted zone in Route53 to create the CNAME record in.
|
@Stability(value=Experimental) @NotNull String getDomainName()
@Stability(value=Experimental) @Nullable default ICertificate getCertificate()
Default: - create a new one
@Stability(value=Experimental) @Nullable default IHostedZone getHostedZone()
Default: - do not create a CNAME
@Stability(value=Experimental) static CustomEndpointOptions.Builder builder()
CustomEndpointOptions.Builder of CustomEndpointOptionsCopyright © 2021. All rights reserved.