AwsRdsDbSnapshotDetails constructor

AwsRdsDbSnapshotDetails({
  1. int? allocatedStorage,
  2. String? availabilityZone,
  3. String? dbInstanceIdentifier,
  4. String? dbSnapshotIdentifier,
  5. String? dbiResourceId,
  6. bool? encrypted,
  7. String? engine,
  8. String? engineVersion,
  9. bool? iamDatabaseAuthenticationEnabled,
  10. String? instanceCreateTime,
  11. int? iops,
  12. String? kmsKeyId,
  13. String? licenseModel,
  14. String? masterUsername,
  15. String? optionGroupName,
  16. int? percentProgress,
  17. int? port,
  18. List<AwsRdsDbProcessorFeature>? processorFeatures,
  19. String? snapshotCreateTime,
  20. String? snapshotType,
  21. String? sourceDbSnapshotIdentifier,
  22. String? sourceRegion,
  23. String? status,
  24. String? storageType,
  25. String? tdeCredentialArn,
  26. String? timezone,
  27. String? vpcId,
})

Implementation

AwsRdsDbSnapshotDetails({
  this.allocatedStorage,
  this.availabilityZone,
  this.dbInstanceIdentifier,
  this.dbSnapshotIdentifier,
  this.dbiResourceId,
  this.encrypted,
  this.engine,
  this.engineVersion,
  this.iamDatabaseAuthenticationEnabled,
  this.instanceCreateTime,
  this.iops,
  this.kmsKeyId,
  this.licenseModel,
  this.masterUsername,
  this.optionGroupName,
  this.percentProgress,
  this.port,
  this.processorFeatures,
  this.snapshotCreateTime,
  this.snapshotType,
  this.sourceDbSnapshotIdentifier,
  this.sourceRegion,
  this.status,
  this.storageType,
  this.tdeCredentialArn,
  this.timezone,
  this.vpcId,
});