Interface AstraDbRegionInfo

Information about a region where an Astra database is hosted.

interface AstraDbRegionInfo {
    apiEndpoint: string;
    createdAt: Date;
    name: string;
}

Properties

apiEndpoint: string

The API endpoint for the region.

createdAt: Date

When the region was created.

name: string

The name of the region.