Amazon Network Firewall · JSON Structure

Openapi Tls Certificate Data Structure

Contains metadata about an Certificate Manager certificate.

Type: object Properties: 4
FirewallIntrusion DetectionNetwork SecurityVPC

TlsCertificateData is a JSON Structure definition published by Amazon Network Firewall, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

CertificateArn CertificateSerial Status StatusMessage

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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."
        }
      ]
    }
  }
}