aws-cdk-lib.aws_rds.MariaDbInstanceEngineProps

interface MariaDbInstanceEngineProps

LanguageType name
.NETAmazon.CDK.AWS.RDS.MariaDbInstanceEngineProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsrds#MariaDbInstanceEngineProps
Javasoftware.amazon.awscdk.services.rds.MariaDbInstanceEngineProps
Pythonaws_cdk.aws_rds.MariaDbInstanceEngineProps
TypeScript (source)aws-cdk-lib » aws_rds » MariaDbInstanceEngineProps

Properties for MariaDB instance engines.

Used in DatabaseInstanceEngine.mariaDb.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_rds as rds } from 'aws-cdk-lib';

declare const mariaDbEngineVersion: rds.MariaDbEngineVersion;
const mariaDbInstanceEngineProps: rds.MariaDbInstanceEngineProps = {
  version: mariaDbEngineVersion,
};

Properties

NameTypeDescription
versionMariaDbEngineVersionThe exact version of the engine to use.

version

Type: MariaDbEngineVersion

The exact version of the engine to use.