Skip to main content

group_policies

List of group policies by GroupName (requires aws provider to be installed)

Overview

Namegroup_policies
TypeResource
DescriptionList of group policies by GroupName (requires `aws` provider to be installed)
Idaws.iam.group_policies

Fields

NameDatatypeDescription
group_namestringThe IAM group name
policy_namestringThe group policy name
policy_documentstringThe group policy document
regionstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
viewSELECTregion

SELECT Example

SELECT
region,
group_name,
policy_name,
policy_document,
region
FROM aws.iam.group_policies
WHERE GroupName = '<GroupName>';