aws.connect.list_instances
Example SQL Queries
SELECT * FROMaws.connect.list_instances;Description
This API is in preview release for Amazon Connect and is subject to change.
Return a list of instances which are in active state, creation-in-progress state, and failed state. Instances that aren't successfully created (they are in a failed state) are returned only for 24 hours after the CreateInstance API was invoked.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 instance. | VARCHAR |
| created_time When the instance was created. | TIMESTAMP_S |
| id The identifier of the instance. | VARCHAR |
| identity_management_type The identity management type of the instance. | VARCHAR |
| inbound_calls_enabled Whether inbound calls are enabled. | BOOLEAN |
| instance_access_url This URL allows contact center users to access the Amazon Connect admin website. | VARCHAR |
| instance_alias The alias of the instance. | VARCHAR |
| instance_status The state of the instance. | VARCHAR |
| outbound_calls_enabled Whether outbound calls are enabled. | BOOLEAN |
| service_role The service role of the instance. | VARCHAR |