{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-iam-accesskey.json",
  "title": "AWSIAMAccessKeyProperties",
  "description": "Resource Type definition for AWS::IAM::AccessKey. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-iam-accesskey.json",
    "sourceSha256": "75065a357be34115b30afd05870f4e4eb5dd4a6232882fa4b3889f8f28cf58a1"
  },
  "type": "object",
  "properties": {
    "Serial": {
      "type": "integer"
    },
    "Status": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "UserName": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    }
  },
  "typeName": "AWS::IAM::AccessKey",
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "additionalProperties": false,
  "createOnlyProperties": [
    "/properties/UserName",
    "/properties/Serial"
  ],
  "required": [
    "UserName"
  ],
  "readOnlyProperties": [
    "/properties/SecretAccessKey",
    "/properties/Id"
  ]
}
