Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface GetGroupPolicyResponse

Contains the response to a successful GetGroupPolicy request.

Hierarchy

Properties

GroupName: undefined | string

The group the policy is associated with.

PolicyDocument: undefined | string

The policy document.

IAM stores policies in JSON format. However, resources that were created using CloudFormation templates can be formatted in YAML. CloudFormation always converts a YAML policy to JSON format before submitting it to IAM.

PolicyName: undefined | string

The name of the policy.