streaming_images_list_only
Lists streaming_images
in a region or regions, for all properties use streaming_images
Overview
Name | streaming_images_list_only |
Type | Resource |
Description | Represents a streaming session machine image that can be used to launch a streaming session |
Id | aws.nimblestudio.streaming_images_list_only |
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. |
tags | object | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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