actions

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

Parameters

value

(It has been deprecated from 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 = "jcokmogpubbhnfww")
suspend fun actions(vararg values: Output<String>)


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

Parameters

values

(It has been deprecated from 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}.