interface SqlServerExInstanceEngineProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.RDS.SqlServerExInstanceEngineProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsrds#SqlServerExInstanceEngineProps |
Java | software.amazon.awscdk.services.rds.SqlServerExInstanceEngineProps |
Python | aws_cdk.aws_rds.SqlServerExInstanceEngineProps |
TypeScript (source) | aws-cdk-lib » aws_rds » SqlServerExInstanceEngineProps |
Properties for SQL Server Express Edition instance engines.
Used in DatabaseInstanceEngine.sqlServerEx.
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 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.

.NET
Go
Java
Python
TypeScript (