DomainEndpointOptionsArgs

data class DomainEndpointOptionsArgs(val enforceHttps: Output<Boolean>? = null, val tlsSecurityPolicy: Output<String>? = null) : ConvertibleToJava<DomainEndpointOptionsArgs>

Constructors

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

Properties

Link copied to clipboard
val enforceHttps: Output<Boolean>? = null

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

Link copied to clipboard
val tlsSecurityPolicy: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): DomainEndpointOptionsArgs