StreamingImageArgs

data class StreamingImageArgs(val description: Output<String>? = null, val ec2ImageId: Output<String>? = null, val name: Output<String>? = null, val studioId: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<StreamingImageArgs>

Represents a streaming session machine image that can be used to launch a streaming session

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, ec2ImageId: Output<String>? = null, name: Output<String>? = null, studioId: Output<String>? = null, tags: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard
val description: Output<String>? = null

A human-readable description of the streaming image.

Link copied to clipboard
val ec2ImageId: Output<String>? = null

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

Link copied to clipboard
val name: Output<String>? = null

A friendly name for a streaming image resource.

Link copied to clipboard
val studioId: Output<String>? = null

The studioId.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

An array of key-value pairs to apply to this resource. For more information, see Tag .

Functions

Link copied to clipboard
open override fun toJava(): StreamingImageArgs