Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data DomainEndpointOptions = DomainEndpointOptions' {}
- newDomainEndpointOptions :: DomainEndpointOptions
- domainEndpointOptions_enforceHTTPS :: Lens' DomainEndpointOptions (Maybe Bool)
- domainEndpointOptions_tLSSecurityPolicy :: Lens' DomainEndpointOptions (Maybe TLSSecurityPolicy)
- domainEndpointOptions_customEndpointEnabled :: Lens' DomainEndpointOptions (Maybe Bool)
- domainEndpointOptions_customEndpoint :: Lens' DomainEndpointOptions (Maybe Text)
- domainEndpointOptions_customEndpointCertificateArn :: Lens' DomainEndpointOptions (Maybe Text)
Documentation
data DomainEndpointOptions Source #
Options to configure endpoint for the Elasticsearch domain.
See: newDomainEndpointOptions
smart constructor.
DomainEndpointOptions' | |
|
Instances
newDomainEndpointOptions :: DomainEndpointOptions Source #
Create a value of DomainEndpointOptions
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:enforceHTTPS:DomainEndpointOptions'
, domainEndpointOptions_enforceHTTPS
- Specify if only HTTPS endpoint should be enabled for the Elasticsearch
domain.
$sel:tLSSecurityPolicy:DomainEndpointOptions'
, domainEndpointOptions_tLSSecurityPolicy
- 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
$sel:customEndpointEnabled:DomainEndpointOptions'
, domainEndpointOptions_customEndpointEnabled
- Specify if custom endpoint should be enabled for the Elasticsearch
domain.
$sel:customEndpoint:DomainEndpointOptions'
, domainEndpointOptions_customEndpoint
- Specify the fully qualified domain for your custom endpoint.
$sel:customEndpointCertificateArn:DomainEndpointOptions'
, domainEndpointOptions_customEndpointCertificateArn
- Specify ACM certificate ARN for your custom endpoint.
domainEndpointOptions_enforceHTTPS :: Lens' DomainEndpointOptions (Maybe Bool) Source #
Specify if only HTTPS endpoint should be enabled for the Elasticsearch domain.
domainEndpointOptions_tLSSecurityPolicy :: Lens' DomainEndpointOptions (Maybe TLSSecurityPolicy) Source #
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
domainEndpointOptions_customEndpointEnabled :: Lens' DomainEndpointOptions (Maybe Bool) Source #
Specify if custom endpoint should be enabled for the Elasticsearch domain.
domainEndpointOptions_customEndpoint :: Lens' DomainEndpointOptions (Maybe Text) Source #
Specify the fully qualified domain for your custom endpoint.
domainEndpointOptions_customEndpointCertificateArn :: Lens' DomainEndpointOptions (Maybe Text) Source #
Specify ACM certificate ARN for your custom endpoint.