Domain Endpoint Options
data class DomainEndpointOptions(val enforceHttps: Boolean? = null, val tlsSecurityPolicy: String? = null)
Properties
Link copied to clipboard
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.