@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.104Z") @Stability(value=Stable) public interface CustomEndpointOptions extends software.amazon.jsii.JsiiSerializable
Example:
Domain.Builder.create(this, "Domain")
.version(EngineVersion.OPENSEARCH_1_0)
.customEndpoint(CustomEndpointOptions.builder()
.domainName("search.example.com")
.build())
.build();
| 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()
The certificate to use.
|
String |
getDomainName()
The custom domain name to assign.
|
default IHostedZone |
getHostedZone()
The hosted zone in Route53 to create the CNAME record in.
|
@Stability(value=Stable) @NotNull String getDomainName()
@Stability(value=Stable) @Nullable default ICertificate getCertificate()
Default: - create a new one
@Stability(value=Stable) @Nullable default IHostedZone getHostedZone()
Default: - do not create a CNAME
@Stability(value=Stable) static CustomEndpointOptions.Builder builder()
CustomEndpointOptions.Builder of CustomEndpointOptionsCopyright © 2022. All rights reserved.