Add Tags To Certificate
POST {{aws_certificate_manager_base_url}}/?Action=AddTagsToCertificate
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Action | string | String that contains the ARN of the ACM certificate to which the tag is to be applied. This must be of the form: |
Request Body
{"CertificateArn"=>"arn:aws:acm:us-east-1:111122223333:certificate/12345678-1234-1234-1234-123456789012", "Tags"=>[{"Key"=>"website", "Value"=>"example.com"}, {"Key"=>"stack", "Value"=>"production"}]}