aws.nimble.list_streaming_images
Example SQL Queries
SELECT * FROMaws.nimble.list_streaming_imagesWHERE"studio_id" = 'VALUE';Description
List the streaming image resources available to this studio.
This list will contain both images provided by Amazon Web Services, as well as streaming images that you have created in your studio.
Table Definition
| Column Name | Column Data Type |
|---|---|
| studio_id Required Input Column The studio ID. | VARCHAR |
| owner Input Column 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. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn The Amazon Resource Name (ARN) that is assigned to a studio resource and uniquely identifies it. ARNs are unique across all Regions. | VARCHAR |
| description A human-readable description of the streaming image. | VARCHAR |
| ec2_image_id The ID of an EC2 machine image with which to create the streaming image. | VARCHAR |
| encryption_configuration The encryption configuration. | STRUCT( |
Show child fields
| |
| eula_ids The list of EULAs that must be accepted before a Streaming Session can be started using this streaming image. | VARCHAR[] |
Show child fields
| |
| name A friendly name for a streaming image resource. | VARCHAR |
| platform The platform of the streaming image, either Windows or Linux. | VARCHAR |
| state The current state. | VARCHAR |
| status_code The status code. | VARCHAR |
| status_message The status message for the streaming image. | VARCHAR |
| streaming_image_id The ID of the streaming image. | VARCHAR |
| tags A collection of labels, in the form of key-value pairs, that apply to this resource. | MAP(VARCHAR, VARCHAR) |