INTERFACE

AwsExocomputeGetConfigurationResponse

Description

AWS Exocompute Configuration response type.

link GraphQL Schema definition

  • interface AwsExocomputeGetConfigurationResponse {
  • # Exocompute configuration UUID.
  • configUuid: UUID!
  • # Exocompute configuration message.
  • message: String!
  • # Exocompute configuration region.
  • region: AwsCloudAccountRegion!
  • # Status of the latest Exocompute health check.
  • healthCheckStatus: ExocomputeHealthCheckStatus!
  • # Whether this Exocompute uses a Private Container Registry (PCR).
  • hasPcr: Boolean!
  • # URL of the user's PCR.
  • pcrUrl: String
  • }