GetEngineVersionResult constructor
const
GetEngineVersionResult({})
Creates a new GetEngineVersionResult.
engine Optional.
engineDescription Description of the database engine.
exportableLogTypes Set of log types that the database engine has available for export to CloudWatch Logs.
id The provider-assigned unique ID for this managed resource.
parameterGroupFamily Optional.
preferredVersions Optional.
region Optional.
supportsLogExportsToCloudwatch Indicates whether the engine version supports exporting the log types specified by exportableLogTypes to CloudWatch Logs.
validUpgradeTargets A set of engine versions that this database engine version can be upgraded to.
version Optional.
versionDescription Description of the database engine version.
Implementation
const GetEngineVersionResult({
this.engine,
this.engineDescription,
this.exportableLogTypes,
this.id,
this.parameterGroupFamily,
this.preferredVersions,
this.region,
this.supportsLogExportsToCloudwatch,
this.validUpgradeTargets,
this.version,
this.versionDescription,
});