Struct aws_sdk_opensearch::model::domain_endpoint_options::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for DomainEndpointOptions
Implementations
Whether only HTTPS endpoint should be enabled for the domain.
Whether only HTTPS endpoint should be enabled for the domain.
Specify the TLS security policy to apply to the HTTPS endpoint of the domain.
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 to apply to the HTTPS endpoint of the domain.
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
Whether to enable a custom endpoint for the domain.
Whether to enable a custom endpoint for the domain.
The fully qualified domain for your custom endpoint.
The fully qualified domain for your custom endpoint.
The ACM certificate ARN for your custom endpoint.
The 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