INPUT_OBJECT
CreateAwsComputeSettingInput
Description
Cloud compute settings input for the AWS archival target.
link GraphQL Schema definition
- input CreateAwsComputeSettingInput {
- # Cloud account ID of the AWS target.
- : String
- # List of cluster interface CIDR.
- : [ClusterInfCidrsInput!]
- # Specify if the security group is Rubrik SaaS Managed.
- : Boolean
- # Name of the AWS cloud compute setting.
- : String
- # AWS target region.
- : AwsRegion
- # Security Group ID of the AWS target.
- : String
- # Subnet ID of the AWS target.
- : String
- # VPC ID of the AWS target.
- : String
- }