managed_policies
Retrieves a list of managed_policies
in a region
Overview
Name | managed_policies |
Type | Resource |
Description | managed_policies |
Id | awscc.iam.managed_policies |
Fields
Name | Datatype | Description |
---|---|---|
policy_arn | string | Amazon Resource Name (ARN) of the managed policy |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
policy_arn
FROM awscc.iam.managed_policies
Permissions
To operate on the managed_policies
resource, the following permissions are required:
Create
iam:CreatePolicy,
iam:AttachGroupPolicy,
iam:AttachUserPolicy,
iam:AttachRolePolicy
List
iam:ListPolicies