AwsRdsDbClusterSnapshotDetails constructor

AwsRdsDbClusterSnapshotDetails({
  1. int? allocatedStorage,
  2. List<String>? availabilityZones,
  3. String? clusterCreateTime,
  4. String? dbClusterIdentifier,
  5. String? dbClusterSnapshotIdentifier,
  6. String? engine,
  7. String? engineVersion,
  8. bool? iamDatabaseAuthenticationEnabled,
  9. String? kmsKeyId,
  10. String? licenseModel,
  11. String? masterUsername,
  12. int? percentProgress,
  13. int? port,
  14. String? snapshotCreateTime,
  15. String? snapshotType,
  16. String? status,
  17. bool? storageEncrypted,
  18. String? vpcId,
})

Implementation

AwsRdsDbClusterSnapshotDetails({
  this.allocatedStorage,
  this.availabilityZones,
  this.clusterCreateTime,
  this.dbClusterIdentifier,
  this.dbClusterSnapshotIdentifier,
  this.engine,
  this.engineVersion,
  this.iamDatabaseAuthenticationEnabled,
  this.kmsKeyId,
  this.licenseModel,
  this.masterUsername,
  this.percentProgress,
  this.port,
  this.snapshotCreateTime,
  this.snapshotType,
  this.status,
  this.storageEncrypted,
  this.vpcId,
});