Streaming Image Args
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)