DBCluster constructor
DBCluster({
- int? allocatedStorage,
- List<
DBClusterRole> ? associatedRoles, - List<
String> ? availabilityZones, - int? backupRetentionPeriod,
- String? characterSetName,
- String? cloneGroupId,
- DateTime? clusterCreateTime,
- String? dBClusterArn,
- String? dBClusterIdentifier,
- List<
DBClusterMember> ? dBClusterMembers, - List<
DBClusterOptionGroupStatus> ? dBClusterOptionGroupMemberships, - String? dBClusterParameterGroup,
- String? dBSubnetGroup,
- String? databaseName,
- String? dbClusterResourceId,
- bool? deletionProtection,
- DateTime? earliestRestorableTime,
- List<
String> ? enabledCloudwatchLogsExports, - String? endpoint,
- String? engine,
- String? engineVersion,
- String? hostedZoneId,
- bool? iAMDatabaseAuthenticationEnabled,
- String? kmsKeyId,
- DateTime? latestRestorableTime,
- String? masterUsername,
- bool? multiAZ,
- String? percentProgress,
- int? port,
- String? preferredBackupWindow,
- String? preferredMaintenanceWindow,
- List<
String> ? readReplicaIdentifiers, - String? readerEndpoint,
- String? replicationSourceIdentifier,
- String? status,
- bool? storageEncrypted,
- 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,
});