DBClusterSnapshot constructor

DBClusterSnapshot({
  1. int? allocatedStorage,
  2. List<String>? availabilityZones,
  3. DateTime? clusterCreateTime,
  4. String? dBClusterIdentifier,
  5. String? dBClusterSnapshotArn,
  6. String? dBClusterSnapshotIdentifier,
  7. String? engine,
  8. String? engineVersion,
  9. bool? iAMDatabaseAuthenticationEnabled,
  10. String? kmsKeyId,
  11. String? licenseModel,
  12. String? masterUsername,
  13. int? percentProgress,
  14. int? port,
  15. DateTime? snapshotCreateTime,
  16. String? snapshotType,
  17. String? sourceDBClusterSnapshotArn,
  18. String? status,
  19. bool? storageEncrypted,
  20. String? vpcId,
})

Implementation

DBClusterSnapshot({
  this.allocatedStorage,
  this.availabilityZones,
  this.clusterCreateTime,
  this.dBClusterIdentifier,
  this.dBClusterSnapshotArn,
  this.dBClusterSnapshotIdentifier,
  this.engine,
  this.engineVersion,
  this.iAMDatabaseAuthenticationEnabled,
  this.kmsKeyId,
  this.licenseModel,
  this.masterUsername,
  this.percentProgress,
  this.port,
  this.snapshotCreateTime,
  this.snapshotType,
  this.sourceDBClusterSnapshotArn,
  this.status,
  this.storageEncrypted,
  this.vpcId,
});