DBEngineVersion constructor
DBEngineVersion({
- String? dBEngineDescription,
- String? dBEngineVersionDescription,
- String? dBParameterGroupFamily,
- CharacterSet? defaultCharacterSet,
- String? engine,
- String? engineVersion,
- List<
String> ? exportableLogTypes, - String? status,
- List<
CharacterSet> ? supportedCharacterSets, - List<
String> ? supportedEngineModes, - List<
String> ? supportedFeatureNames, - List<
CharacterSet> ? supportedNcharCharacterSets, - List<
Timezone> ? supportedTimezones, - bool? supportsGlobalDatabases,
- bool? supportsLogExportsToCloudwatchLogs,
- bool? supportsParallelQuery,
- bool? supportsReadReplica,
- List<
UpgradeTarget> ? validUpgradeTarget,
Implementation
DBEngineVersion({
this.dBEngineDescription,
this.dBEngineVersionDescription,
this.dBParameterGroupFamily,
this.defaultCharacterSet,
this.engine,
this.engineVersion,
this.exportableLogTypes,
this.status,
this.supportedCharacterSets,
this.supportedEngineModes,
this.supportedFeatureNames,
this.supportedNcharCharacterSets,
this.supportedTimezones,
this.supportsGlobalDatabases,
this.supportsLogExportsToCloudwatchLogs,
this.supportsParallelQuery,
this.supportsReadReplica,
this.validUpgradeTarget,
});