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 AwsElasticsearchDomainDomainEndpointOptions = AwsElasticsearchDomainDomainEndpointOptions' {}
- newAwsElasticsearchDomainDomainEndpointOptions :: AwsElasticsearchDomainDomainEndpointOptions
- awsElasticsearchDomainDomainEndpointOptions_enforceHTTPS :: Lens' AwsElasticsearchDomainDomainEndpointOptions (Maybe Bool)
- awsElasticsearchDomainDomainEndpointOptions_tLSSecurityPolicy :: Lens' AwsElasticsearchDomainDomainEndpointOptions (Maybe Text)
Documentation
data AwsElasticsearchDomainDomainEndpointOptions Source #
Additional options for the domain endpoint, such as whether to require HTTPS for all traffic.
See: newAwsElasticsearchDomainDomainEndpointOptions
smart constructor.
AwsElasticsearchDomainDomainEndpointOptions' | |
|
Instances
newAwsElasticsearchDomainDomainEndpointOptions :: AwsElasticsearchDomainDomainEndpointOptions Source #
Create a value of AwsElasticsearchDomainDomainEndpointOptions
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:AwsElasticsearchDomainDomainEndpointOptions'
, awsElasticsearchDomainDomainEndpointOptions_enforceHTTPS
- Whether to require that all traffic to the domain arrive over HTTPS.
$sel:tLSSecurityPolicy:AwsElasticsearchDomainDomainEndpointOptions'
, awsElasticsearchDomainDomainEndpointOptions_tLSSecurityPolicy
- The TLS security policy to apply to the HTTPS endpoint of the OpenSearch
domain.
Valid values:
Policy-Min-TLS-1-0-2019-07
, which supports TLSv1.0 and higherPolicy-Min-TLS-1-2-2019-07
, which only supports TLSv1.2
awsElasticsearchDomainDomainEndpointOptions_enforceHTTPS :: Lens' AwsElasticsearchDomainDomainEndpointOptions (Maybe Bool) Source #
Whether to require that all traffic to the domain arrive over HTTPS.
awsElasticsearchDomainDomainEndpointOptions_tLSSecurityPolicy :: Lens' AwsElasticsearchDomainDomainEndpointOptions (Maybe Text) Source #
The TLS security policy to apply to the HTTPS endpoint of the OpenSearch domain.
Valid values:
Policy-Min-TLS-1-0-2019-07
, which supports TLSv1.0 and higherPolicy-Min-TLS-1-2-2019-07
, which only supports TLSv1.2