OBJECT
AwsCustomerManagedExocomputeConfig
Description
AWS Customer Managed Exocompute Configuration in a region.
link GraphQL Schema definition
- type AwsCustomerManagedExocomputeConfig implements AwsExocomputeGetConfigurationResponse {
- # Cluster ID of the customer managed exocompute.
- : String!
- : String! @deprecated( reason: "Use clusterName from AwsExocomputeClusterConnect API instead." )
- # Exocompute configuration UUID.
- : UUID!
- # Whether this Exocompute uses a Private Container Registry (PCR).
- : Boolean!
- # Status of the latest Exocompute health check.
- : ExocomputeHealthCheckStatus!
- # Details of the latest Exocompute cluster.
- : ExocomputeClusterDetails
- # Exocompute configuration message.
- : String!
- # AWS native account ID authorized to pull images from Rubrik's Elastic Container
- # Registry.
- : String
- # Latest approved exotask bundle version for your Private Container Registry.
- : String
- # URL of the user's PCR.
- : String
- # Exocompute configuration region.
- : AwsCloudAccountRegion!
- }
link Require by
This element is not required by anyone