Uses of Interface
software.amazon.awscdk.services.opensearchservice.CfnDomain.DomainEndpointOptionsProperty
Package
Description
Amazon OpenSearch Service Construct Library
-
Uses of CfnDomain.DomainEndpointOptionsProperty in software.amazon.awscdk.services.opensearchservice
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnDomain.DomainEndpointOptionsProperty
Modifier and TypeMethodDescriptionCfnDomain.DomainEndpointOptionsProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionCfnDomain.Builder.domainEndpointOptions
(CfnDomain.DomainEndpointOptionsProperty domainEndpointOptions) Specifies additional options for the domain endpoint, such as whether to require HTTPS for all traffic or whether to use a custom endpoint rather than the default endpoint.CfnDomainProps.Builder.domainEndpointOptions
(CfnDomain.DomainEndpointOptionsProperty domainEndpointOptions) Sets the value ofCfnDomainProps.getDomainEndpointOptions()
void
CfnDomain.setDomainEndpointOptions
(CfnDomain.DomainEndpointOptionsProperty value) Specifies additional options for the domain endpoint, such as whether to require HTTPS for all traffic or whether to use a custom endpoint rather than the default endpoint.