DBClusterSnapshot constructor

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

Implementation

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