{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-secretsmanager-resourcepolicy.json",
  "title": "AWSSecretsManagerResourcePolicyProperties",
  "description": "Resource Type definition for AWS::SecretsManager::ResourcePolicy. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-secretsmanager-resourcepolicy.json",
    "sourceSha256": "22ba6a885bb1922e4e9a97fd8dc5f593e6e44fbf0bdfec08532ab9a81d823524"
  },
  "type": "object",
  "properties": {
    "ResourcePolicy": {
      "type": "object"
    },
    "BlockPublicPolicy": {
      "type": "boolean"
    },
    "SecretId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    }
  },
  "typeName": "AWS::SecretsManager::ResourcePolicy",
  "readOnlyProperties": [
    "/properties/Id"
  ],
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "required": [
    "SecretId",
    "ResourcePolicy"
  ],
  "createOnlyProperties": [
    "/properties/SecretId"
  ]
}
