Class: Aws::NimbleStudio::Types::LaunchProfile
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::NimbleStudio::Types::LaunchProfile
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-nimblestudio/types.rb
 
Overview
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.
Constant Summary collapse
- SENSITIVE =
 [:description, :name]
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) that is assigned to a studio resource and uniquely identifies it.
 - 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ISO timestamp in seconds for when the resource was created.
 - 
  
    
      #created_by  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The user ID of the user that created the launch profile.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A human-readable description of the launch profile.
 - 
  
    
      #ec2_subnet_ids  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Unique identifiers for a collection of EC2 subnets.
 - 
  
    
      #launch_profile_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the launch profile used to control access from the streaming session.
 - 
  
    
      #launch_profile_protocol_versions  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version number of the protocol that is used by the launch profile.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A friendly name for the launch profile.
 - 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The current state.
 - 
  
    
      #status_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status code.
 - 
  
    
      #status_message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status message for the launch profile.
 - 
  
    
      #stream_configuration  ⇒ Types::StreamConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A configuration for a streaming session.
 - 
  
    
      #studio_component_ids  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Unique identifiers for a collection of studio components that can be used with this launch profile.
 - 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A collection of labels, in the form of key-value pairs, that apply to this resource.
 - 
  
    
      #updated_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ISO timestamp in seconds for when the resource was updated.
 - 
  
    
      #updated_by  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The user ID of the user that most recently updated the resource.
 - 
  
    
      #validation_results  ⇒ Array<Types::ValidationResult> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The list of the latest validation results.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) that is assigned to a studio resource and uniquely identifies it. ARNs are unique across all Regions.
      1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 1399 class LaunchProfile < Struct.new( :arn, :created_at, :created_by, :description, :ec2_subnet_ids, :launch_profile_id, :launch_profile_protocol_versions, :name, :state, :status_code, :status_message, :stream_configuration, :studio_component_ids, :tags, :updated_at, :updated_by, :validation_results) SENSITIVE = [:description, :name] include Aws::Structure end  | 
  
#created_at ⇒ Time
The ISO timestamp in seconds for when the resource was created.
      1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 1399 class LaunchProfile < Struct.new( :arn, :created_at, :created_by, :description, :ec2_subnet_ids, :launch_profile_id, :launch_profile_protocol_versions, :name, :state, :status_code, :status_message, :stream_configuration, :studio_component_ids, :tags, :updated_at, :updated_by, :validation_results) SENSITIVE = [:description, :name] include Aws::Structure end  | 
  
#created_by ⇒ String
The user ID of the user that created the launch profile.
      1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 1399 class LaunchProfile < Struct.new( :arn, :created_at, :created_by, :description, :ec2_subnet_ids, :launch_profile_id, :launch_profile_protocol_versions, :name, :state, :status_code, :status_message, :stream_configuration, :studio_component_ids, :tags, :updated_at, :updated_by, :validation_results) SENSITIVE = [:description, :name] include Aws::Structure end  | 
  
#description ⇒ String
A human-readable description of the launch profile.
      1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 1399 class LaunchProfile < Struct.new( :arn, :created_at, :created_by, :description, :ec2_subnet_ids, :launch_profile_id, :launch_profile_protocol_versions, :name, :state, :status_code, :status_message, :stream_configuration, :studio_component_ids, :tags, :updated_at, :updated_by, :validation_results) SENSITIVE = [:description, :name] include Aws::Structure end  | 
  
#ec2_subnet_ids ⇒ Array<String>
Unique identifiers for a collection of EC2 subnets.
      1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 1399 class LaunchProfile < Struct.new( :arn, :created_at, :created_by, :description, :ec2_subnet_ids, :launch_profile_id, :launch_profile_protocol_versions, :name, :state, :status_code, :status_message, :stream_configuration, :studio_component_ids, :tags, :updated_at, :updated_by, :validation_results) SENSITIVE = [:description, :name] include Aws::Structure end  | 
  
#launch_profile_id ⇒ String
The ID of the launch profile used to control access from the streaming session.
      1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 1399 class LaunchProfile < Struct.new( :arn, :created_at, :created_by, :description, :ec2_subnet_ids, :launch_profile_id, :launch_profile_protocol_versions, :name, :state, :status_code, :status_message, :stream_configuration, :studio_component_ids, :tags, :updated_at, :updated_by, :validation_results) SENSITIVE = [:description, :name] include Aws::Structure end  | 
  
#launch_profile_protocol_versions ⇒ Array<String>
The version number of the protocol that is used by the launch profile. The only valid version is “2021-03-31”.
      1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 1399 class LaunchProfile < Struct.new( :arn, :created_at, :created_by, :description, :ec2_subnet_ids, :launch_profile_id, :launch_profile_protocol_versions, :name, :state, :status_code, :status_message, :stream_configuration, :studio_component_ids, :tags, :updated_at, :updated_by, :validation_results) SENSITIVE = [:description, :name] include Aws::Structure end  | 
  
#name ⇒ String
A friendly name for the launch profile.
      1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 1399 class LaunchProfile < Struct.new( :arn, :created_at, :created_by, :description, :ec2_subnet_ids, :launch_profile_id, :launch_profile_protocol_versions, :name, :state, :status_code, :status_message, :stream_configuration, :studio_component_ids, :tags, :updated_at, :updated_by, :validation_results) SENSITIVE = [:description, :name] include Aws::Structure end  | 
  
#state ⇒ String
The current state.
      1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 1399 class LaunchProfile < Struct.new( :arn, :created_at, :created_by, :description, :ec2_subnet_ids, :launch_profile_id, :launch_profile_protocol_versions, :name, :state, :status_code, :status_message, :stream_configuration, :studio_component_ids, :tags, :updated_at, :updated_by, :validation_results) SENSITIVE = [:description, :name] include Aws::Structure end  | 
  
#status_code ⇒ String
The status code.
      1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 1399 class LaunchProfile < Struct.new( :arn, :created_at, :created_by, :description, :ec2_subnet_ids, :launch_profile_id, :launch_profile_protocol_versions, :name, :state, :status_code, :status_message, :stream_configuration, :studio_component_ids, :tags, :updated_at, :updated_by, :validation_results) SENSITIVE = [:description, :name] include Aws::Structure end  | 
  
#status_message ⇒ String
The status message for the launch profile.
      1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 1399 class LaunchProfile < Struct.new( :arn, :created_at, :created_by, :description, :ec2_subnet_ids, :launch_profile_id, :launch_profile_protocol_versions, :name, :state, :status_code, :status_message, :stream_configuration, :studio_component_ids, :tags, :updated_at, :updated_by, :validation_results) SENSITIVE = [:description, :name] include Aws::Structure end  | 
  
#stream_configuration ⇒ Types::StreamConfiguration
A configuration for a streaming session.
      1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 1399 class LaunchProfile < Struct.new( :arn, :created_at, :created_by, :description, :ec2_subnet_ids, :launch_profile_id, :launch_profile_protocol_versions, :name, :state, :status_code, :status_message, :stream_configuration, :studio_component_ids, :tags, :updated_at, :updated_by, :validation_results) SENSITIVE = [:description, :name] include Aws::Structure end  | 
  
#studio_component_ids ⇒ Array<String>
Unique identifiers for a collection of studio components that can be used with this launch profile.
      1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 1399 class LaunchProfile < Struct.new( :arn, :created_at, :created_by, :description, :ec2_subnet_ids, :launch_profile_id, :launch_profile_protocol_versions, :name, :state, :status_code, :status_message, :stream_configuration, :studio_component_ids, :tags, :updated_at, :updated_by, :validation_results) SENSITIVE = [:description, :name] include Aws::Structure end  | 
  
#tags ⇒ Hash<String,String>
A collection of labels, in the form of key-value pairs, that apply to this resource.
      1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 1399 class LaunchProfile < Struct.new( :arn, :created_at, :created_by, :description, :ec2_subnet_ids, :launch_profile_id, :launch_profile_protocol_versions, :name, :state, :status_code, :status_message, :stream_configuration, :studio_component_ids, :tags, :updated_at, :updated_by, :validation_results) SENSITIVE = [:description, :name] include Aws::Structure end  | 
  
#updated_at ⇒ Time
The ISO timestamp in seconds for when the resource was updated.
      1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 1399 class LaunchProfile < Struct.new( :arn, :created_at, :created_by, :description, :ec2_subnet_ids, :launch_profile_id, :launch_profile_protocol_versions, :name, :state, :status_code, :status_message, :stream_configuration, :studio_component_ids, :tags, :updated_at, :updated_by, :validation_results) SENSITIVE = [:description, :name] include Aws::Structure end  | 
  
#updated_by ⇒ String
The user ID of the user that most recently updated the resource.
      1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 1399 class LaunchProfile < Struct.new( :arn, :created_at, :created_by, :description, :ec2_subnet_ids, :launch_profile_id, :launch_profile_protocol_versions, :name, :state, :status_code, :status_message, :stream_configuration, :studio_component_ids, :tags, :updated_at, :updated_by, :validation_results) SENSITIVE = [:description, :name] include Aws::Structure end  | 
  
#validation_results ⇒ Array<Types::ValidationResult>
The list of the latest validation results.
      1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 1399 class LaunchProfile < Struct.new( :arn, :created_at, :created_by, :description, :ec2_subnet_ids, :launch_profile_id, :launch_profile_protocol_versions, :name, :state, :status_code, :status_message, :stream_configuration, :studio_component_ids, :tags, :updated_at, :updated_by, :validation_results) SENSITIVE = [:description, :name] include Aws::Structure end  |