DBCluster constructor

DBCluster({
  1. String? activityStreamKinesisStreamName,
  2. String? activityStreamKmsKeyId,
  3. ActivityStreamMode? activityStreamMode,
  4. ActivityStreamStatus? activityStreamStatus,
  5. int? allocatedStorage,
  6. List<DBClusterRole>? associatedRoles,
  7. List<String>? availabilityZones,
  8. int? backtrackConsumedChangeRecords,
  9. int? backtrackWindow,
  10. int? backupRetentionPeriod,
  11. int? capacity,
  12. String? characterSetName,
  13. String? cloneGroupId,
  14. DateTime? clusterCreateTime,
  15. bool? copyTagsToSnapshot,
  16. bool? crossAccountClone,
  17. List<String>? customEndpoints,
  18. String? dBClusterArn,
  19. String? dBClusterIdentifier,
  20. List<DBClusterMember>? dBClusterMembers,
  21. List<DBClusterOptionGroupStatus>? dBClusterOptionGroupMemberships,
  22. String? dBClusterParameterGroup,
  23. String? dBSubnetGroup,
  24. String? databaseName,
  25. String? dbClusterResourceId,
  26. bool? deletionProtection,
  27. List<DomainMembership>? domainMemberships,
  28. DateTime? earliestBacktrackTime,
  29. DateTime? earliestRestorableTime,
  30. List<String>? enabledCloudwatchLogsExports,
  31. String? endpoint,
  32. String? engine,
  33. String? engineMode,
  34. String? engineVersion,
  35. bool? globalWriteForwardingRequested,
  36. WriteForwardingStatus? globalWriteForwardingStatus,
  37. String? hostedZoneId,
  38. bool? httpEndpointEnabled,
  39. bool? iAMDatabaseAuthenticationEnabled,
  40. String? kmsKeyId,
  41. DateTime? latestRestorableTime,
  42. String? masterUsername,
  43. bool? multiAZ,
  44. ClusterPendingModifiedValues? pendingModifiedValues,
  45. String? percentProgress,
  46. int? port,
  47. String? preferredBackupWindow,
  48. String? preferredMaintenanceWindow,
  49. List<String>? readReplicaIdentifiers,
  50. String? readerEndpoint,
  51. String? replicationSourceIdentifier,
  52. ScalingConfigurationInfo? scalingConfigurationInfo,
  53. String? status,
  54. bool? storageEncrypted,
  55. List<Tag>? tagList,
  56. List<VpcSecurityGroupMembership>? vpcSecurityGroups,
})

Implementation

DBCluster({
  this.activityStreamKinesisStreamName,
  this.activityStreamKmsKeyId,
  this.activityStreamMode,
  this.activityStreamStatus,
  this.allocatedStorage,
  this.associatedRoles,
  this.availabilityZones,
  this.backtrackConsumedChangeRecords,
  this.backtrackWindow,
  this.backupRetentionPeriod,
  this.capacity,
  this.characterSetName,
  this.cloneGroupId,
  this.clusterCreateTime,
  this.copyTagsToSnapshot,
  this.crossAccountClone,
  this.customEndpoints,
  this.dBClusterArn,
  this.dBClusterIdentifier,
  this.dBClusterMembers,
  this.dBClusterOptionGroupMemberships,
  this.dBClusterParameterGroup,
  this.dBSubnetGroup,
  this.databaseName,
  this.dbClusterResourceId,
  this.deletionProtection,
  this.domainMemberships,
  this.earliestBacktrackTime,
  this.earliestRestorableTime,
  this.enabledCloudwatchLogsExports,
  this.endpoint,
  this.engine,
  this.engineMode,
  this.engineVersion,
  this.globalWriteForwardingRequested,
  this.globalWriteForwardingStatus,
  this.hostedZoneId,
  this.httpEndpointEnabled,
  this.iAMDatabaseAuthenticationEnabled,
  this.kmsKeyId,
  this.latestRestorableTime,
  this.masterUsername,
  this.multiAZ,
  this.pendingModifiedValues,
  this.percentProgress,
  this.port,
  this.preferredBackupWindow,
  this.preferredMaintenanceWindow,
  this.readReplicaIdentifiers,
  this.readerEndpoint,
  this.replicationSourceIdentifier,
  this.scalingConfigurationInfo,
  this.status,
  this.storageEncrypted,
  this.tagList,
  this.vpcSecurityGroups,
});