ManagedResource: {
    cloudAccountId: string;
    cloudProviderRegion: string;
    createdAt?: string;
    environmentName: string;
    id: string;
    name: string;
    status?: "Up" | "Down" | "Starting" | "Unknown";
}

Type declaration

  • cloudAccountId: string
  • cloudProviderRegion: string
  • OptionalcreatedAt?: string

    Created at.

  • environmentName: string

    The environment type.

  • id: string

    Unique identifier.

  • name: string

    The resource name.

  • Optionalstatus?: "Up" | "Down" | "Starting" | "Unknown"

    The resource status.