Class: Aws::MediaConvert::Types::AssociateCertificateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::AssociateCertificateRequest
- Defined in:
- gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb
Overview
Note:
When making an API call, you may pass AssociateCertificateRequest data as a hash:
{
arn: "__string", # required
}
Associates the Amazon Resource Name (ARN) of an AWS Certificate Manager (ACM) certificate with an AWS Elemental MediaConvert resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the ACM certificate that you want to associate with your MediaConvert resource.
Instance Attribute Details
#arn ⇒ String
The ARN of the ACM certificate that you want to associate with your MediaConvert resource.
388 389 390 391 392 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 388 class AssociateCertificateRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |