UserPolicyAttachmentsExclusiveArgs

data class UserPolicyAttachmentsExclusiveArgs(val policyArns: Output<List<String>>? = null, val userName: Output<String>? = null) : ConvertibleToJava<UserPolicyAttachmentsExclusiveArgs>

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

Constructors

Link copied to clipboard
constructor(policyArns: Output<List<String>>? = null, userName: Output<String>? = null)

Properties

Link copied to clipboard
val policyArns: Output<List<String>>? = null

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 userName: Output<String>? = null

IAM user name.

Functions

Link copied to clipboard
open override fun toJava(): UserPolicyAttachmentsExclusiveArgs