Skip to main content

policies

List of policies (requires aws provider to be installed)

Overview

Namepolicies
TypeResource
DescriptionList of policies (requires `aws` provider to be installed)
Idaws.iam.policies

Fields

NameDatatypeDescription
policy_namestringThe name for the policy
arnstringThe ARN
attachment_countnumberThe attachment count for the policy
create_datestringThe creation date for the policy
default_version_idstringThe default version id for the policy
descriptionstringThe description for the policy
is_attachablebooleanIs the policy attachable?
pathstringThe path for the policy
permissions_boundary_usage_countnumberThe permissions boundary usage count for the policy
policy_idstringThe id for the policy
tagsarrayTags for the policy
update_datestringThe update date for the policy
regionstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
viewSELECTregion

SELECT 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 aws.iam.policies