OBJECT

AwsRscManagedExocomputeConfig

Description

AWS RSC Managed Exocompute Configuration in a region.

link GraphQL Schema definition

  • type AwsRscManagedExocomputeConfig implements AwsExocomputeGetConfigurationResponse {
  • # VPC ID.
  • vpcId: String!
  • # Cluster security group ID.
  • clusterSecurityGroupId: String!
  • # Node security group ID.
  • nodeSecurityGroupId: String!
  • # First subnet.
  • subnet1: AwsExocomputeSubnetType!
  • # Second subnet.
  • subnet2: AwsExocomputeSubnetType!
  • # Specifies if the security groups are managed by RSC.
  • areSecurityGroupsRscManaged: Boolean!
  • # 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