DomainEndpointOptions

data class DomainEndpointOptions(val enforceHttps: Boolean? = null, val tlsSecurityPolicy: String? = null)

Constructors

Link copied to clipboard
constructor(enforceHttps: Boolean? = null, tlsSecurityPolicy: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enforceHttps: Boolean? = null

Enables or disables the requirement that all requests to the domain arrive over HTTPS.

Link copied to clipboard

The minimum required TLS version. See the AWS documentation for valid values.