Interface StorageTransferJobEventStream
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
StorageTransferJobEventStream.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.880Z") @Stability(Stable) public interface StorageTransferJobEventStream extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStorageTransferJobEventStream.BuilderA builder forStorageTransferJobEventStreamstatic classStorageTransferJobEventStream.Jsii$ProxyAn implementation forStorageTransferJobEventStream
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static StorageTransferJobEventStream.Builderbuilder()default StringgetEventStreamExpirationTime()Specifies the data and time at which Storage Transfer Service stops listening for events from this stream.default StringgetEventStreamStartTime()Specifies the date and time that Storage Transfer Service starts listening for events from this stream.StringgetName()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}'.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
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}'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#name StorageTransferJob#name}
-
getEventStreamExpirationTime
@Stability(Stable) @Nullable default String getEventStreamExpirationTime()
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 Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#event_stream_expiration_time StorageTransferJob#event_stream_expiration_time}
-
getEventStreamStartTime
@Stability(Stable) @Nullable default String getEventStreamStartTime()
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 Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#event_stream_start_time StorageTransferJob#event_stream_start_time}
-
builder
@Stability(Stable) static StorageTransferJobEventStream.Builder builder()
-
-