policies
List of policies (requires aws
provider to be installed)
Overview
Name | policies |
Type | Resource |
Description | List of policies (requires `aws` provider to be installed) |
Id | awscc.iam.policies |
Fields
Name | Datatype | Description |
---|---|---|
policy_name | string | The name for the policy |
arn | string | The ARN |
attachment_count | number | The attachment count for the policy |
create_date | string | The creation date for the policy |
default_version_id | string | The default version id for the policy |
description | string | The description for the policy |
is_attachable | boolean | Is the policy attachable? |
path | string | The path for the policy |
permissions_boundary_usage_count | number | The permissions boundary usage count for the policy |
policy_id | string | The id for the policy |
tags | array | Tags for the policy |
update_date | string | The update date for the policy |
region | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
policy_name,
arn,
attachment_count,
create_date,
default_version_id,
description,
is_attachable,
path,
permissions_boundary_usage_count,
policy_id,
tags,
update_date,
region
FROM awscc.iam.policies