{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-iam-instanceprofile.json",
  "title": "AWSIAMInstanceProfileProperties",
  "description": "Resource Type definition for AWS::IAM::InstanceProfile. 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-instanceprofile.json",
    "sourceSha256": "ff78e3bc9cc3a8ff524eae1440f462cfe7197904da258bfd9f9c87bbe97361c2"
  },
  "type": "object",
  "properties": {
    "Path": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The path to the instance profile."
    },
    "Roles": {
      "type": "array",
      "description": "The name of the role to associate with the instance profile. Only one role can be assigned to an EC2 instance at a time, and all applications on the instance share the same role and permissions.",
      "uniqueItems": true,
      "insertionOrder": false,
      "items": {
        "type": "string"
      }
    },
    "InstanceProfileName": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The name of the instance profile to create."
    }
  },
  "typeName": "AWS::IAM::InstanceProfile",
  "readOnlyProperties": [
    "/properties/Arn"
  ],
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/InstanceProfileName"
  ],
  "taggable": false,
  "required": [
    "Roles"
  ],
  "createOnlyProperties": [
    "/properties/InstanceProfileName",
    "/properties/Path"
  ]
}
