OracleSe2CdbInstanceEngineProps
- class aws_cdk.aws_rds.OracleSe2CdbInstanceEngineProps(*, version)
Bases:
object
Properties for Oracle Standard Edition 2 (CDB) instance engines.
Used in
DatabaseInstanceEngine.oracleSe2Cdb
.- Parameters:
version (
OracleEngineVersion
) – 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 # oracle_engine_version: rds.OracleEngineVersion oracle_se2_cdb_instance_engine_props = rds.OracleSe2CdbInstanceEngineProps( version=oracle_engine_version )
Attributes
- version
The exact version of the engine to use.