MariaDbInstanceEngineProps¶
-
class
aws_cdk.aws_rds.
MariaDbInstanceEngineProps
(*, version)¶ Bases:
object
Properties for MariaDB instance engines.
Used in {@link 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. import aws_cdk.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.
- Return type