actionProperties

@JvmName(name = "dytuxirrcrcfbgft")
suspend fun actionProperties(value: Output<Map<String, String>>)
@JvmName(name = "csorqmsngpiushbk")
suspend fun actionProperties(value: Map<String, String>?)

Parameters

value

Specifies the properties of an action group object.

Note: action_properties can only be configured for IcM Connector Action Groups for now. Other public features will be supported in the future.


@JvmName(name = "vqcruupjeprnvxqr")
fun actionProperties(vararg values: Pair<String, String>)

Parameters

values

Specifies the properties of an action group object.

Note: action_properties can only be configured for IcM Connector Action Groups for now. Other public features will be supported in the future.