Class: Aws::MediaLive::Types::CmafIngestAbWatermarkerIrdetoSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::CmafIngestAbWatermarkerIrdetoSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
A/B Watermarker settings for CMAF Ingest output groups.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #additional_destinations_alternate_destinations ⇒ Array<Types::OutputLocationRef>
-
#alternate_destination ⇒ Types::OutputLocationRef
Reference to an OutputDestination ID defined in the channel.
-
#custom_profile ⇒ Types::AbWatermarkingCustomProfile
The vendor-specified custom profile options.
- #license ⇒ String
- #operator_id ⇒ Integer
- #poly_period ⇒ Integer
-
#profile ⇒ String
Ab Watermarking Profile.
-
#watermark_id_length ⇒ String
Ab Watermarker Id Length.
Instance Attribute Details
#additional_destinations_alternate_destinations ⇒ Array<Types::OutputLocationRef>
23562 23563 23564 23565 23566 23567 23568 23569 23570 23571 23572 23573 |
# File 'lib/aws-sdk-medialive/types.rb', line 23562 class CmafIngestAbWatermarkerIrdetoSettings < Struct.new( :additional_destinations_alternate_destinations, :alternate_destination, :custom_profile, :license, :operator_id, :poly_period, :profile, :watermark_id_length) SENSITIVE = [] include Aws::Structure end |
#alternate_destination ⇒ Types::OutputLocationRef
Reference to an OutputDestination ID defined in the channel
23562 23563 23564 23565 23566 23567 23568 23569 23570 23571 23572 23573 |
# File 'lib/aws-sdk-medialive/types.rb', line 23562 class CmafIngestAbWatermarkerIrdetoSettings < Struct.new( :additional_destinations_alternate_destinations, :alternate_destination, :custom_profile, :license, :operator_id, :poly_period, :profile, :watermark_id_length) SENSITIVE = [] include Aws::Structure end |
#custom_profile ⇒ Types::AbWatermarkingCustomProfile
The vendor-specified custom profile options
23562 23563 23564 23565 23566 23567 23568 23569 23570 23571 23572 23573 |
# File 'lib/aws-sdk-medialive/types.rb', line 23562 class CmafIngestAbWatermarkerIrdetoSettings < Struct.new( :additional_destinations_alternate_destinations, :alternate_destination, :custom_profile, :license, :operator_id, :poly_period, :profile, :watermark_id_length) SENSITIVE = [] include Aws::Structure end |
#license ⇒ String
23562 23563 23564 23565 23566 23567 23568 23569 23570 23571 23572 23573 |
# File 'lib/aws-sdk-medialive/types.rb', line 23562 class CmafIngestAbWatermarkerIrdetoSettings < Struct.new( :additional_destinations_alternate_destinations, :alternate_destination, :custom_profile, :license, :operator_id, :poly_period, :profile, :watermark_id_length) SENSITIVE = [] include Aws::Structure end |
#operator_id ⇒ Integer
23562 23563 23564 23565 23566 23567 23568 23569 23570 23571 23572 23573 |
# File 'lib/aws-sdk-medialive/types.rb', line 23562 class CmafIngestAbWatermarkerIrdetoSettings < Struct.new( :additional_destinations_alternate_destinations, :alternate_destination, :custom_profile, :license, :operator_id, :poly_period, :profile, :watermark_id_length) SENSITIVE = [] include Aws::Structure end |
#poly_period ⇒ Integer
23562 23563 23564 23565 23566 23567 23568 23569 23570 23571 23572 23573 |
# File 'lib/aws-sdk-medialive/types.rb', line 23562 class CmafIngestAbWatermarkerIrdetoSettings < Struct.new( :additional_destinations_alternate_destinations, :alternate_destination, :custom_profile, :license, :operator_id, :poly_period, :profile, :watermark_id_length) SENSITIVE = [] include Aws::Structure end |
#profile ⇒ String
Ab Watermarking Profile
23562 23563 23564 23565 23566 23567 23568 23569 23570 23571 23572 23573 |
# File 'lib/aws-sdk-medialive/types.rb', line 23562 class CmafIngestAbWatermarkerIrdetoSettings < Struct.new( :additional_destinations_alternate_destinations, :alternate_destination, :custom_profile, :license, :operator_id, :poly_period, :profile, :watermark_id_length) SENSITIVE = [] include Aws::Structure end |
#watermark_id_length ⇒ String
Ab Watermarker Id Length
23562 23563 23564 23565 23566 23567 23568 23569 23570 23571 23572 23573 |
# File 'lib/aws-sdk-medialive/types.rb', line 23562 class CmafIngestAbWatermarkerIrdetoSettings < Struct.new( :additional_destinations_alternate_destinations, :alternate_destination, :custom_profile, :license, :operator_id, :poly_period, :profile, :watermark_id_length) SENSITIVE = [] include Aws::Structure end |