Skip to main content

policy_associations_list_only

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

Overview

Namepolicy_associations_list_only
TypeResource
DescriptionThe AWS::SecurityHub::PolicyAssociation resource represents the AWS Security Hub Central Configuration Policy associations in your Target. Only the AWS Security Hub delegated administrator can create the resouce from the home region.
Idaws.securityhub.policy_associations_list_only

Fields

NameDatatypeDescription
association_identifierstringA unique identifier to indicates if the target has an association
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all policy_associations in a region.

SELECT
region,
association_identifier
FROM aws.securityhub.policy_associations_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the policy_associations_list_only resource, see policy_associations