resource_policies_list_only
Lists resource_policies
in a region or regions, for all properties use resource_policies
Overview
Name | resource_policies_list_only |
Type | Resource |
Description | Resource Type definition for AWS::SSM::ResourcePolicy |
Id | aws.ssm.resource_policies_list_only |
Fields
Name | Datatype | Description |
---|---|---|
resource_arn | string | Arn of OpsItemGroup etc. |
policy | object | Actual policy statement. |
policy_id | string | An unique identifier within the policies of a resource. |
policy_hash | string | A snapshot identifier for the policy over time. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all resource_policies
in a region.
SELECT
region,
policy_id,
resource_arn
FROM aws.ssm.resource_policies_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the resource_policies_list_only
resource, see resource_policies