data class DomainDomainEndpointOptions(val customEndpoint: String? = null, val customEndpointCertificateArn: String? = null, val customEndpointEnabled: Boolean? = null, val enforceHttps: Boolean? = null, val tlsSecurityPolicy: String? = null)
Name of the TLS security policy that needs to be applied to the HTTPS endpoint. Valid values: Policy-Min-TLS-1-0-2019-07 and Policy-Min-TLS-1-2-2019-07. The provider will only perform drift detection if a configuration value is provided.