class Aws::NimbleStudio::Types::StreamConfigurationCreate

@note When making an API call, you may pass StreamConfigurationCreate

data as a hash:

    {
      clipboard_mode: "ENABLED", # required, accepts ENABLED, DISABLED
      ec2_instance_types: ["g4dn.xlarge"], # required, accepts g4dn.xlarge, g4dn.2xlarge, g4dn.4xlarge, g4dn.8xlarge, g4dn.12xlarge, g4dn.16xlarge
      max_session_length_in_minutes: 1,
      streaming_image_ids: ["StreamingImageId"], # required
    }

@!attribute [rw] clipboard_mode

@return [String]

@!attribute [rw] ec2_instance_types

The EC2 instance types that users can select from when launching a
streaming session with this launch profile.
@return [Array<String>]

@!attribute [rw] max_session_length_in_minutes

@return [Integer]

@!attribute [rw] streaming_image_ids

A list of streaming image IDs that users can select from when
launching a streaming session with this launch profile.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/nimble-2020-08-01/StreamConfigurationCreate AWS API Documentation

Constants

SENSITIVE