aws.wafv2.list_available_managed_rule_group_versions
Example SQL Queries
SELECT * FROMaws.wafv2.list_available_managed_rule_group_versionsWHERE"vendor_name" = 'VALUE'AND "name" = 'VALUE'AND "scope" = 'VALUE';Description
Returns a list of the available versions for the specified managed rule group.
Table Definition
| Column Name | Column Data Type |
|---|---|
| name Required Input Column The name of the managed rule group. You use this, along with the vendor name, to identify the rule group. | VARCHAR |
| scope Required Input Column Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows:
| VARCHAR |
| vendor_name Required Input Column The name of the managed rule group vendor. You use this, along with the rule group name, to identify a rule group. | VARCHAR |
| limit Input Column The maximum number of objects that you want WAF to return for this request. If more objects are available, in the response, WAF provides a NextMarker value that you can use in a subsequent call to get the next batch of objects. | BIGINT |
| next_marker Input Column When you request a list of objects with a Limit setting, if the number of objects that are still available for retrieval exceeds the limit, WAF returns a NextMarker value in the response. To retrieve the next batch of objects, provide the marker from the prior call in your next request. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| current_default_version The name of the version that's currently set as the default. | VARCHAR |
| versions The versions that are currently available for the specified managed rule group. If you specified a Limit in your request, this might not be the full list. | STRUCT( |
Show child fields
| |