resources

@JvmName(name = "hldqvpgyjbjsovyl")
suspend fun resources(value: Output<List<String>>)
@JvmName(name = "srrsvajuyxmgjhnx")
suspend fun resources(value: List<String>)

Parameters

value

(It has been deprecated since version 1.49.0, and use field document to replace.) List of specific objects which will be authorized. The format of each item in this list is acs:${service}:${region}:${account_id}:${relative_id}, such as acs:ecs:*:*:instance/inst-002 and acs:oss:*:1234567890000:mybucket. The ${service} can be ecs, oss, ots and so on, the ${region} is the region info which can use * replace when it is not supplied, the ${account_id} refers to someones Alicloud account id or you can use *to replace, the ${relative_id}is the resource description section which related to the ${service}`.


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


@JvmName(name = "kfddphbepuarmnyv")
suspend fun resources(values: List<Output<String>>)
@JvmName(name = "emwxutmclflvhpas")
suspend fun resources(vararg values: String)

Parameters

values

(It has been deprecated since version 1.49.0, and use field document to replace.) List of specific objects which will be authorized. The format of each item in this list is acs:${service}:${region}:${account_id}:${relative_id}, such as acs:ecs:*:*:instance/inst-002 and acs:oss:*:1234567890000:mybucket. The ${service} can be ecs, oss, ots and so on, the ${region} is the region info which can use * replace when it is not supplied, the ${account_id} refers to someones Alicloud account id or you can use *to replace, the ${relative_id}is the resource description section which related to the ${service}`.