LaunchProfile

class LaunchProfile : KotlinCustomResource

Represents a launch profile which delegates access to a collection of studio components to studio users

Properties

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

The description.

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

Specifies the IDs of the EC2 subnets where streaming sessions will be accessible from. These subnets must support the specified instance types.

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

The version number of the protocol that is used by the launch profile. The only valid version is "2021-03-31".

Link copied to clipboard
val name: Output<String>

The name for the launch profile.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Unique identifiers for a collection of studio components that can be used with this launch profile.

Link copied to clipboard
val studioId: Output<String>

The studio ID.

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