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