OracleSeInstanceEngineProps

class aws_cdk.aws_rds.OracleSeInstanceEngineProps(*, version)

Bases: object

(deprecated) Properties for Oracle Standard Edition instance engines.

Used in {@link DatabaseInstanceEngine.oracleSe}.

Parameters:

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

Deprecated:

instances can no longer be created with this engine. See https://forums.aws.amazon.com/ann.jspa?annID=7341

Stability:

deprecated

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

# oracle_legacy_engine_version: rds.OracleLegacyEngineVersion

oracle_se_instance_engine_props = rds.OracleSeInstanceEngineProps(
    version=oracle_legacy_engine_version
)

Attributes

version

(deprecated) The exact version of the engine to use.

Stability:

deprecated