Skip to main content

streaming_image_tags

Expands all tag keys and values for streaming_images in a region

Overview

Namestreaming_image_tags
TypeResource
DescriptionRepresents a streaming session machine image that can be used to launch a streaming session
Idaws.nimblestudio.streaming_image_tags

Fields

NameDatatypeDescription
descriptionstring

A human-readable description of the streaming image.

ec2_image_idstring

The ID of an EC2 machine image with which to create this streaming image.

encryption_configurationobject

TODO

eula_idsarray

The list of EULAs that must be accepted before a Streaming Session can be started using this streaming image.

namestring

A friendly name for a streaming image resource.

ownerstring

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.

platformstring

The platform of the streaming image, either WINDOWS or LINUX.

streaming_image_idstring
studio_idstring

The studioId.

tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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