routing_rules_list_only
Lists routing_rules in a region or regions, for all properties use routing_rules
Overview
| Name | routing_rules_list_only |
| Type | Resource |
| Description | Schema for AWS::ApiGatewayV2::RoutingRule |
| Id | awscc.apigatewayv2.routing_rules_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
routing_rule_arn | string | Amazon Resource Name (ARN) of the resource. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all routing_rules in a region.
SELECT
region,
routing_rule_arn
FROM awscc.apigatewayv2.routing_rules_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the routing_rules_list_only resource, see routing_rules