interface SqlServerSeInstanceEngineProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.RDS.SqlServerSeInstanceEngineProps |
Java | software.amazon.awscdk.services.rds.SqlServerSeInstanceEngineProps |
Python | aws_cdk.aws_rds.SqlServerSeInstanceEngineProps |
TypeScript (source) | @aws-cdk/aws-rds » SqlServerSeInstanceEngineProps |
Properties for SQL Server Standard Edition instance engines.
Used in {@link DatabaseInstanceEngine.sqlServerSe}.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as rds from '@aws-cdk/aws-rds';
declare const sqlServerEngineVersion: rds.SqlServerEngineVersion;
const sqlServerSeInstanceEngineProps: rds.SqlServerSeInstanceEngineProps = {
version: sqlServerEngineVersion,
};
Properties
Name | Type | Description |
---|---|---|
version | Sql | The exact version of the engine to use. |
version
Type:
Sql
The exact version of the engine to use.