Method: Aws::MediaConvert::Types::KantarWatermarkSettings#kantar_server_url
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
#kantar_server_url ⇒ String
Provide the HTTPS endpoint to the Kantar server. You should get this endpoint from Kantar.
9249 9250 9251 9252 9253 9254 9255 9256 9257 9258 9259 9260 9261 9262 9263 9264 9265 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9249 class KantarWatermarkSettings < Struct.new( :channel_name, :content_reference, :credentials_secret_name, :file_offset, :kantar_license_id, :kantar_server_url, :log_destination, :metadata_3, :metadata_4, :metadata_5, :metadata_6, :metadata_7, :metadata_8) SENSITIVE = [] include Aws::Structure end |