customFeatures

@JvmName(name = "aywebukreyfbbgxo")
suspend fun customFeatures(value: Output<List<String>>)
@JvmName(name = "jadhacqwhkrrhggr")
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.


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


@JvmName(name = "qsmbjbdtdhxqrems")
suspend fun customFeatures(values: List<Output<String>>)
@JvmName(name = "hareprnqxefabrfp")
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.