GoogleApi.Datastream.V1.Model.DestinationConfig (google_api_datastream v0.2.0) View Source
The configuration of the stream destination.
Attributes
-
destinationConnectionProfile
(type:String.t
, default:nil
) - Required. Destination connection profile resource. Format:projects/{project}/locations/{location}/connectionProfiles/{name}
-
gcsDestinationConfig
(type:GoogleApi.Datastream.V1.Model.GcsDestinationConfig.t
, default:nil
) - A configuration for how data should be loaded to Cloud Storage.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Datastream.V1.Model.DestinationConfig{ destinationConnectionProfile: String.t() | nil, gcsDestinationConfig: GoogleApi.Datastream.V1.Model.GcsDestinationConfig.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.