interface BackendStage {
    createdAt?: Date;
    id: string;
    pipelineId?: string;
    projectId: string;
    scalewayLb?: ScalewayLbBackendConfig;
    scalewayS3?: ScalewayS3BackendConfig;
    updatedAt?: Date;
}

Properties

createdAt?: Date

Date the backend stage was created.

id: string

ID of the backend stage.

pipelineId?: string

Pipeline ID the backend stage belongs to.

projectId: string

Project ID of the backend stage.

Scaleway Load Balancer origin linked to the backend stage.

One-of ('backendConfig'): at most one of 'scalewayS3', 'scalewayLb' could be set.

Scaleway Object Storage origin bucket (S3) linked to the backend stage.

One-of ('backendConfig'): at most one of 'scalewayS3', 'scalewayLb' could be set.

updatedAt?: Date

Date the backend stage was last updated.