Builder
Properties
The idempotent client token. The token is active for 8 hours, and within its lifetime, it ensures the request completes only once upon retry with same client token. If omitted, the AWS SDK generates a unique value so that AWS SDK can safely retry the request upon network errors.
The data payload of the event, should follow the data schema of the target dataset, or see Data entities supported in AWS Supply Chain. To send single data record, use JsonObject format; to send multiple data records, use JsonArray format.
The target dataset configuration for scn.data.dataset event type.
Event identifier (for example, orderId for InboundOrder) used for data sharding or partitioning. Noted under one eventGroupId of same eventType and instanceId, events are processed sequentially in the order they are received by the server.
The timestamp (in epoch seconds) associated with the event. If not provided, it will be assigned with current timestamp.
The data event type.
The AWS Supply Chain instance identifier.
Functions
construct an aws.sdk.kotlin.services.supplychain.model.DataIntegrationEventDatasetTargetConfiguration inside the given block