{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-certificatemanager-account.json",
  "title": "AWSCertificateManagerAccountProperties",
  "description": "Resource schema for AWS::CertificateManager::Account.. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-certificatemanager-account.json",
    "sourceSha256": "b33c62122ed627b870a4814648c67d5ecf12cee896071d6904b9b564ef3b1209"
  },
  "type": "object",
  "properties": {
    "ExpiryEventsConfiguration": {
      "$ref": "#/$defs/ExpiryEventsConfiguration"
    }
  },
  "typeName": "AWS::CertificateManager::Account",
  "$defs": {
    "ExpiryEventsConfiguration": {
      "type": "object",
      "title": "AWSCertificateManagerAccountExpiryEventsConfigurationDefinition",
      "properties": {
        "DaysBeforeExpiry": {
          "type": "integer",
          "minimum": 1,
          "maximum": 45
        }
      },
      "additionalProperties": false
    },
    "AccountId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSCertificateManagerAccountAccountIdDefinition"
    }
  },
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/AccountId"
  ],
  "required": [
    "ExpiryEventsConfiguration"
  ],
  "readOnlyProperties": [
    "/properties/AccountId"
  ]
}
