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