interface SqsInfo {
    createdAt?: Date;
    projectId: string;
    region: Region;
    sqsEndpointUrl: string;
    status: SqsInfoStatus;
    updatedAt?: Date;
}

Properties

createdAt?: Date

Queues creation date.

projectId: string

Project ID of the Project containing the service.

region: Region

Region of the service.

sqsEndpointUrl: string

Endpoint of the Queues service for this region and project.

Queues activation status.

updatedAt?: Date

Queues last modification date.