INTERFACE
AwsExocomputeGetConfigurationResponse
Description
AWS Exocompute Configuration response type.
link GraphQL Schema definition
- interface AwsExocomputeGetConfigurationResponse {
- # 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
- ApplicationCloudAccountToExocomputeConfigDetails about an Exocompute configuration.
- AwsCustomerManagedExocomputeConfigAWS Customer Managed Exocompute Configuration in a region.
- AwsExocomputeConfigAWS Exocompute configurations in an AWS account.
- AwsFeatureConfigAWS feature configurations in an AWS account.
- AwsRscManagedExocomputeConfigAWS RSC Managed Exocompute Configuration in a region.
- CreateAwsExocomputeConfigsReplyAWS Exocompute Configs Create Response.
- UpdateAwsExocomputeConfigsReplyAWS Exocompute Configs Update Response.