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." )
  • # Cluster ID of the customer managed exocompute.
  • byokClusterId: String!
  • # 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
  • }

link Require by

This element is not required by anyone