VPCRename

DatabaseTime-SeriesPostgreSQLOpen SourceCloudHypertablesContinuous AggregatesTiger Cloud

Properties

Name Type Description
name string The new name for the VPC.
View JSON Schema on GitHub

JSON Schema

timescaledb-vpcrename-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/VPCRename",
  "title": "VPCRename",
  "type": "object",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "The new name for the VPC.",
      "example": "my-renamed-vpc"
    }
  }
}