AwsRdsDbClusterDetails constructor

AwsRdsDbClusterDetails({
  1. String? activityStreamStatus,
  2. int? allocatedStorage,
  3. List<AwsRdsDbClusterAssociatedRole>? associatedRoles,
  4. List<String>? availabilityZones,
  5. int? backupRetentionPeriod,
  6. String? clusterCreateTime,
  7. bool? copyTagsToSnapshot,
  8. bool? crossAccountClone,
  9. List<String>? customEndpoints,
  10. String? databaseName,
  11. String? dbClusterIdentifier,
  12. List<AwsRdsDbClusterMember>? dbClusterMembers,
  13. List<AwsRdsDbClusterOptionGroupMembership>? dbClusterOptionGroupMemberships,
  14. String? dbClusterParameterGroup,
  15. String? dbClusterResourceId,
  16. String? dbSubnetGroup,
  17. bool? deletionProtection,
  18. List<AwsRdsDbDomainMembership>? domainMemberships,
  19. List<String>? enabledCloudWatchLogsExports,
  20. String? endpoint,
  21. String? engine,
  22. String? engineMode,
  23. String? engineVersion,
  24. String? hostedZoneId,
  25. bool? httpEndpointEnabled,
  26. bool? iamDatabaseAuthenticationEnabled,
  27. String? kmsKeyId,
  28. String? masterUsername,
  29. bool? multiAz,
  30. int? port,
  31. String? preferredBackupWindow,
  32. String? preferredMaintenanceWindow,
  33. List<String>? readReplicaIdentifiers,
  34. String? readerEndpoint,
  35. String? status,
  36. bool? storageEncrypted,
  37. List<AwsRdsDbInstanceVpcSecurityGroup>? vpcSecurityGroups,
})

Implementation

AwsRdsDbClusterDetails({
  this.activityStreamStatus,
  this.allocatedStorage,
  this.associatedRoles,
  this.availabilityZones,
  this.backupRetentionPeriod,
  this.clusterCreateTime,
  this.copyTagsToSnapshot,
  this.crossAccountClone,
  this.customEndpoints,
  this.databaseName,
  this.dbClusterIdentifier,
  this.dbClusterMembers,
  this.dbClusterOptionGroupMemberships,
  this.dbClusterParameterGroup,
  this.dbClusterResourceId,
  this.dbSubnetGroup,
  this.deletionProtection,
  this.domainMemberships,
  this.enabledCloudWatchLogsExports,
  this.endpoint,
  this.engine,
  this.engineMode,
  this.engineVersion,
  this.hostedZoneId,
  this.httpEndpointEnabled,
  this.iamDatabaseAuthenticationEnabled,
  this.kmsKeyId,
  this.masterUsername,
  this.multiAz,
  this.port,
  this.preferredBackupWindow,
  this.preferredMaintenanceWindow,
  this.readReplicaIdentifiers,
  this.readerEndpoint,
  this.status,
  this.storageEncrypted,
  this.vpcSecurityGroups,
});