#[derive(Clone, PartialEq, ::prost::Message)]
pub struct DatabaseSourceReference {
#[prost(string, tag = "1")]
pub source_type: ::prost::alloc::string::String,
#[prost(string, tag = "2")]
pub name: ::prost::alloc::string::String,
}
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct DatabaseSource {
#[prost(string, tag = "1")]
pub source_type: ::prost::alloc::string::String,
#[prost(string, tag = "2")]
pub name: ::prost::alloc::string::String,
#[prost(map = "string, message", tag = "3")]
pub options: ::std::collections::HashMap<
::prost::alloc::string::String,
::prost_types::Value,
>,
}
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct DatabaseSourceGroup {
#[prost(string, tag = "1")]
pub name: ::prost::alloc::string::String,
#[prost(message, optional, tag = "2")]
pub default_source: ::core::option::Option<DatabaseSourceReference>,
#[prost(map = "string, message", tag = "3")]
pub tagged_sources: ::std::collections::HashMap<
::prost::alloc::string::String,
DatabaseSourceReference,
>,
}
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct StreamSourceReference {
#[prost(string, tag = "1")]
pub source_type: ::prost::alloc::string::String,
#[prost(string, tag = "2")]
pub name: ::prost::alloc::string::String,
}
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct StreamSource {
#[prost(string, tag = "1")]
pub source_type: ::prost::alloc::string::String,
#[prost(string, tag = "2")]
pub name: ::prost::alloc::string::String,
#[prost(map = "string, message", tag = "3")]
pub options: ::std::collections::HashMap<
::prost::alloc::string::String,
::prost_types::Value,
>,
}
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct SourceSecrets {
#[prost(map = "string, string", tag = "1")]
pub secrets: ::std::collections::HashMap<
::prost::alloc::string::String,
::prost::alloc::string::String,
>,
}