DBCluster constructor

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

Implementation

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