customFeatures

@JvmName(name = "oksymrxjdcgfewao")
suspend fun customFeatures(value: Output<List<String>>)
@JvmName(name = "rocrdtblxigkvvxb")
suspend fun customFeatures(value: List<String>?)

Parameters

value

Profile specifies the set of SSL features that can be used by the load balancer when negotiating SSL with clients. This can be one of COMPATIBLE, MODERN, RESTRICTED, or CUSTOM. If using CUSTOM, the set of SSL features to enable must be specified in the customFeatures field. See the official documentation for which ciphers are available to use. Note: this argument must be present when using the CUSTOM profile. This argument must not be present when using any other profile.


@JvmName(name = "rgpaqlybjuijcbvd")
suspend fun customFeatures(vararg values: Output<String>)


@JvmName(name = "ritmntoyhthphyrl")
suspend fun customFeatures(values: List<Output<String>>)
@JvmName(name = "iwrnxmuxhbdnnffr")
suspend fun customFeatures(vararg values: String)

Parameters

values

Profile specifies the set of SSL features that can be used by the load balancer when negotiating SSL with clients. This can be one of COMPATIBLE, MODERN, RESTRICTED, or CUSTOM. If using CUSTOM, the set of SSL features to enable must be specified in the customFeatures field. See the official documentation for which ciphers are available to use. Note: this argument must be present when using the CUSTOM profile. This argument must not be present when using any other profile.