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

Properties

createdAt?: Date

SQS creation date.

projectId: string

Project ID of the Project containing the service.

region: Region

Region of the service.

sqsEndpointUrl: string

Endpoint of the SQS service for this region and project.

SQS activation status.

updatedAt?: Date

SQS last modification date.