Class: Aws::MediaLive::Types::MediaPackageV2AbWatermarkerIrdetoSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::MediaPackageV2AbWatermarkerIrdetoSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
A/B Watermarker settings for MediaPackage V2 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>
23621 23622 23623 23624 23625 23626 23627 23628 23629 23630 23631 23632 |
# File 'lib/aws-sdk-medialive/types.rb', line 23621 class MediaPackageV2AbWatermarkerIrdetoSettings < 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
23621 23622 23623 23624 23625 23626 23627 23628 23629 23630 23631 23632 |
# File 'lib/aws-sdk-medialive/types.rb', line 23621 class MediaPackageV2AbWatermarkerIrdetoSettings < 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
23621 23622 23623 23624 23625 23626 23627 23628 23629 23630 23631 23632 |
# File 'lib/aws-sdk-medialive/types.rb', line 23621 class MediaPackageV2AbWatermarkerIrdetoSettings < 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
23621 23622 23623 23624 23625 23626 23627 23628 23629 23630 23631 23632 |
# File 'lib/aws-sdk-medialive/types.rb', line 23621 class MediaPackageV2AbWatermarkerIrdetoSettings < 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
23621 23622 23623 23624 23625 23626 23627 23628 23629 23630 23631 23632 |
# File 'lib/aws-sdk-medialive/types.rb', line 23621 class MediaPackageV2AbWatermarkerIrdetoSettings < 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
23621 23622 23623 23624 23625 23626 23627 23628 23629 23630 23631 23632 |
# File 'lib/aws-sdk-medialive/types.rb', line 23621 class MediaPackageV2AbWatermarkerIrdetoSettings < 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
23621 23622 23623 23624 23625 23626 23627 23628 23629 23630 23631 23632 |
# File 'lib/aws-sdk-medialive/types.rb', line 23621 class MediaPackageV2AbWatermarkerIrdetoSettings < 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
23621 23622 23623 23624 23625 23626 23627 23628 23629 23630 23631 23632 |
# File 'lib/aws-sdk-medialive/types.rb', line 23621 class MediaPackageV2AbWatermarkerIrdetoSettings < Struct.new( :additional_destinations_alternate_destinations, :alternate_destination, :custom_profile, :license, :operator_id, :poly_period, :profile, :watermark_id_length) SENSITIVE = [] include Aws::Structure end |