Method: Aws::MediaConvert::Types::KantarWatermarkSettings#credentials_secret_name
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
#credentials_secret_name ⇒ String
Provide the name of the AWS Secrets Manager secret where your Kantar credentials are stored. Note that your MediaConvert service role must provide access to this secret. For more information, see docs.aws.amazon.com/mediaconvert/latest/ug/granting-permissions-for-mediaconvert-to-access-secrets-manager-secret.html. For instructions on creating a secret, see docs.aws.amazon.com/secretsmanager/latest/userguide/tutorials_basic.html, in the AWS Secrets Manager User Guide.
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 |