aws.connect.list_rules
Example SQL Queries
SELECT * FROMaws.connect.list_rulesWHERE"instance_id" = 'VALUE';Description
List all rules for the specified Amazon Connect instance.
Table Definition
| Column Name | Column Data Type |
|---|---|
| instance_id Required Input Column The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. | VARCHAR |
| event_source_name Input Column The name of the event source. | VARCHAR |
| publish_status Input Column The publish status of the rule. | 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 |
| action_summaries A list of ActionTypes associated with a rule. | STRUCT( |
Show child fields
| |
| created_time The timestamp for when the rule was created. | TIMESTAMP_S |
| last_updated_time The timestamp for when the rule was last updated. | TIMESTAMP_S |
| name The name of the rule. | VARCHAR |
| rule_arn The Amazon Resource Name (ARN) of the rule. | VARCHAR |
| rule_id A unique identifier for the rule. | VARCHAR |