{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-acmpca-certificateauthorityactivation.json",
  "title": "AWSACMPCACertificateAuthorityActivationProperties",
  "description": "Used to install the certificate authority certificate and update the certificate authority status.. Source:- <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_ACMPCA.html>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-acmpca-certificateauthorityactivation.json",
    "sourceSha256": "0f23fc2eccb853e58756d5e3d9a5deb9cbd4d8c86d136d3336651d08794109b1"
  },
  "type": "object",
  "properties": {
    "CertificateAuthorityArn": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "Arn of the Certificate Authority."
    },
    "Certificate": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "Certificate Authority certificate that will be installed in the Certificate Authority."
    },
    "CertificateChain": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "Certificate chain for the Certificate Authority certificate."
    },
    "Status": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The status of the Certificate Authority."
    }
  },
  "typeName": "AWS::ACMPCA::CertificateAuthorityActivation",
  "primaryIdentifier": [
    "/properties/CertificateAuthorityArn"
  ],
  "sourceUrl": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_ACMPCA.html",
  "readOnlyProperties": [
    "/properties/CompleteCertificateChain"
  ],
  "additionalProperties": false,
  "required": [
    "CertificateAuthorityArn",
    "Certificate"
  ],
  "createOnlyProperties": [
    "/properties/CertificateAuthorityArn"
  ],
  "writeOnlyProperties": [
    "/properties/Certificate",
    "/properties/CertificateChain"
  ]
}
