OBJECT

AwsCustomerManagedExocomputeConfig

Description

AWS Customer Managed Exocompute Configuration in a region.

link GraphQL Schema definition

  • type AwsCustomerManagedExocomputeConfig implements AwsExocomputeGetConfigurationResponse {
  • clusterName: String! @deprecated( reason: "Use clusterName from AwsExocomputeClusterConnect API instead." )
  • # 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
  • }

link Require by

This element is not required by anyone