actions

@JvmName(name = "holhtkhjfayfekog")
suspend fun actions(value: Output<List<String>>)
@JvmName(name = "meytnbknejhsmuhi")
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 = "opgfvpbheyssjenv")
suspend fun actions(vararg values: Output<String>)


@JvmName(name = "vghkbcaftkuovkky")
suspend fun actions(values: List<Output<String>>)
@JvmName(name = "ucmsadrxrcpvukol")
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}.