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