INPUT_OBJECT
CreateAwsComputeSettingInput
Description
Cloud compute settings input for the AWS archival target.
link GraphQL Schema definition
- input CreateAwsComputeSettingInput {
- # Name 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 :
- # Cloud account ID of the AWS target.
- String :
- # AWS target region.
- AwsRegion :
- # Specify if the security group is Rubrik SaaS Managed.
- Boolean :
- # List of cluster interface CIDR.
- ClusterInfCidrsInput!] : [
- }