UserPolicyAttachmentsExclusive

class UserPolicyAttachmentsExclusive : KotlinCustomResource

Import

Using pulumi import, import exclusive management of managed IAM policy assignments using the user_name. For example:

$ pulumi import aws:iam/userPolicyAttachmentsExclusive:UserPolicyAttachmentsExclusive example MyUser

Properties

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val policyArns: Output<List<String>>

A list of managed IAM policy ARNs to be attached to the user. Policies attached to this user but not configured in this argument will be removed.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val userName: Output<String>

IAM user name.