| Name | Type | Description | Notes |
|---|---|---|---|
| connection_id | Option<uuid::Uuid> | [optional] | |
| name | Option<String> | [optional] | |
| namespace_definition | Option<crate::models::NamespaceDefinitionType> | [optional] | |
| namespace_format | Option<String> | Used when namespaceDefinition is 'customformat'. If blank then behaves like namespaceDefinition = 'destination'. If "${SOURCE_NAMESPACE}" then behaves like namespaceDefinition = 'source'. | [optional] |
| prefix | Option<String> | Prefix that will be prepended to the name of each stream when it is written to the destination. | [optional] |
| source_id | Option<uuid::Uuid> | [optional] | |
| destination_id | Option<uuid::Uuid> | [optional] | |
| schedule | Option<crate::models::ConnectionSchedule> | [optional] | |
| schedule_type | Option<crate::models::ConnectionScheduleType> | [optional] | |
| schedule_data | Option<crate::models::ConnectionScheduleData> | [optional] | |
| status | Option<crate::models::ConnectionStatus> | [optional] | |
| source | Option<crate::models::SourceSearch> | [optional] | |
| destination | Option<crate::models::DestinationSearch> | [optional] |