Skip to content

aws.iam-group resource

Description

Group is an IAM group. The group name and path are reconciled with CreateGroup and UpdateGroup; both can change in place. Path defaults to "/", matching IAM's API default, and is always sent on create and update.

Source: internal/service/iam/group_rsrc.go:25

Example usage:

imports: {
  aws: 'github.com/cloudboss/unobin-library-aws'
}

resources: {
  example: aws.iam-group {
    # Set input fields here.
  }
}

Inputs

name

string

required

Name is the IAM group name. It must contain only letters, digits, equals, comma, period, at sign, underscore, plus, or hyphen.

path

string

default /

Input Constraints

This kind declares no extra input constraints.

Outputs

arn

string

unique-id

string

name

string