all_managed_products
Creates, updates, deletes, gets or lists an all_managed_products resource.
Overview
| Name | all_managed_products |
| Type | Resource |
| Id | aws.wafv2.all_managed_products |
Fields
The following fields are returned by SELECT queries:
- describe_all_managed_products
| Name | Datatype | Description |
|---|---|---|
managed_products | array | High-level information for the Amazon Web Services Managed Rules rule groups and Amazon Web Services Marketplace managed rule groups. |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
describe_all_managed_products | select | region | Provides high-level information for the Amazon Web Services Managed Rules rule groups and Amazon Web Services Marketplace managed rule groups. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
region | string | AWS region (default: us-east-1) |
SELECT examples
- describe_all_managed_products
Provides high-level information for the Amazon Web Services Managed Rules rule groups and Amazon Web Services Marketplace managed rule groups.
SELECT
managed_products
FROM aws.wafv2.all_managed_products
WHERE region = '{{ region }}' -- required
;