Interface CustomEndpointOptions
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CustomEndpointOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:44.472Z")
@Stability(Deprecated)
@Deprecated
public interface CustomEndpointOptions
extends software.amazon.jsii.JsiiSerializable
Deprecated.
use opensearchservice module instead
(deprecated) Configures a custom domain endpoint for the ES domain.
Example:
Domain.Builder.create(this, "Domain")
.version(ElasticsearchVersion.V7_7)
.customEndpoint(CustomEndpointOptions.builder()
.domainName("search.example.com")
.build())
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classDeprecated.static final classDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Deprecated.default ICertificateDeprecated.use opensearchservice module insteadDeprecated.use opensearchservice module insteaddefault IHostedZoneDeprecated.use opensearchservice module insteadMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDomainName
Deprecated.use opensearchservice module instead(deprecated) The custom domain name to assign. -
getCertificate
Deprecated.use opensearchservice module instead(deprecated) The certificate to use.Default: - create a new one
-
getHostedZone
Deprecated.use opensearchservice module instead(deprecated) The hosted zone in Route53 to create the CNAME record in.Default: - do not create a CNAME
-
builder
Deprecated.- Returns:
- a
CustomEndpointOptions.BuilderofCustomEndpointOptions
-