AWS Fundamentals Logo
AWS Fundamentals
AWS::IAM::UserToGroupAddition

IAM UserToGroupAddition

Resource Type definition for AWS::IAM::UserToGroupAddition

Properties

2 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
GroupName
string
Required
Users
Array<string>
Required

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Idstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IAM::UserToGroupAddition

Resources:
  MyResource:
    Type: AWS::IAM::UserToGroupAddition
    Properties:
      GroupName: "my-groupname"
      Users: []

Get the IAM Cheat Sheet

Everything you need to know about IAM on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceIAM
Properties3
Required2
TaggingNot supported
Primary IDId

External Links