instances_list_only
Lists instances
in a region or regions, for all properties use instances
Overview
Name | instances_list_only |
Type | Resource |
Description | Resource Type definition for AWS::Connect::Instance |
Id | aws.connect.instances_list_only |
Fields
Name | Datatype | Description |
---|---|---|
id | string | An instanceId is automatically generated on creation and assigned as the unique identifier. |
arn | string | An instanceArn is automatically generated on creation based on instanceId. |
identity_management_type | string | Specifies the type of directory integration for new instance. |
instance_alias | string | Alias of the new directory created as part of new instance creation. |
created_time | string | Timestamp of instance creation logged as part of instance creation. |
service_role | string | Service linked role created as part of instance creation. |
instance_status | string | Specifies the creation status of new instance. |
directory_id | string | Existing directoryId user wants to map to the new Connect instance. |
attributes | object | The attributes for the instance. |
tags | array | An array of key-value pairs to apply to this resource. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all instances
in a region.
SELECT
region,
arn
FROM aws.connect.instances_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the instances_list_only
resource, see instances