Class: Aws::MediaLive::Types::Esam

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

Overview

Esam

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#acquisition_point_idString

Sent as acquisitionPointIdentity to identify the MediaLive channel to the POIS.

Returns:

  • (String)


4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
# File 'lib/aws-sdk-medialive/types.rb', line 4489

class Esam < Struct.new(
  :acquisition_point_id,
  :ad_avail_offset,
  :password_param,
  :pois_endpoint,
  :username,
  :zone_identity)
  SENSITIVE = []
  include Aws::Structure
end

#ad_avail_offsetInteger

When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time. This only applies to embedded SCTE 104/35 messages and does not apply to OOB messages.

Returns:

  • (Integer)


4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
# File 'lib/aws-sdk-medialive/types.rb', line 4489

class Esam < Struct.new(
  :acquisition_point_id,
  :ad_avail_offset,
  :password_param,
  :pois_endpoint,
  :username,
  :zone_identity)
  SENSITIVE = []
  include Aws::Structure
end

#password_paramString

Reference to an AWS parameter store name from which the password can be retrieved if credentials are required to access the POIS endpoint. AWS Parameter store format: “ssm://<parameter name=”“>”</p> </parameter>

Returns:

  • (String)


4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
# File 'lib/aws-sdk-medialive/types.rb', line 4489

class Esam < Struct.new(
  :acquisition_point_id,
  :ad_avail_offset,
  :password_param,
  :pois_endpoint,
  :username,
  :zone_identity)
  SENSITIVE = []
  include Aws::Structure
end

#pois_endpointString

The URL of the signal conditioner endpoint on the Placement Opportunity Information System (POIS). MediaLive sends SignalProcessingEvents here when SCTE-35 messages are read.

Returns:

  • (String)


4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
# File 'lib/aws-sdk-medialive/types.rb', line 4489

class Esam < Struct.new(
  :acquisition_point_id,
  :ad_avail_offset,
  :password_param,
  :pois_endpoint,
  :username,
  :zone_identity)
  SENSITIVE = []
  include Aws::Structure
end

#usernameString

Username if credentials are required to access the POIS endpoint. This can be either a plaintext username, or a reference to an AWS parameter store name from which the username can be retrieved. AWS Parameter store format: “ssm://<parameter name=”“>”</p> </parameter>

Returns:

  • (String)


4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
# File 'lib/aws-sdk-medialive/types.rb', line 4489

class Esam < Struct.new(
  :acquisition_point_id,
  :ad_avail_offset,
  :password_param,
  :pois_endpoint,
  :username,
  :zone_identity)
  SENSITIVE = []
  include Aws::Structure
end

#zone_identityString

Optional data sent as zoneIdentity to identify the MediaLive channel to the POIS.

Returns:

  • (String)


4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
# File 'lib/aws-sdk-medialive/types.rb', line 4489

class Esam < Struct.new(
  :acquisition_point_id,
  :ad_avail_offset,
  :password_param,
  :pois_endpoint,
  :username,
  :zone_identity)
  SENSITIVE = []
  include Aws::Structure
end