DomainEndpointOptionsResponse

data class DomainEndpointOptionsResponse(val customEndpoint: String? = null, val customEndpointCertificateArn: String? = null, val customEndpointEnabled: Boolean? = null, val enforceHTTPS: Boolean? = null, val tlsSecurityPolicy: TLSSecurityPolicyEnumValueResponse? = null)

Definition of DomainEndpointOptions

Constructors

Link copied to clipboard
constructor(customEndpoint: String? = null, customEndpointCertificateArn: String? = null, customEndpointEnabled: Boolean? = null, enforceHTTPS: Boolean? = null, tlsSecurityPolicy: TLSSecurityPolicyEnumValueResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val customEndpoint: String? = null

The fully qualified URL for the custom endpoint.

Link copied to clipboard

The ARN for your security certificate, managed in Amazon Web Services Certificate Manager (ACM).

Link copied to clipboard

Whether to enable a custom endpoint for the domain.

Link copied to clipboard
val enforceHTTPS: Boolean? = null

True to require that all traffic to the domain arrive over HTTPS.

Link copied to clipboard

Specify the TLS security policy to apply to the HTTPS endpoint of the domain. The policy can be one of the following values:

  • Policy-Min-TLS-1-0-2019-07: TLS security policy that supports TLS version 1.0 to TLS version 1.2

  • Policy-Min-TLS-1-2-2019-07: TLS security policy that supports only TLS version 1.2

  • Policy-Min-TLS-1-2-PFS-2023-10: TLS security policy that supports TLS version 1.2 to TLS version 1.3 with perfect forward secrecy cipher suites