Skip to main content

resource_policies_list_only

Lists resource_policies in a region or regions, for all properties use resource_policies

Overview

Nameresource_policies_list_only
TypeResource
DescriptionResource Type definition for AWS::SSM::ResourcePolicy
Idaws.ssm.resource_policies_list_only

Fields

NameDatatypeDescription
resource_arnstringArn of OpsItemGroup etc.
policyobjectActual policy statement.
policy_idstringAn unique identifier within the policies of a resource.
policy_hashstringA snapshot identifier for the policy over time.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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