DestinationConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)The configuration of the stream destination.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
destination_connection_profile |
str
Required. Destination connection profile resource. Format: projects/{project}/locations/{location}/connectionProfiles/{name}
|
gcs_destination_config |
google.cloud.datastream_v1.types.GcsDestinationConfig
A configuration for how data should be loaded to Cloud Storage. This field is a member of oneof_ destination_stream_config.
|