Class: Aws::MediaLive::Types::CreateSdiSourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::CreateSdiSourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Used in the CreateSdiSource operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mode ⇒ String
Applies only if the type is QUAD.
-
#name ⇒ String
Specify a name that is unique in the AWS account.
-
#request_id ⇒ String
An ID that you assign to a create request.
-
#tags ⇒ Hash<String,String>
A collection of key-value pairs.
-
#type ⇒ String
Specify the type of the SDI source: SINGLE: The source is a single-link source.
Instance Attribute Details
#mode ⇒ String
Applies only if the type is QUAD. Specify the mode for handling the quad-link signal: QUADRANT or INTERLEAVE.
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 |
#name ⇒ String
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.
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_id ⇒ String
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.
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 |
#tags ⇒ Hash<String,String>
A collection of key-value pairs.
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 |
#type ⇒ String
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.
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 |