tlsSecurityPolicy

@JvmName(name = "ruihvgktgiflqbbh")
suspend fun tlsSecurityPolicy(value: Output<TLSSecurityPolicyEnumValueArgs>)
@JvmName(name = "nrcieuvcnwirrdqi")
suspend fun tlsSecurityPolicy(value: TLSSecurityPolicyEnumValueArgs?)

Parameters

value

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


@JvmName(name = "deflkdqumtlqprsw")
suspend fun tlsSecurityPolicy(argument: suspend TLSSecurityPolicyEnumValueArgsBuilder.() -> Unit)

Parameters

argument

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