StreamingImageArgs

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

Resource Type definition for AWS::NimbleStudio::StreamingImage

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, ec2ImageId: Output<String>? = null, encryptionConfigurationKeyArn: Output<String>? = null, encryptionConfigurationKeyType: 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 the streaming image.

Link copied to clipboard
Link copied to clipboard
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 unique identifier for a studio resource. In Nimble Studio, all other resources are contained in a studio resource.

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