GroupPolicyAttachmentsExclusive

class GroupPolicyAttachmentsExclusive : KotlinCustomResource

Import

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

$ pulumi import aws:iam/groupPolicyAttachmentsExclusive:GroupPolicyAttachmentsExclusive 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 policyArns: Output<List<String>>

A list of managed IAM policy ARNs to be attached 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>