LaunchProfile

A launch profile controls your artist workforce’s access to studio components, like compute farms, shared file systems, managed file systems, and license server configurations, as well as instance types and Amazon Machine Images (AMIs).

Studio administrators create launch profiles in the Nimble Studio console. Artists can use their launch profiles to launch an instance from the Nimble Studio portal. Each user’s launch profile defines how they can launch a streaming session. By default, studio admins can use all launch profiles.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) that is assigned to a studio resource and uniquely identifies it. ARNs are unique across all Regions.

Link copied to clipboard

The ISO timestamp in seconds for when the resource was created.

Link copied to clipboard

The user ID of the user that created the launch profile.

Link copied to clipboard

A human-readable description of the launch profile.

Link copied to clipboard

Unique identifiers for a collection of EC2 subnets.

Link copied to clipboard

The ID of the launch profile used to control access from the streaming session.

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: String?

A friendly name for the launch profile.

Link copied to clipboard

The current state.

Link copied to clipboard

The status code.

Link copied to clipboard

The status message for the launch profile.

Link copied to clipboard

A configuration for a streaming session.

Link copied to clipboard

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

Link copied to clipboard

A collection of labels, in the form of key-value pairs, that apply to this resource.

Link copied to clipboard

The ISO timestamp in seconds for when the resource was updated.

Link copied to clipboard

The user ID of the user that most recently updated the resource.

Link copied to clipboard

The list of the latest validation results.

Functions

Link copied to clipboard
inline fun copy(block: LaunchProfile.Builder.() -> Unit = {}): LaunchProfile
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String