OBJECT
AwsExocomputeGetConfigResponse
Description
AWS Exocompute configuration in a region.
link GraphQL Schema definition
- type AwsExocomputeGetConfigResponse {
- # Specifies if the security groups are managed by Rubrik SaaS.
- : Boolean!
- # Cluster security group ID.
- : String!
- # Exocompute configuration UUID.
- : String!
- # Whether this Exocompute uses a Private Container Registry (PCR).
- : Boolean!
- # Status of the latest Exocompute health check.
- : ExocomputeHealthCheckStatus!
- # Exocompute configuration message.
- : String!
- # Node security group ID.
- : String!
- # URL of the user's PCR.
- : String!
- # Exocompute configuration region.
- : AwsCloudAccountRegion!
- # First subnet.
- : AwsExocomputeSubnetType!
- # Second subnet.
- : AwsExocomputeSubnetType!
- # VPC ID.
- : String!
- }