product_subscriptions_list_only
Lists product_subscriptions
in a region or regions, for all properties use product_subscriptions
Overview
Name | product_subscriptions_list_only |
Type | Resource |
Description | The AWS::SecurityHub::ProductSubscription resource represents a subscription to a service that is allowed to generate findings for your Security Hub account. One product subscription resource is created for each product enabled. |
Id | aws.securityhub.product_subscriptions_list_only |
Fields
Name | Datatype | Description |
---|---|---|
product_arn | string | The generic ARN of the product being subscribed to |
product_subscription_arn | string | The ARN of the product subscription for the account |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all product_subscriptions
in a region.
SELECT
region,
product_subscription_arn
FROM aws.securityhub.product_subscriptions_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the product_subscriptions_list_only
resource, see product_subscriptions