Event Stream Args
data class EventStreamArgs(val eventStreamExpirationTime: Output<String>? = null, val eventStreamStartTime: Output<String>? = null, val name: Output<String>) : ConvertibleToJava<EventStreamArgs>
Specifies the Event-driven transfer options. Event-driven transfers listen to an event stream to transfer updated files.
Properties
Link copied to clipboard
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.
Link copied to clipboard
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.