OBJECT
AwsComputeSettings
Description
Compute setting for AWS Target.
link GraphQL Schema definition
- type AwsComputeSettings {
- # ID of the AWS cloud compute setting.
- String! :
- # Subnet ID of the AWS target.
- String! :
- # VPC ID of the AWS target.
- String! :
- # Security Group ID of the AWS target.
- String! :
- # Compute proxy settings of the AWS target.
- ProxySettings :
- # AWS target region.
- AwsRegion! :
- # Name of the AWS cloud compute setting.
- String! :
- # Specifies whether this AWS target is archived.
- Boolean! :
- # List of cluster interface CIDR.
- ClusterInfCidrs!]! : [
- # Cloud account details of the AWS target.
- CloudAccount :
- # Managed by Rubrik SaaS.
- Boolean! :
- }