ramUsers

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


@JvmName(name = "jhsbaoladpyvtvyf")
suspend fun ramUsers(value: Output<List<String>>)
@JvmName(name = "hvahxgctyvwltkcq")
suspend fun ramUsers(value: List<String>?)

Deprecated

Field 'ram_users' has been deprecated from version 1.49.0, and use field 'document' to replace.

Parameters

value

(It has been deprecated since version 1.49.0, and use field 'document' to replace.) List of ram users who can assume the RAM role. The format of each item in this list is acs:ram::${account_id}:root or acs:ram::${account_id}:user/${user_name}, such as acs:ram::1234567890000:root and acs:ram::1234567890001:user/Mary. The ${user_name} is the name of a RAM user which must exists in the Alicloud account indicated by the ${account_id}.


@JvmName(name = "icgiuplpkmactfta")
suspend fun ramUsers(values: List<Output<String>>)
@JvmName(name = "ssyvyywsvgbueguc")
suspend fun ramUsers(vararg values: String)

Deprecated

Field 'ram_users' has been deprecated from version 1.49.0, and use field 'document' to replace.

Parameters

values

(It has been deprecated since version 1.49.0, and use field 'document' to replace.) List of ram users who can assume the RAM role. The format of each item in this list is acs:ram::${account_id}:root or acs:ram::${account_id}:user/${user_name}, such as acs:ram::1234567890000:root and acs:ram::1234567890001:user/Mary. The ${user_name} is the name of a RAM user which must exists in the Alicloud account indicated by the ${account_id}.