UserPoliciesExclusive

class UserPoliciesExclusive : KotlinCustomResource

Import

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

$ pulumi import aws:iam/userPoliciesExclusive:UserPoliciesExclusive example MyUser

Properties

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

A list of inline policy names to be assigned 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.