Interface IMariaDbInstanceEngineProps
Properties for MariaDB instance engines.
Namespace: Amazon.CDK.AWS.RDS
Assembly: Amazon.CDK.AWS.RDS.dll
Syntax (csharp)
public interface IMariaDbInstanceEngineProps
Syntax (vb)
Public Interface IMariaDbInstanceEngineProps
Remarks
Used in {@link DatabaseInstanceEngine.mariaDb}.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.RDS;
MariaDbEngineVersion mariaDbEngineVersion;
var mariaDbInstanceEngineProps = new MariaDbInstanceEngineProps {
Version = mariaDbEngineVersion
};
Synopsis
Properties
Version | The exact version of the engine to use. |
Properties
Version
The exact version of the engine to use.
MariaDbEngineVersion Version { get; }
Property Value