INPUT_OBJECT
UpdateAutomaticAwsTargetMappingInput
Description
Input to edit AWS automatic target mapping.
link GraphQL Schema definition
- input UpdateAutomaticAwsTargetMappingInput {
- # Compute settings ID of the AWS target.
- : String
- # Cloud account ID of the AWS target.
- : UUID
- # List of Rubrik cluster UUIDs.
- : [String!]
- # ID of the AWS target mapping.
- : String!
- # Specifies whether consolidation is enabled on the AWS target.
- : Boolean
- # Name of the AWS target mapping.
- : String
- # Proxy settings of the AWS target.
- : ProxySettingsInput
- # Storage class of the AWS target.
- : AwsStorageClass
- }