UpdatedCloudAccountResponse: {
    cloudAccountId: Ulid;
    cloudStatus:
        | "Connecting"
        | "Connected"
        | "Disconnected"
        | "Failed"
        | "Unknown";
    cloudType: "CustomCloud"
    | "CloudServices";
    environmentId: Ulid;
    foundationName: string;
    providerRegion?: string;
    stackspotAccountId: Ulid;
    workspaceId: Ulid;
}

Type declaration

  • cloudAccountId: Ulid
  • cloudStatus: "Connecting" | "Connected" | "Disconnected" | "Failed" | "Unknown"
  • cloudType: "CustomCloud" | "CloudServices"
  • environmentId: Ulid
  • foundationName: string

    The account's name inside the Foundation's organization. This fields only exists for AWS accounts of CloudServices type.

  • OptionalproviderRegion?: string

    The region associated with the Cloud Account. This fields only exists for AWS accounts of CloudServices type.

  • stackspotAccountId: Ulid
  • workspaceId: Ulid