INPUT_OBJECT
AwsCloudComputeSettingsInput
Description
Cloud compute settings input for the AWS archival target.
link GraphQL Schema definition
- input AwsCloudComputeSettingsInput {
- # 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.
- ProxySettingsInput :
- }