GroupPolicyAttachmentsExclusiveArgs

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

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

Constructors

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

Properties

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

IAM group name.

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

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.

Functions

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