AWS Kinesis · Schema

ClusterJDBCURL

AnalyticsApache FlinkBig DataData ProcessingReal-TimeStreamingVideo
View JSON Schema on GitHub

JSON Schema

kinesis-clusterjdbcurl-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ClusterJDBCURL",
  "title": "ClusterJDBCURL",
  "type": "string",
  "pattern": "jdbc:(redshift|postgresql)://((?!-)[A-Za-z0-9-]{1,63}(?<!-)\\.)+redshift\\.([a-zA-Z0-9\\.]+):\\d{1,5}/[a-zA-Z0-9_$-]+",
  "minLength": 1,
  "maxLength": 512
}