Class: Aws::MediaLive::Types::CreateSdiSourceRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

Used in the CreateSdiSource operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#modeString

Applies only if the type is QUAD. Specify the mode for handling the quad-link signal: QUADRANT or INTERLEAVE.

Returns:

  • (String)


21343
21344
21345
21346
21347
21348
21349
21350
21351
# File 'lib/aws-sdk-medialive/types.rb', line 21343

class CreateSdiSourceRequest < Struct.new(
  :mode,
  :name,
  :request_id,
  :tags,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Specify a name that is unique in the AWS account. We recommend you assign a name that describes the source, for example curling-cameraA. Names are case-sensitive.

Returns:

  • (String)


21343
21344
21345
21346
21347
21348
21349
21350
21351
# File 'lib/aws-sdk-medialive/types.rb', line 21343

class CreateSdiSourceRequest < Struct.new(
  :mode,
  :name,
  :request_id,
  :tags,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

An ID that you assign to a create request. This ID ensures idempotency when creating resources.**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


21343
21344
21345
21346
21347
21348
21349
21350
21351
# File 'lib/aws-sdk-medialive/types.rb', line 21343

class CreateSdiSourceRequest < Struct.new(
  :mode,
  :name,
  :request_id,
  :tags,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A collection of key-value pairs.

Returns:

  • (Hash<String,String>)


21343
21344
21345
21346
21347
21348
21349
21350
21351
# File 'lib/aws-sdk-medialive/types.rb', line 21343

class CreateSdiSourceRequest < Struct.new(
  :mode,
  :name,
  :request_id,
  :tags,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Specify the type of the SDI source: SINGLE: The source is a single-link source. QUAD: The source is one part of a quad-link source.

Returns:

  • (String)


21343
21344
21345
21346
21347
21348
21349
21350
21351
# File 'lib/aws-sdk-medialive/types.rb', line 21343

class CreateSdiSourceRequest < Struct.new(
  :mode,
  :name,
  :request_id,
  :tags,
  :type)
  SENSITIVE = []
  include Aws::Structure
end