An object that represents an Certificate Manager certificate.
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ListenerTlsAcmCertificate", "description": "An object that represents an Certificate Manager certificate.", "type": "object", "properties": { "certificateArn": {} }, "required": [ "certificateArn" ] }