DBCluster constructor
DBCluster({
- String? activityStreamKinesisStreamName,
- String? activityStreamKmsKeyId,
- ActivityStreamMode? activityStreamMode,
- ActivityStreamStatus? activityStreamStatus,
- int? allocatedStorage,
- List<
DBClusterRole> ? associatedRoles, - List<
String> ? availabilityZones, - int? backtrackConsumedChangeRecords,
- int? backtrackWindow,
- int? backupRetentionPeriod,
- int? capacity,
- String? characterSetName,
- String? cloneGroupId,
- DateTime? clusterCreateTime,
- bool? copyTagsToSnapshot,
- bool? crossAccountClone,
- List<
String> ? customEndpoints, - String? dBClusterArn,
- String? dBClusterIdentifier,
- List<
DBClusterMember> ? dBClusterMembers, - List<
DBClusterOptionGroupStatus> ? dBClusterOptionGroupMemberships, - String? dBClusterParameterGroup,
- String? dBSubnetGroup,
- String? databaseName,
- String? dbClusterResourceId,
- bool? deletionProtection,
- List<
DomainMembership> ? domainMemberships, - DateTime? earliestBacktrackTime,
- DateTime? earliestRestorableTime,
- List<
String> ? enabledCloudwatchLogsExports, - String? endpoint,
- String? engine,
- String? engineMode,
- String? engineVersion,
- bool? globalWriteForwardingRequested,
- WriteForwardingStatus? globalWriteForwardingStatus,
- String? hostedZoneId,
- bool? httpEndpointEnabled,
- bool? iAMDatabaseAuthenticationEnabled,
- String? kmsKeyId,
- DateTime? latestRestorableTime,
- String? masterUsername,
- bool? multiAZ,
- ClusterPendingModifiedValues? pendingModifiedValues,
- String? percentProgress,
- int? port,
- String? preferredBackupWindow,
- String? preferredMaintenanceWindow,
- List<
String> ? readReplicaIdentifiers, - String? readerEndpoint,
- String? replicationSourceIdentifier,
- ScalingConfigurationInfo? scalingConfigurationInfo,
- String? status,
- bool? storageEncrypted,
- List<
Tag> ? tagList, - 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,
});