Skip to main content

instance_tags

Expands all tag keys and values for instances in a region

Overview

Nameinstance_tags
TypeResource
DescriptionResource Type definition for AWS::Connect::Instance
Idaws.connect.instance_tags

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.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all instances in a region.

SELECT
region,
id,
arn,
identity_management_type,
instance_alias,
created_time,
service_role,
instance_status,
directory_id,
attributes,
tag_key,
tag_value
FROM aws.connect.instance_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the instance_tags resource, see instances