{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-ssm-resourcepolicy.json",
  "title": "AWSSSMResourcePolicyProperties",
  "description": "Resource Type definition for AWS::SSM::ResourcePolicy. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-ssm-resourcepolicy.json",
    "sourceSha256": "bf3ecbae5b2b8ea2e4d2ba8864980c6effe7f26f3b4548a688609dbe74236149"
  },
  "type": "object",
  "properties": {
    "ResourceArn": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "Arn of OpsItemGroup etc."
    },
    "Policy": {
      "type": [
        "object",
        "string"
      ],
      "description": "Actual policy statement."
    }
  },
  "typeName": "AWS::SSM::ResourcePolicy",
  "primaryIdentifier": [
    "/properties/PolicyId",
    "/properties/ResourceArn"
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git",
  "readOnlyProperties": [
    "/properties/PolicyId",
    "/properties/PolicyHash"
  ],
  "additionalProperties": false,
  "required": [
    "ResourceArn",
    "Policy"
  ],
  "tagging": {
    "taggable": false
  },
  "createOnlyProperties": [
    "/properties/ResourceArn"
  ]
}
