Generated when an Import Container is created.

interface ImportContainerCreatedEvent {
    createdAt: string;
    data: ImportContainerCreatedEventData;
    id: string;
    notificationType: string;
    resourceType: EventSubscriptionResourceTypeId;
    type: "ImportContainerCreated";
}

Hierarchy (View Summary)

  • IEvent
    • ImportContainerCreatedEvent

Properties

createdAt: string

Date and time (UTC) the Event was generated.

An object containing details of the created Import Container.

id: string

Unique identifier of the Event.

notificationType: string
type: "ImportContainerCreated"

The type of Event that has occurred.