aws.iam-group-policy-attachment resource¶
Description¶
GroupPolicyAttachment attaches a managed policy to an IAM group. The group name and policy ARN are the full identity, and IAM has no in-place update for an attachment, so both inputs are replace-only.
Source: internal/service/iam/group_policy_attachment_rsrc.go:29
Example usage:
imports: {
aws: 'github.com/cloudboss/unobin-library-aws'
}
resources: {
example: aws.iam-group-policy-attachment {
# Set input fields here.
}
}
Inputs¶
group-name
string
policy-arn
string
Input Constraints¶
This kind declares no extra input constraints.
Outputs¶
group-name
string
policy-arn
string