GetStreamingImageResult

data class GetStreamingImageResult(val description: String? = null, val encryptionConfiguration: StreamingImageEncryptionConfiguration? = null, val eulaIds: List<String>? = null, val name: String? = null, val owner: String? = null, val platform: String? = null, val streamingImageId: String? = null)

Constructors

Link copied to clipboard
constructor(description: String? = null, encryptionConfiguration: StreamingImageEncryptionConfiguration? = null, eulaIds: List<String>? = null, name: String? = null, owner: String? = null, platform: String? = null, streamingImageId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

A human-readable description of the streaming image.

Link copied to clipboard
val eulaIds: List<String>? = null

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

Link copied to clipboard
val name: String? = null

A friendly name for a streaming image resource.

Link copied to clipboard
val owner: String? = null

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.

Link copied to clipboard
val platform: String? = null

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

Link copied to clipboard

The unique identifier for the streaming image resource.