Class EventStream (1.11.2)

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

Specifies the Event-driven transfer options. Event-driven transfers listen to an event stream to transfer updated files.

Attributes

NameDescription
name str
Required. Specifies a unique name of the resource such as AWS SQS ARN in the form 'arn:aws:sqs:region:account_id:queue_name', or Pub/Sub subscription resource name in the form 'projects/{project}/subscriptions/{sub}'.
event_stream_start_time google.protobuf.timestamp_pb2.Timestamp
Specifies the date and time that Storage Transfer Service starts listening for events from this stream. If no start time is specified or start time is in the past, Storage Transfer Service starts listening immediately.
event_stream_expiration_time google.protobuf.timestamp_pb2.Timestamp
Specifies the data and time at which Storage Transfer Service stops listening for events from this stream. After this time, any transfers in progress will complete, but no new transfers are initiated.