aws.vpc_lattice.list_rules
Example SQL Queries
SELECT * FROMaws.vpc_lattice.list_rulesWHERE"listener_identifier" = 'VALUE'AND "service_identifier" = 'VALUE';Description
Lists the rules for the listener.
Table Definition
| Column Name | Column Data Type |
|---|---|
| listener_identifier Required Input Column The ID or Amazon Resource Name (ARN) of the listener. | VARCHAR |
| service_identifier Required Input Column The ID or Amazon Resource Name (ARN) of the service. | 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 |
| arn The Amazon Resource Name (ARN) of the rule. | VARCHAR |
| created_at The date and time that the listener rule was created, specified in ISO-8601 format. | TIMESTAMP_S |
| id The ID of the rule. | VARCHAR |
| is_default Indicates whether this is the default listener rule. | BOOLEAN |
| last_updated_at The date and time that the listener rule was last updated, specified in ISO-8601 format. | TIMESTAMP_S |
| name The name of the rule. | VARCHAR |
| priority The priority of the rule. | BIGINT |