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