Launch Profile Args
data class LaunchProfileArgs(val description: Output<String>? = null, val ec2SubnetIds: Output<List<String>>? = null, val launchProfileProtocolVersions: Output<List<String>>? = null, val name: Output<String>? = null, val streamConfiguration: Output<LaunchProfileStreamConfigurationArgs>? = null, val studioComponentIds: Output<List<String>>? = null, val studioId: Output<String>? = null, val tags: Output<LaunchProfileTagsArgs>? = null) : ConvertibleToJava<LaunchProfileArgs>
Represents a launch profile which delegates access to a collection of studio components to studio users
Constructors
Link copied to clipboard
fun LaunchProfileArgs(description: Output<String>? = null, ec2SubnetIds: Output<List<String>>? = null, launchProfileProtocolVersions: Output<List<String>>? = null, name: Output<String>? = null, streamConfiguration: Output<LaunchProfileStreamConfigurationArgs>? = null, studioComponentIds: Output<List<String>>? = null, studioId: Output<String>? = null, tags: Output<LaunchProfileTagsArgs>? = null)