interface OracleEeInstanceEngineProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.RDS.OracleEeInstanceEngineProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsrds#OracleEeInstanceEngineProps |
Java | software.amazon.awscdk.services.rds.OracleEeInstanceEngineProps |
Python | aws_cdk.aws_rds.OracleEeInstanceEngineProps |
TypeScript (source) | aws-cdk-lib » aws_rds » OracleEeInstanceEngineProps |
Properties for Oracle Enterprise Edition instance engines.
Used in DatabaseInstanceEngine.oracleEe
.
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 oracleEngineVersion: rds.OracleEngineVersion;
const oracleEeInstanceEngineProps: rds.OracleEeInstanceEngineProps = {
version: oracleEngineVersion,
};
Properties
Name | Type | Description |
---|---|---|
version | Oracle | The exact version of the engine to use. |
version
Type:
Oracle
The exact version of the engine to use.