GroupPoliciesExclusive

class GroupPoliciesExclusive : KotlinCustomResource

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

Properties

Link copied to clipboard
val groupName: Output<String>

IAM group name.

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 group. Policies attached to this group 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>