OBJECT
AwsRscManagedExocomputeConfig
Description
AWS RSC Managed Exocompute Configuration in a region.
link GraphQL Schema definition
- type AwsRscManagedExocomputeConfig implements AwsExocomputeGetConfigurationResponse {
- # Specifies if the security groups are managed by RSC.
- : Boolean!
- # Cluster security group ID.
- : String!
- # 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!
- # Node security group ID.
- : 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!
- # First subnet.
- : AwsExocomputeSubnetType!
- # Second subnet.
- : AwsExocomputeSubnetType!
- # VPC ID.
- : String!
- }
link Require by
This element is not required by anyone