INPUT_OBJECT
CreateAutomaticAwsTargetMappingInput
Description
Input for creating an AWS target mapping.
link GraphQL Schema definition
- input CreateAutomaticAwsTargetMappingInput {
- # Field for specifying name of the target mapping.
- String! :
- # Field for specifying cloud account ID.
- UUID! :
- # Field for specifying AWS bucket name.
- String! :
- # Field for specifying storage class of the target.
- AwsStorageClass! :
- # Field for specifying region of the target.
- AwsRegion! :
- # Field for specifying KMS master key for encryption.
- String :
- # Field for specifying RSA key for encryption.
- String :
- # Field for specifying whether consolidation is enabled or not.
- Boolean! :
- # Field for creating proxy settings.
- ProxySettingsInput :
- # Field for specifying list cluster UUID of the target.
- String!] : [
- # Field for creating AWS compute settings ID.
- String :
- }