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!
  • # Details of the latest Exocompute cluster.
  • latestExoclusterDetails: ExocomputeClusterDetails
  • # Whether this Exocompute uses a Private Container Registry (PCR).
  • hasPcr: Boolean!
  • # URL of the user's PCR.
  • pcrUrl: String
  • # Latest approved exotask bundle version for your Private Container Registry.
  • pcrLatestApprovedBundleVersion: String
  • # AWS native account ID authorized to pull images from Rubrik's Elastic Container
  • # Registry.
  • pcrImagePullAwsNativeId: String
  • }