CloudServicesAccountStatus: {
    environmentId: string;
    environmentName: string;
    errorCode?: string;
    id: string;
    provider: "AWS" | "Azure";
    status: "Connecting" | "Connected" | "Disconnected" | "Failed" | "Unknown";
}

Type declaration

  • environmentId: string

    Environment ID

  • environmentName: string

    Environment name

  • OptionalerrorCode?: string

    Error code if the workflow for creating the account failed

  • id: string

    Cloud Account ID

  • provider: "AWS" | "Azure"
  • status: "Connecting" | "Connected" | "Disconnected" | "Failed" | "Unknown"

    Status of the account in the workflow