GroupPoliciesExclusiveArgs

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

Import

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

$ pulumi import aws:iam/groupPoliciesExclusive:GroupPoliciesExclusive example MyGroup

Constructors

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

Properties

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

IAM group name.

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

A list of inline policy names to be assigned to the group. Policies attached to this group but not configured in this argument will be removed.

Functions

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