{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-supportapp-accountalias.json",
  "title": "AWSSupportAppAccountAliasProperties",
  "description": "An AWS Support App resource that creates, updates, reads, and deletes a customer's account alias.. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-supportapp.git>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-supportapp-accountalias.json",
    "sourceSha256": "46cef826fce2c134f3aa165a20898cfc59e5c887146946d2ac303465123e5e52"
  },
  "type": "object",
  "properties": {
    "AccountAlias": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "^[\\w\\- ]+$",
          "minLength": 1,
          "maxLength": 30
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "An account alias associated with a customer's account."
    }
  },
  "typeName": "AWS::SupportApp::AccountAlias",
  "readOnlyProperties": [
    "/properties/AccountAliasResourceId"
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-supportapp.git",
  "required": [
    "AccountAlias"
  ],
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/AccountAliasResourceId"
  ]
}
