Skip to main content

all_managed_products

Creates, updates, deletes, gets or lists an all_managed_products resource.

Overview

Nameall_managed_products
TypeResource
Idaws.wafv2.all_managed_products

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
managed_productsarrayHigh-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:

NameAccessible byRequired ParamsOptional ParamsDescription
describe_all_managed_productsselectregionProvides 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.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

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
;