INPUT_OBJECT
AwsCloudComputeSettingsInput
Description
Cloud compute settings input for the AWS archival target.
link GraphQL Schema definition
- input AwsCloudComputeSettingsInput {
- # Compute proxy settings of the AWS target.
- : ProxySettingsInput
- # Security Group ID of the AWS target.
- : String
- # Subnet ID of the AWS target.
- : String
- # VPC ID of the AWS target.
- : String
- }