UserPoliciesExclusiveArgs

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

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

Constructors

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

Properties

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

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

IAM user name.

Functions

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