interface BackendStage {
    createdAt?: Date;
    id: string;
    pipelineId: string;
    scalewayLb?: EdgeServices.v1beta1.ScalewayLbBackendConfig;
    scalewayS3?: EdgeServices.v1beta1.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.

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.