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