group_policies
List of group policies by GroupName (requires aws
provider to be installed)
Overview
Name | group_policies |
Type | Resource |
Description | List of group policies by GroupName (requires `aws` provider to be installed) |
Id | awscc.iam.group_policies |
Fields
Name | Datatype | Description |
---|---|---|
group_name | string | The IAM group name |
policy_name | string | The group policy name |
policy_document | string | The group policy document |
region | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
group_name,
policy_name,
policy_document,
region
FROM awscc.iam.group_policies
WHERE GroupName = '<GroupName>';