EventStreamArgs

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.

Constructors

Link copied to clipboard
constructor(eventStreamExpirationTime: Output<String>? = null, eventStreamStartTime: Output<String>? = null, name: Output<String>)

Properties

Link copied to clipboard
val eventStreamExpirationTime: Output<String>? = null

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
val eventStreamStartTime: Output<String>? = null

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.

Link copied to clipboard
val name: Output<String>

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}'.

Functions

Link copied to clipboard
open override fun toJava(): EventStreamArgs