Class DestinationConfig

DestinationConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Attributes

NameDescription
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``.

Inheritance

builtins.object > proto.message.Message > DestinationConfig