MariaDbInstanceEngineProps

class aws_cdk.aws_rds.MariaDbInstanceEngineProps(*, version)

Bases: object

Properties for MariaDB instance engines.

Used in DatabaseInstanceEngine.mariaDb.

Parameters:

version (MariaDbEngineVersion) – The exact version of the engine to use.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_rds as rds

# maria_db_engine_version: rds.MariaDbEngineVersion

maria_db_instance_engine_props = rds.MariaDbInstanceEngineProps(
    version=maria_db_engine_version
)

Attributes

version

The exact version of the engine to use.