Show / Hide Table of Contents

Interface IMariaDbInstanceEngineProps

Properties for MariaDB instance engines.

Namespace: Amazon.CDK.AWS.RDS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IMariaDbInstanceEngineProps
Syntax (vb)
Public Interface IMariaDbInstanceEngineProps
Remarks

Used in 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

MariaDbEngineVersion

Remarks

Used in DatabaseInstanceEngine.mariaDb.

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX