DBCluster constructor

DBCluster({
  1. List<DBClusterRole>? associatedRoles,
  2. List<String>? availabilityZones,
  3. int? backupRetentionPeriod,
  4. DateTime? clusterCreateTime,
  5. String? dBClusterArn,
  6. String? dBClusterIdentifier,
  7. List<DBClusterMember>? dBClusterMembers,
  8. String? dBClusterParameterGroup,
  9. String? dBSubnetGroup,
  10. String? dbClusterResourceId,
  11. bool? deletionProtection,
  12. DateTime? earliestRestorableTime,
  13. List<String>? enabledCloudwatchLogsExports,
  14. String? endpoint,
  15. String? engine,
  16. String? engineVersion,
  17. String? hostedZoneId,
  18. String? kmsKeyId,
  19. DateTime? latestRestorableTime,
  20. String? masterUsername,
  21. bool? multiAZ,
  22. String? percentProgress,
  23. int? port,
  24. String? preferredBackupWindow,
  25. String? preferredMaintenanceWindow,
  26. String? readerEndpoint,
  27. String? status,
  28. bool? storageEncrypted,
  29. List<VpcSecurityGroupMembership>? vpcSecurityGroups,
})

Implementation

DBCluster({
  this.associatedRoles,
  this.availabilityZones,
  this.backupRetentionPeriod,
  this.clusterCreateTime,
  this.dBClusterArn,
  this.dBClusterIdentifier,
  this.dBClusterMembers,
  this.dBClusterParameterGroup,
  this.dBSubnetGroup,
  this.dbClusterResourceId,
  this.deletionProtection,
  this.earliestRestorableTime,
  this.enabledCloudwatchLogsExports,
  this.endpoint,
  this.engine,
  this.engineVersion,
  this.hostedZoneId,
  this.kmsKeyId,
  this.latestRestorableTime,
  this.masterUsername,
  this.multiAZ,
  this.percentProgress,
  this.port,
  this.preferredBackupWindow,
  this.preferredMaintenanceWindow,
  this.readerEndpoint,
  this.status,
  this.storageEncrypted,
  this.vpcSecurityGroups,
});