Skip to main content

streaming_images_list_only

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

Overview

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

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.

tagsobject
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all streaming_images in a region.

SELECT
region,
studio_id,
streaming_image_id
FROM aws.nimblestudio.streaming_images_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the streaming_images_list_only resource, see streaming_images