ServerReplicationParameters constructor

ServerReplicationParameters({
  1. bool? encrypted,
  2. int? frequency,
  3. String? kmsKeyId,
  4. LicenseType? licenseType,
  5. int? numberOfRecentAmisToKeep,
  6. bool? runOnce,
  7. DateTime? seedTime,
})

Implementation

ServerReplicationParameters({
  this.encrypted,
  this.frequency,
  this.kmsKeyId,
  this.licenseType,
  this.numberOfRecentAmisToKeep,
  this.runOnce,
  this.seedTime,
});