@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-10-06T13:25:06.385Z") @Stability(value=Deprecated) @Deprecated public interface CustomEndpointOptions extends software.amazon.jsii.JsiiSerializable
Example:
Domain.Builder.create(this, "Domain")
.version(ElasticsearchVersion.V7_7)
.customEndpoint(CustomEndpointOptions.builder()
.domainName("search.example.com")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CustomEndpointOptions.Builder
Deprecated.
|
static class |
CustomEndpointOptions.Jsii$Proxy
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static CustomEndpointOptions.Builder |
builder()
Deprecated.
|
default ICertificate |
getCertificate()
Deprecated.
use opensearchservice module instead
|
String |
getDomainName()
Deprecated.
use opensearchservice module instead
|
default IHostedZone |
getHostedZone()
Deprecated.
use opensearchservice module instead
|
@Stability(value=Deprecated) @Deprecated @NotNull String getDomainName()
@Stability(value=Deprecated) @Deprecated @Nullable default ICertificate getCertificate()
Default: - create a new one
@Stability(value=Deprecated) @Deprecated @Nullable default IHostedZone getHostedZone()
Default: - do not create a CNAME
@Stability(value=Deprecated) @Deprecated static CustomEndpointOptions.Builder builder()
CustomEndpointOptions.Builder of CustomEndpointOptionsCopyright © 2022. All rights reserved.