{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-lightsail-staticip.json",
  "title": "AWSLightsailStaticIpProperties",
  "description": "Resource Type definition for AWS::Lightsail::StaticIp. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-lightsail.git>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-lightsail-staticip.json",
    "sourceSha256": "63a5d18413664875542cea666f78bc6b9413759eafe117a06387a47a1d64fd38"
  },
  "type": "object",
  "properties": {
    "StaticIpName": {
      "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 static IP address."
    },
    "AttachedTo": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The instance where the static IP is attached."
    }
  },
  "typeName": "AWS::Lightsail::StaticIp",
  "createOnlyProperties": [
    "/properties/StaticIpName"
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-lightsail.git",
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/StaticIpName"
  ],
  "$defs": {},
  "required": [
    "StaticIpName"
  ],
  "readOnlyProperties": [
    "/properties/StaticIpArn",
    "/properties/IsAttached",
    "/properties/IpAddress"
  ],
  "taggable": true
}
