Class: Aws::MediaLive::Types::Esam
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::Esam
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Esam
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#acquisition_point_id ⇒ String
Sent as acquisitionPointIdentity to identify the MediaLive channel to the POIS.
-
#ad_avail_offset ⇒ Integer
When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time.
-
#password_param ⇒ String
Reference to an AWS parameter store name from which the password can be retrieved if credentials are required to access the POIS endpoint.
-
#pois_endpoint ⇒ String
The URL of the signal conditioner endpoint on the Placement Opportunity Information System (POIS).
-
#username ⇒ String
Username if credentials are required to access the POIS endpoint.
-
#zone_identity ⇒ String
Optional data sent as zoneIdentity to identify the MediaLive channel to the POIS.
Instance Attribute Details
#acquisition_point_id ⇒ String
Sent as acquisitionPointIdentity to identify the MediaLive channel to the POIS.
4588 4589 4590 4591 4592 4593 4594 4595 4596 4597 |
# File 'lib/aws-sdk-medialive/types.rb', line 4588 class Esam < Struct.new( :acquisition_point_id, :ad_avail_offset, :password_param, :pois_endpoint, :username, :zone_identity) SENSITIVE = [] include Aws::Structure end |
#ad_avail_offset ⇒ Integer
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.
4588 4589 4590 4591 4592 4593 4594 4595 4596 4597 |
# File 'lib/aws-sdk-medialive/types.rb', line 4588 class Esam < Struct.new( :acquisition_point_id, :ad_avail_offset, :password_param, :pois_endpoint, :username, :zone_identity) SENSITIVE = [] include Aws::Structure end |
#password_param ⇒ String
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>
4588 4589 4590 4591 4592 4593 4594 4595 4596 4597 |
# File 'lib/aws-sdk-medialive/types.rb', line 4588 class Esam < Struct.new( :acquisition_point_id, :ad_avail_offset, :password_param, :pois_endpoint, :username, :zone_identity) SENSITIVE = [] include Aws::Structure end |
#pois_endpoint ⇒ String
The URL of the signal conditioner endpoint on the Placement Opportunity Information System (POIS). MediaLive sends SignalProcessingEvents here when SCTE-35 messages are read.
4588 4589 4590 4591 4592 4593 4594 4595 4596 4597 |
# File 'lib/aws-sdk-medialive/types.rb', line 4588 class Esam < Struct.new( :acquisition_point_id, :ad_avail_offset, :password_param, :pois_endpoint, :username, :zone_identity) SENSITIVE = [] include Aws::Structure end |
#username ⇒ String
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>
4588 4589 4590 4591 4592 4593 4594 4595 4596 4597 |
# File 'lib/aws-sdk-medialive/types.rb', line 4588 class Esam < Struct.new( :acquisition_point_id, :ad_avail_offset, :password_param, :pois_endpoint, :username, :zone_identity) SENSITIVE = [] include Aws::Structure end |
#zone_identity ⇒ String
Optional data sent as zoneIdentity to identify the MediaLive channel to the POIS.
4588 4589 4590 4591 4592 4593 4594 4595 4596 4597 |
# File 'lib/aws-sdk-medialive/types.rb', line 4588 class Esam < Struct.new( :acquisition_point_id, :ad_avail_offset, :password_param, :pois_endpoint, :username, :zone_identity) SENSITIVE = [] include Aws::Structure end |