AWS::IAM::UserToGroupAdditionResource Type definition for AWS::IAM::UserToGroupAddition
2 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
GroupName | string | Required |
Users | Array<string> | Required |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Id | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IAM::UserToGroupAddition
Resources:
MyResource:
Type: AWS::IAM::UserToGroupAddition
Properties:
GroupName: "my-groupname"
Users: []Everything you need to know about IAM on one page. HD quality, print-friendly.
Download Free InfographicId