interface SqlServerExInstanceEngineProps
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.RDS.SqlServerExInstanceEngineProps | 
|  Java | software.amazon.awscdk.services.rds.SqlServerExInstanceEngineProps | 
|  Python | aws_cdk.aws_rds.SqlServerExInstanceEngineProps | 
|  TypeScript (source) | @aws-cdk/aws-rds»SqlServerExInstanceEngineProps | 
Properties for SQL Server Express Edition instance engines.
Used in {@link DatabaseInstanceEngine.sqlServerEx}.
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 sqlServerExInstanceEngineProps: rds.SqlServerExInstanceEngineProps = {
  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.
