policyArns

@JvmName(name = "bvoeeyytipoidpyl")
suspend fun policyArns(value: Output<List<String>>)
@JvmName(name = "skrijnschsdkxpia")
suspend fun policyArns(value: List<String>?)

Parameters

value

Specifies a list of AWS managed policy ARNs. The behavior depends on the credential type. With iam_user, the policies will be attached to IAM users when they are requested. With assumed_role and federation_token, the policy ARNs will act as a filter on what the credentials can do, similar to policy_document. When credential_type is iam_user or federation_token, at least one of policy_document or policy_arns must be specified.


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


@JvmName(name = "kmkvndahcmulgdhf")
suspend fun policyArns(values: List<Output<String>>)
@JvmName(name = "nlqpftjbrpcdsfjn")
suspend fun policyArns(vararg values: String)

Parameters

values

Specifies a list of AWS managed policy ARNs. The behavior depends on the credential type. With iam_user, the policies will be attached to IAM users when they are requested. With assumed_role and federation_token, the policy ARNs will act as a filter on what the credentials can do, similar to policy_document. When credential_type is iam_user or federation_token, at least one of policy_document or policy_arns must be specified.