streaming_image_tags
Expands all tag keys and values for streaming_images
in a region
Overview
Name | streaming_image_tags |
Type | Resource |
Description | Represents a streaming session machine image that can be used to launch a streaming session |
Id | aws.nimblestudio.streaming_image_tags |
Fields
Name | Datatype | Description |
---|---|---|
description | string | A human-readable description of the streaming image. |
ec2_image_id | string | The ID of an EC2 machine image with which to create this streaming image. |
encryption_configuration | object | TODO |
eula_ids | array | The list of EULAs that must be accepted before a Streaming Session can be started using this streaming image. |
name | string | A friendly name for a streaming image resource. |
owner | string | The owner of the streaming image, either the studioId that contains the streaming image, or 'amazon' for images that are provided by Amazon Nimble Studio. |
platform | string | The platform of the streaming image, either WINDOWS or LINUX. |
streaming_image_id | string | |
studio_id | string | The studioId. |
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 streaming_images
in a region.
SELECT
region,
description,
ec2_image_id,
encryption_configuration,
eula_ids,
name,
owner,
platform,
streaming_image_id,
studio_id,
tag_key,
tag_value
FROM aws.nimblestudio.streaming_image_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the streaming_image_tags
resource, see streaming_images