RelocateBucketRequest constructor

RelocateBucketRequest({
  1. RelocateBucketRequestDestinationCustomPlacementConfig? destinationCustomPlacementConfig,
  2. String? destinationKmsKeyName,
  3. String? destinationLocation,
  4. bool? validateOnly,
})

Implementation

RelocateBucketRequest({
  this.destinationCustomPlacementConfig,
  this.destinationKmsKeyName,
  this.destinationLocation,
  this.validateOnly,
});