{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-network-firewall/refs/heads/main/json-structure/openapi-tls-certificate-data-structure.json", "name": "TlsCertificateData", "description": "Contains metadata about an Certificate Manager certificate.", "type": "object", "properties": { "CertificateArn": { "allOf": [ { "$ref": "#/components/schemas/ResourceArn" }, { "description": "The Amazon Resource Name (ARN) of the certificate." } ] }, "CertificateSerial": { "allOf": [ { "$ref": "#/components/schemas/CollectionMember_String" }, { "description": "The serial number of the certificate." } ] }, "Status": { "allOf": [ { "$ref": "#/components/schemas/CollectionMember_String" }, { "description": "The status of the certificate." } ] }, "StatusMessage": { "allOf": [ { "$ref": "#/components/schemas/StatusReason" }, { "description": "Contains details about the certificate status, including information about certificate errors." } ] } } }