| « PreviousNext » | |
![]() ![]() ![]() | Did this page help you? Yes | No | Tell us about it... |
The AWS::IAM::Group type creates an Identity and Access Management (IAM) group.
This type supports updates. For more information about updating stacks, see Updating AWS CloudFormation Stacks.
{
"Type": "AWS::IAM::Group",
"Properties": {
"Path": String,
"Policies": [ Policy1, ... ]
}
} The path to the group. For more information about paths, see Identifiers for IAM Entities in Using IAM.
Required: No
Type: String
Update requires: no interruption
The policies to be added to the group. For information about policies, see Overview of Policies in Using IAM.
Required: No
Type: List of AWS::IAM::Policy types
Update requires: no interruption
Specifying this resource ID to the intrinsic Ref function will return the GroupName.
For example: mystack-mygroup-1DZETITOWEKVO.
For more information about using the Ref function, see Ref.
Fn::GetAtt returns a value for a specified attribute of this type.
This section lists the available attributes and corresponding return values.
Returns the Amazon Resource Name (ARN) for the AWS::IAM::Group resource. For
example: arn:aws:iam::123456789012:group/mystack-mygroup-1DZETITOWEKVO.
For more information about using Fn:GetAtt, see Fn::GetAtt.
To view AWS::IAM::Group snippets, see Declaring an IAM Group Resource