| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.OpenSearch.Types.DomainEndpointOptions
Description
Synopsis
- data DomainEndpointOptions = DomainEndpointOptions' {}
- newDomainEndpointOptions :: DomainEndpointOptions
- domainEndpointOptions_customEndpoint :: Lens' DomainEndpointOptions (Maybe Text)
- domainEndpointOptions_customEndpointCertificateArn :: Lens' DomainEndpointOptions (Maybe Text)
- domainEndpointOptions_customEndpointEnabled :: Lens' DomainEndpointOptions (Maybe Bool)
- domainEndpointOptions_enforceHTTPS :: Lens' DomainEndpointOptions (Maybe Bool)
- domainEndpointOptions_tLSSecurityPolicy :: Lens' DomainEndpointOptions (Maybe TLSSecurityPolicy)
Documentation
data DomainEndpointOptions Source #
Options to configure a custom endpoint for an OpenSearch Service domain.
See: newDomainEndpointOptions smart constructor.
Constructors
| DomainEndpointOptions' | |
Fields
| |
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:customEndpoint:DomainEndpointOptions', domainEndpointOptions_customEndpoint - The fully qualified URL for the custom endpoint.
$sel:customEndpointCertificateArn:DomainEndpointOptions', domainEndpointOptions_customEndpointCertificateArn - The ARN for your security certificate, managed in Amazon Web Services
Certificate Manager (ACM).
$sel:customEndpointEnabled:DomainEndpointOptions', domainEndpointOptions_customEndpointEnabled - Whether to enable a custom endpoint for the domain.
$sel:enforceHTTPS:DomainEndpointOptions', domainEndpointOptions_enforceHTTPS - True to require that all traffic to the domain arrive over HTTPS.
$sel:tLSSecurityPolicy:DomainEndpointOptions', domainEndpointOptions_tLSSecurityPolicy - 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 TLS version 1.0 and higher.
- Policy-Min-TLS-1-2-2019-07: TLS security policy which supports only TLS version 1.2
domainEndpointOptions_customEndpoint :: Lens' DomainEndpointOptions (Maybe Text) Source #
The fully qualified URL for the custom endpoint.
domainEndpointOptions_customEndpointCertificateArn :: Lens' DomainEndpointOptions (Maybe Text) Source #
The ARN for your security certificate, managed in Amazon Web Services Certificate Manager (ACM).
domainEndpointOptions_customEndpointEnabled :: Lens' DomainEndpointOptions (Maybe Bool) Source #
Whether to enable a custom endpoint for the domain.
domainEndpointOptions_enforceHTTPS :: Lens' DomainEndpointOptions (Maybe Bool) Source #
True to require that all traffic to the domain arrive over HTTPS.
domainEndpointOptions_tLSSecurityPolicy :: Lens' DomainEndpointOptions (Maybe TLSSecurityPolicy) Source #
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 TLS version 1.0 and higher.
- Policy-Min-TLS-1-2-2019-07: TLS security policy which supports only TLS version 1.2