Struct aws_sdk_elasticsearch::model::domain_endpoint_options::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for DomainEndpointOptions
Implementations
Specify if only HTTPS endpoint should be enabled for the Elasticsearch domain.
Specify if only HTTPS endpoint should be enabled for the Elasticsearch domain.
Specify the TLS security policy that needs to be applied to the HTTPS endpoint of Elasticsearch domain.
It can be one of the following values:
- Policy-Min-TLS-1-0-2019-07: TLS security policy which supports TLSv1.0 and higher.
- Policy-Min-TLS-1-2-2019-07: TLS security policy which supports only TLSv1.2
Specify the TLS security policy that needs to be applied to the HTTPS endpoint of Elasticsearch domain.
It can be one of the following values:
- Policy-Min-TLS-1-0-2019-07: TLS security policy which supports TLSv1.0 and higher.
- Policy-Min-TLS-1-2-2019-07: TLS security policy which supports only TLSv1.2
Specify if custom endpoint should be enabled for the Elasticsearch domain.
Specify if custom endpoint should be enabled for the Elasticsearch domain.
Specify the fully qualified domain for your custom endpoint.
Specify the fully qualified domain for your custom endpoint.
Specify ACM certificate ARN for your custom endpoint.
Specify ACM certificate ARN for your custom endpoint.
Consumes the builder and constructs a DomainEndpointOptions
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more