instance_tags
Expands all tag keys and values for instances
in a region
Overview
Name | instance_tags |
Type | Resource |
Description | Resource Type definition for AWS::Connect::Instance |
Id | aws.connect.instance_tags |
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. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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