actions

@JvmName(name = "xwipvaxvvaribwie")
suspend fun actions(value: Output<List<String>>)
@JvmName(name = "tfgqbmkcrcycoqwq")
suspend fun actions(value: List<String>)

Parameters

value

(It has been deprecated since version 1.49.0, and use field 'document' to replace.) List of operations for the resource. The format of each item in this list is ${service}:${action_name}, such as oss:ListBuckets and ecs:Describe*. The ${service} can be ecs, oss, ots and so on, the ${action_name} refers to the name of an api interface which related to the ${service}.


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


@JvmName(name = "fqltwkqqevqodhjw")
suspend fun actions(values: List<Output<String>>)
@JvmName(name = "vbxbjworlymivydv")
suspend fun actions(vararg values: String)

Parameters

values

(It has been deprecated since version 1.49.0, and use field 'document' to replace.) List of operations for the resource. The format of each item in this list is ${service}:${action_name}, such as oss:ListBuckets and ecs:Describe*. The ${service} can be ecs, oss, ots and so on, the ${action_name} refers to the name of an api interface which related to the ${service}.