{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-ses-dedicatedippool.json",
  "title": "AWSSESDedicatedIpPoolProperties",
  "description": "Resource Type definition for AWS::SES::DedicatedIpPool. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-ses.git>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-ses-dedicatedippool.json",
    "sourceSha256": "0e504aac3a0e738e61afc176a6f504bec0d6b0d3c467784dad201564ff995ac0"
  },
  "type": "object",
  "properties": {
    "PoolName": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "^[a-z0-9_-]{0,64}$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The name of the dedicated IP pool."
    },
    "ScalingMode": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "^(STANDARD|MANAGED)$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "Specifies whether the dedicated IP pool is managed or not. The default value is STANDARD."
    }
  },
  "typeName": "AWS::SES::DedicatedIpPool",
  "primaryIdentifier": [
    "/properties/PoolName"
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-ses.git",
  "conditionalCreateOnlyProperties": [
    "/properties/ScalingMode"
  ],
  "additionalProperties": false,
  "createOnlyProperties": [
    "/properties/PoolName"
  ]
}
