customFeatures

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

Parameters

value

A list of features enabled when the selected profile is CUSTOM. The method returns the set of features that can be specified in this list. This field must be empty if the profile is not CUSTOM. 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 = "cqaqybsvsdwoohmq")
suspend fun customFeatures(vararg values: Output<String>)


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

Parameters

values

A list of features enabled when the selected profile is CUSTOM. The method returns the set of features that can be specified in this list. This field must be empty if the profile is not CUSTOM. 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.