{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-managedblockchain-accessor.json",
  "title": "AWSManagedBlockchainAccessorProperties",
  "description": "Definition of AWS::ManagedBlockchain::com.amazonaws.taiga.webservice.api#Accessor Resource Type. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-managedblockchain-accessor.json",
    "sourceSha256": "0b265eb35df0791c53439f17a95be1058ebc1c75e9af681a09b1a4310775a762"
  },
  "type": "object",
  "properties": {
    "AccessorType": {
      "$ref": "#/$defs/AccessorType"
    },
    "Tags": {
      "type": "array",
      "maxItems": 50,
      "insertionOrder": false,
      "uniqueItems": true,
      "description": "An array of key-value pairs to apply to this resource.",
      "items": {
        "$ref": "#/$defs/Tag"
      }
    }
  },
  "typeName": "AWS::ManagedBlockchain::Accessor",
  "$defs": {
    "AccessorStatus": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "AVAILABLE",
            "PENDING_DELETION",
            "DELETED"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSManagedBlockchainAccessorAccessorStatusDefinition"
    },
    "AccessorType": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "BILLING_TOKEN"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSManagedBlockchainAccessorAccessorTypeDefinition"
    },
    "Tag": {
      "description": "A key-value pair to associate with a resource.",
      "type": "object",
      "properties": {
        "Key": {
          "oneOf": [
            {
              "type": "string",
              "minLength": 1,
              "maxLength": 127
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "The key name of the tag. You can specify a value that is 1 to 127 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. "
        },
        "Value": {
          "oneOf": [
            {
              "type": "string",
              "minLength": 1,
              "maxLength": 255
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "The value for the tag. You can specify a value that is 1 to 255 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. "
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "title": "AWSManagedBlockchainAccessorTagDefinition",
      "additionalProperties": false
    }
  },
  "additionalProperties": false,
  "additionalIdentifiers": [
    [
      "/properties/Arn"
    ]
  ],
  "tagging": {
    "taggable": true,
    "tagOnCreate": true,
    "tagUpdatable": true,
    "cloudFormationSystemTags": true
  },
  "required": [
    "AccessorType"
  ],
  "readOnlyProperties": [
    "/properties/Arn",
    "/properties/Id",
    "/properties/BillingToken",
    "/properties/CreationDate",
    "/properties/Status"
  ],
  "createOnlyProperties": [
    "/properties/AccessorType"
  ],
  "writeOnlyProperties": [
    "/properties/Tags"
  ],
  "primaryIdentifier": [
    "/properties/Id"
  ]
}
