Skip to main content

instances_list_only

Lists instances in a region or regions, for all properties use instances

Overview

Nameinstances_list_only
TypeResource
DescriptionResource Type definition for AWS::Connect::Instance
Idaws.connect.instances_list_only

Fields

NameDatatypeDescription
idstringAn instanceId is automatically generated on creation and assigned as the unique identifier.
arnstringAn instanceArn is automatically generated on creation based on instanceId.
identity_management_typestringSpecifies the type of directory integration for new instance.
instance_aliasstringAlias of the new directory created as part of new instance creation.
created_timestringTimestamp of instance creation logged as part of instance creation.
service_rolestringService linked role created as part of instance creation.
instance_statusstringSpecifies the creation status of new instance.
directory_idstringExisting directoryId user wants to map to the new Connect instance.
attributesobjectThe attributes for the instance.
tagsarrayAn array of key-value pairs to apply to this resource.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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