CrossRegionCopyRule constructor

CrossRegionCopyRule({
  1. required bool encrypted,
  2. required String targetRegion,
  3. String? cmkArn,
  4. bool? copyTags,
  5. CrossRegionCopyRetainRule? retainRule,
})

Implementation

CrossRegionCopyRule({
  required this.encrypted,
  required this.targetRegion,
  this.cmkArn,
  this.copyTags,
  this.retainRule,
});