Type Alias CreateDiProjectReq

type CreateDiProjectReq = {
    cloudStagingConnection?: string;
    description?: string;
    name?: string;
    platformConnection?: string;
    platformType?: PlatformType;
    space?: string;
    type?: "DATA_PIPELINE" | "DATA_MOVEMENT";
}
Index

Properties

cloudStagingConnection?: string

The cloud staging connection string

description?: string
name?: string
platformConnection?: string
platformType?: PlatformType
space?: string
type?: "DATA_PIPELINE" | "DATA_MOVEMENT"