![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.nimblestudio.kotlin.StreamingImageArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.nimblestudio.kotlin
import com.pulumi.awsnative.nimblestudio.StreamingImageArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* Represents a streaming session machine image that can be used to launch a streaming session
* @property description A human-readable description of the streaming image.
* @property ec2ImageId The ID of an EC2 machine image with which to create this streaming image.
* @property name A friendly name for a streaming image resource.
* @property studioId The studioId.
* @property tags An array of key-value pairs to apply to this resource.
* For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html) .
*/
public data class StreamingImageArgs(
public val description: Output? = null,
public val ec2ImageId: Output? = null,
public val name: Output? = null,
public val studioId: Output? = null,
public val tags: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy