EventStreamsClusterCreateRequest
EventStreamsClusterCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| akhq_enabled optional | AKHQ availability Example : False | boolean | |
| allowable_ip_addresses optional | Allowed IP addresses list | array[string] | |
| dbaas_engine_version_id required | DBaaS engine version ID. The ID can be obtained via the “GET /v1/engine-versions” endpoint. Example : | string | |
| init_config_option required | DB initial configuration option | EventStreamsInitConfigOptionRequest | |
| instance_groups required | Instance groups list | array[EventStreamsInstanceGroupRequest] | |
| instance_name_prefix required | Instance name prefix Example : Pattern : ^[a-z][a-zA-Z0-9\-]*$Minimum length : 3Maximum length : 13 | string | |
| is_combined optional | HA availability Example : False | boolean | |
| maintenance_option optional | Maintenance option | any of [MaintenanceOption, null] | |
| name required | Cluster name Example : Pattern : ^[a-zA-Z]*$Minimum length : 3Maximum length : 20 | string | |
| nat_enabled optional | NAT availability Example : False | boolean | |
| subnet_id required | Subnet ID. The ID can be obtained via the GET /vpc/v1/subnets endpoint. Example : | string | |
| tags optional | tag | any of [array[Tag], null] | |
| timezone required | Timezone. The timezone can be obtained via the “GET /support/v1/timezones” endpoint. Example : | string |