StreamingImage

class StreamingImage : KotlinCustomResource

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

Properties

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

A human-readable description of the streaming image.

Link copied to clipboard
val ec2ImageId: Output<String>

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

Link copied to clipboard
val eulaIds: Output<List<String>>

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

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

A friendly name for a streaming image resource.

Link copied to clipboard
val owner: Output<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.

Link copied to clipboard
val platform: Output<String>

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

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val studioId: Output<String>

The studioId.

Link copied to clipboard
val tags: Output<StreamingImageTags>?
Link copied to clipboard
val urn: Output<String>