policy_associations_list_only
Lists policy_associations in a region or regions, for all properties use policy_associations
Overview
| Name | policy_associations_list_only |
| Type | Resource |
| Description | The 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. |
| Id | aws.securityhub.policy_associations_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
association_identifier | string | A unique identifier to indicates if the target has an association |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
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