class SqlServerEngineVersion
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.RDS.SqlServerEngineVersion |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsrds#SqlServerEngineVersion |
Java | software.amazon.awscdk.services.rds.SqlServerEngineVersion |
Python | aws_cdk.aws_rds.SqlServerEngineVersion |
TypeScript (source) | aws-cdk-lib » aws_rds » SqlServerEngineVersion |
The versions for the SQL Server instance engines (those returned by DatabaseInstanceEngine.sqlServerSe
, DatabaseInstanceEngine.sqlServerEx
, DatabaseInstanceEngine.sqlServerWeb
and DatabaseInstanceEngine.sqlServerEe
).
Example
declare const vpc: ec2.Vpc;
const parameterGroup = new rds.ParameterGroup(this, 'ParameterGroup', {
engine: rds.DatabaseInstanceEngine.sqlServerEe({
version: rds.SqlServerEngineVersion.VER_11,
}),
name: 'my-parameter-group',
parameters: {
locks: '100',
},
});
new rds.DatabaseInstance(this, 'Database', {
engine: rds.DatabaseInstanceEngine.SQL_SERVER_EE,
vpc,
parameterGroup,
});
Properties
Name | Type | Description |
---|---|---|
sql | string | The full version string, for example, "15.00.3049.1.v1". |
sql | string | The major version of the engine, for example, "15.00". |
static VER_11 | Sql | Version "11.00" (only a major version, without a specific minor version). |
static VER_11_00_5058_0_V1 | Sql | Version "11.00.5058.0.v1". |
static VER_11_00_6020_0_V1 | Sql | Version "11.00.6020.0.v1". |
static VER_11_00_6594_0_V1 | Sql | Version "11.00.6594.0.v1". |
static VER_11_00_7462_6_V1 | Sql | Version "11.00.7462.6.v1". |
static VER_11_00_7493_4_V1 | Sql | Version "11.00.7493.4.v1". |
static VER_12 | Sql | Version "12.00" (only a major version, without a specific minor version). |
static VER_12_00_4422_0_V1 | Sql | Version "12.00.4422.0.v1". |
static VER_12_00_5000_0_V1 | Sql | Version "12.00.5000.0.v1". |
static VER_12_00_5546_0_V1 | Sql | Version "12.00.5546.0.v1". |
static VER_12_00_5571_0_V1 | Sql | Version "12.00.5571.0.v1". |
static VER_12_00_6293_0_V1 | Sql | Version "12.00.6293.0.v1". |
static VER_12_00_6329_1_V1 | Sql | Version "12.00.6329.1.v1". |
static VER_12_00_6433_1_V1 | Sql | Version "12.00.6433.1.v1". |
static VER_12_00_6439_10_V1 | Sql | Version "12.00.6439.10.v1". |
static VER_12_00_6444_4_V1 | Sql | Version "12.00.6444.4.v1". |
static VER_12_00_6449_1_V1 | Sql | Version "12.00.6449.1.v1". |
static VER_13 | Sql | Version "13.00" (only a major version, without a specific minor version). |
static VER_13_00_2164_0_V1 | Sql | Version "13.00.2164.0.v1". |
static VER_13_00_4422_0_V1 | Sql | Version "13.00.4422.0.v1". |
static VER_13_00_4451_0_V1 | Sql | Version "13.00.4451.0.v1". |
static VER_13_00_4466_4_V1 | Sql | Version "13.00.4466.4.v1". |
static VER_13_00_4522_0_V1 | Sql | Version "13.00.4522.0.v1". |
static VER_13_00_5216_0_V1 | Sql | Version "13.00.5216.0.v1". |
static VER_13_00_5292_0_V1 | Sql | Version "13.00.5292.0.v1". |
static VER_13_00_5366_0_V1 | Sql | Version "13.00.5366.0.v1". |
static VER_13_00_5426_0_V1 | Sql | Version "13.00.5426.0.v1". |
static VER_13_00_5598_27_V1 | Sql | Version "13.00.5598.27.v1". |
static VER_13_00_5820_21_V1 | Sql | Version "13.00.5820.21.v1". |
static VER_13_00_5850_14_V1 | Sql | Version "13.00.5850.14.v1". |
static VER_13_00_5882_1_V1 | Sql | Version "13.00.5882.1.v1". |
static VER_13_00_6300_2_V1 | Sql | Version "13.00.6300.2.v1". |
static VER_13_00_6419_1_V1 | Sql | Version "13.00.6419.1.v1". |
static VER_13_00_6430_49_V1 | Sql | Version "13.00.6430.49.v1". |
static VER_13_00_6435_1_V1 | Sql | Version "13.00.6435.1.v1". |
static VER_13_00_6441_1_V1 | Sql | Version "13.00.6441.1.v1". |
static VER_13_00_6445_1_V1 | Sql | Version "13.00.6445.1.v1". |
static VER_13_00_6450_1_V1 | Sql | Version "13.00.6450.1.v1". |
static VER_14 | Sql | Version "14.00" (only a major version, without a specific minor version). |
static VER_14_00_1000_169_V1 | Sql | Version "14.00.1000.169.v1". |
static VER_14_00_3015_40_V1 | Sql | Version "14.00.3015.40.v1". |
static VER_14_00_3035_2_V1 | Sql | Version "14.00.3035.2.v1". |
static VER_14_00_3049_1_V1 | Sql | Version "14.00.3049.1.v1". |
static VER_14_00_3192_2_V1 | Sql | Version "14.00.3192.2.v1". |
static VER_14_00_3223_3_V1 | Sql | Version "14.00.3223.3.v1". |
static VER_14_00_3281_6_V1 | Sql | Version "14.00.3281.6.v1". |
static VER_14_00_3294_2_V1 | Sql | Version "14.00.3294.2.v1". |
static VER_14_00_3356_20_V1 | Sql | Version "14.00.3356.20.v1". |
static VER_14_00_3381_3_V1 | Sql | Version "14.00.3381.3.v1". |
static VER_14_00_3401_7_V1 | Sql | Version "14.00.3401.7.v1". |
static VER_14_00_3421_10_V1 | Sql | Version "14.00.3421.10.v1". |
static VER_14_00_3451_2_V1 | Sql | Version "14.00.3451.2.v1". |
static VER_14_00_3460_9_V1 | Sql | Version "14.00.3460.9.v1". |
static VER_14_00_3465_1_V1 | Sql | Version "14.00.3465.1.v1". |
static VER_14_00_3471_2_V1 | Sql | Version "14.00.3471.2.v1 ". |
static VER_14_00_3475_1_V1 | Sql | Version "14.00.3475.1.v1 ". |
static VER_14_00_3480_1_V1 | Sql | Version "14.00.3480.1.v1 ". |
static VER_15 | Sql | Version "15.00" (only a major version, without a specific minor version). |
static VER_15_00_4043_16_V1 | Sql | Version "15.00.4043.16.v1". |
static VER_15_00_4073_23_V1 | Sql | Version "15.00.4073.23.v1". |
static VER_15_00_4153_1_V1 | Sql | Version "15.00.4153.1.v1". |
static VER_15_00_4198_2_V1 | Sql | Version "15.00.4198.2.v1". |
static VER_15_00_4236_7_V1 | Sql | Version "15.00.4236.7.v1". |
static VER_15_00_4312_2_V1 | Sql | Version "15.00.4312.2.v1". |
static VER_15_00_4316_3_V1 | Sql | Version "15.00.4316.3.v1". |
static VER_15_00_4322_2_V1 | Sql | Version "15.00.4322.2.v1". |
static VER_15_00_4335_1_V1 | Sql | Version "15.00.4335.1.v1". |
static VER_15_00_4345_5_V1 | Sql | Version "15.00.4345.5.v1". |
static VER_15_00_4355_3_V1 | Sql | Version "15.00.4355.3.v1". |
static VER_15_00_4365_2_V1 | Sql | Version "15.00.4365.2.v1". |
static VER_15_00_4375_4_V1 | Sql | Version "15.00.4375.4.v1". |
static VER_15_00_4382_1_V1 | Sql | Version "15.00.4382.1.v1". |
static VER_15_00_4385_2_V1 | Sql | Version "15.00.4385.2.v1". |
static VER_15_00_4390_2_V1 | Sql | Version "15.00.4390.2.v1". |
static VER_15_00_4395_2_V1 | Sql | Version "15.00.4395.2.v1". |
static VER_16 | Sql | Version "16.00" (only a major version, without a specific minor version). |
static VER_16_00_4085_2_V1 | Sql | Version "16.00.4085.2.v1". |
static VER_16_00_4095_4_V1 | Sql | Version "16.00.4095.4.v1". |
static VER_16_00_4105_2_V1 | Sql | Version "16.00.4105.2.v1". |
static VER_16_00_4115_5_V1 | Sql | Version "16.00.4115.5.v1". |
static VER_16_00_4120_1_V1 | Sql | Version "16.00.4120.1.v1". |
static VER_16_00_4125_3_V1 | Sql | Version "16.00.4125.3.v1". |
static VER_16_00_4131_2_V1 | Sql | Version "16.00.4131.2.v1". |
static VER_16_00_4135_4_V1 | Sql | Version "16.00.4135.4.v1". |
static VER_16_00_4140_3_V1 | Sql | Version "16.00.4140.3.v1". |
static VER_16_00_4150_1_V1 | Sql | Version "16.00.4150.1.v1". |
sqlServerFullVersion
Type:
string
The full version string, for example, "15.00.3049.1.v1".
sqlServerMajorVersion
Type:
string
The major version of the engine, for example, "15.00".
static VER_11
⚠️ Deprecated: SQL Server 11.00 is no longer supported by Amazon RDS.
Type:
Sql
Version "11.00" (only a major version, without a specific minor version).
static VER_11_00_5058_0_V1
⚠️ Deprecated: SQL Server 11.00.5058.0.v1 is no longer supported by Amazon RDS.
Type:
Sql
Version "11.00.5058.0.v1".
static VER_11_00_6020_0_V1
⚠️ Deprecated: SQL Server 11.00.6020.0.v1 is no longer supported by Amazon RDS.
Type:
Sql
Version "11.00.6020.0.v1".
static VER_11_00_6594_0_V1
⚠️ Deprecated: SQL Server 11.00.6594.0.v1 is no longer supported by Amazon RDS.
Type:
Sql
Version "11.00.6594.0.v1".
static VER_11_00_7462_6_V1
⚠️ Deprecated: SQL Server 11.00.7462.6.v1 is no longer supported by Amazon RDS.
Type:
Sql
Version "11.00.7462.6.v1".
static VER_11_00_7493_4_V1
⚠️ Deprecated: SQL Server 11.00.7493.4.v1 is no longer supported by Amazon RDS.
Type:
Sql
Version "11.00.7493.4.v1".
static VER_12
⚠️ Deprecated: SQL Server 12.00 is no longer supported by Amazon RDS.
Type:
Sql
Version "12.00" (only a major version, without a specific minor version).
static VER_12_00_4422_0_V1
⚠️ Deprecated: SQL Server 12.00.4422.0.v1 is no longer supported by Amazon RDS.
Type:
Sql
Version "12.00.4422.0.v1".
static VER_12_00_5000_0_V1
⚠️ Deprecated: SQL Server 12.00.5000.0.v1 is no longer supported by Amazon RDS.
Type:
Sql
Version "12.00.5000.0.v1".
static VER_12_00_5546_0_V1
⚠️ Deprecated: SQL Server 12.00.5546.0.v1 is no longer supported by Amazon RDS.
Type:
Sql
Version "12.00.5546.0.v1".
static VER_12_00_5571_0_V1
⚠️ Deprecated: SQL Server 12.00.5571.0.v1 is no longer supported by Amazon RDS.
Type:
Sql
Version "12.00.5571.0.v1".
static VER_12_00_6293_0_V1
⚠️ Deprecated: SQL Server 12.00.6293.0.v1 is no longer supported by Amazon RDS.
Type:
Sql
Version "12.00.6293.0.v1".
static VER_12_00_6329_1_V1
⚠️ Deprecated: SQL Server 12.00.6329.1.v1 is no longer supported by Amazon RDS.
Type:
Sql
Version "12.00.6329.1.v1".
static VER_12_00_6433_1_V1
⚠️ Deprecated: SQL Server 12.00.6433.1.v1 is no longer supported by Amazon RDS.
Type:
Sql
Version "12.00.6433.1.v1".
static VER_12_00_6439_10_V1
⚠️ Deprecated: SQL Server 12.00.6439.10.v1 is no longer supported by Amazon RDS.
Type:
Sql
Version "12.00.6439.10.v1".
static VER_12_00_6444_4_V1
⚠️ Deprecated: SQL Server 12.00.6444.4.v1 is no longer supported by Amazon RDS.
Type:
Sql
Version "12.00.6444.4.v1".
static VER_12_00_6449_1_V1
⚠️ Deprecated: SQL Server 12.00.6449.1.v1 is no longer supported by Amazon RDS.
Type:
Sql
Version "12.00.6449.1.v1".
static VER_13
Type:
Sql
Version "13.00" (only a major version, without a specific minor version).
static VER_13_00_2164_0_V1
⚠️ Deprecated: SQL Server 13.00.2164.0.v1 is no longer supported by Amazon RDS.
Type:
Sql
Version "13.00.2164.0.v1".
static VER_13_00_4422_0_V1
⚠️ Deprecated: SQL Server 13.00.4422.0.v1 is no longer supported by Amazon RDS.
Type:
Sql
Version "13.00.4422.0.v1".
static VER_13_00_4451_0_V1
⚠️ Deprecated: SQL Server 13.00.4451.0.v1 is no longer supported by Amazon RDS.
Type:
Sql
Version "13.00.4451.0.v1".
static VER_13_00_4466_4_V1
⚠️ Deprecated: SQL Server 13.00.4466.4.v1 is no longer supported by Amazon RDS.
Type:
Sql
Version "13.00.4466.4.v1".
static VER_13_00_4522_0_V1
⚠️ Deprecated: SQL Server 13.00.4522.0.v1 is no longer supported by Amazon RDS.
Type:
Sql
Version "13.00.4522.0.v1".
static VER_13_00_5216_0_V1
⚠️ Deprecated: SQL Server 13.00.5216.0.v1 is no longer supported by Amazon RDS.
Type:
Sql
Version "13.00.5216.0.v1".
static VER_13_00_5292_0_V1
⚠️ Deprecated: SQL Server 13.00.5292.0.v1 is no longer supported by Amazon RDS.
Type:
Sql
Version "13.00.5292.0.v1".
static VER_13_00_5366_0_V1
⚠️ Deprecated: SQL Server 13.00.5366.0.v1 is no longer supported by Amazon RDS.
Type:
Sql
Version "13.00.5366.0.v1".
static VER_13_00_5426_0_V1
⚠️ Deprecated: SQL Server 13.00.5426.0.v1 is no longer supported by Amazon RDS.
Type:
Sql
Version "13.00.5426.0.v1".
static VER_13_00_5598_27_V1
⚠️ Deprecated: SQL Server 13.00.5598.27.v1 is no longer supported by Amazon RDS.
Type:
Sql
Version "13.00.5598.27.v1".
static VER_13_00_5820_21_V1
⚠️ Deprecated: SQL Server 13.00.5820.21.v1 is no longer supported by Amazon RDS.
Type:
Sql
Version "13.00.5820.21.v1".
static VER_13_00_5850_14_V1
⚠️ Deprecated: SQL Server 13.00.5850.14.v1 is no longer supported by Amazon RDS.
Type:
Sql
Version "13.00.5850.14.v1".
static VER_13_00_5882_1_V1
⚠️ Deprecated: SQL Server 13.00.5882.1.v1 is no longer supported by Amazon RDS.
Type:
Sql
Version "13.00.5882.1.v1".
static VER_13_00_6300_2_V1
Type:
Sql
Version "13.00.6300.2.v1".
static VER_13_00_6419_1_V1
Type:
Sql
Version "13.00.6419.1.v1".
static VER_13_00_6430_49_V1
Type:
Sql
Version "13.00.6430.49.v1".
static VER_13_00_6435_1_V1
Type:
Sql
Version "13.00.6435.1.v1".
static VER_13_00_6441_1_V1
Type:
Sql
Version "13.00.6441.1.v1".
static VER_13_00_6445_1_V1
Type:
Sql
Version "13.00.6445.1.v1".
static VER_13_00_6450_1_V1
Type:
Sql
Version "13.00.6450.1.v1".
static VER_14
Type:
Sql
Version "14.00" (only a major version, without a specific minor version).
static VER_14_00_1000_169_V1
⚠️ Deprecated: SQL Server 14.00.1000.169.v1 is no longer supported by Amazon RDS.
Type:
Sql
Version "14.00.1000.169.v1".
static VER_14_00_3015_40_V1
⚠️ Deprecated: SQL Server 14.00.3015.40.v1 is no longer supported by Amazon RDS.
Type:
Sql
Version "14.00.3015.40.v1".
static VER_14_00_3035_2_V1
⚠️ Deprecated: SQL Server 14.00.3035.2.v1 is no longer supported by Amazon RDS.
Type:
Sql
Version "14.00.3035.2.v1".
static VER_14_00_3049_1_V1
⚠️ Deprecated: SQL Server 14.00.3049.1.v1 is no longer supported by Amazon RDS.
Type:
Sql
Version "14.00.3049.1.v1".
static VER_14_00_3192_2_V1
⚠️ Deprecated: SQL Server 14.00.3192.2.v1 is no longer supported by Amazon RDS.
Type:
Sql
Version "14.00.3192.2.v1".
static VER_14_00_3223_3_V1
⚠️ Deprecated: SQL Server 14.00.3223.3.v1 is no longer supported by Amazon RDS.
Type:
Sql
Version "14.00.3223.3.v1".
static VER_14_00_3281_6_V1
Type:
Sql
Version "14.00.3281.6.v1".
static VER_14_00_3294_2_V1
Type:
Sql
Version "14.00.3294.2.v1".
static VER_14_00_3356_20_V1
Type:
Sql
Version "14.00.3356.20.v1".
static VER_14_00_3381_3_V1
Type:
Sql
Version "14.00.3381.3.v1".
static VER_14_00_3401_7_V1
Type:
Sql
Version "14.00.3401.7.v1".
static VER_14_00_3421_10_V1
Type:
Sql
Version "14.00.3421.10.v1".
static VER_14_00_3451_2_V1
Type:
Sql
Version "14.00.3451.2.v1".
static VER_14_00_3460_9_V1
Type:
Sql
Version "14.00.3460.9.v1".
static VER_14_00_3465_1_V1
Type:
Sql
Version "14.00.3465.1.v1".
static VER_14_00_3471_2_V1
Type:
Sql
Version "14.00.3471.2.v1 ".
static VER_14_00_3475_1_V1
Type:
Sql
Version "14.00.3475.1.v1 ".
static VER_14_00_3480_1_V1
Type:
Sql
Version "14.00.3480.1.v1 ".
static VER_15
Type:
Sql
Version "15.00" (only a major version, without a specific minor version).
static VER_15_00_4043_16_V1
Type:
Sql
Version "15.00.4043.16.v1".
static VER_15_00_4073_23_V1
Type:
Sql
Version "15.00.4073.23.v1".
static VER_15_00_4153_1_V1
Type:
Sql
Version "15.00.4153.1.v1".
static VER_15_00_4198_2_V1
Type:
Sql
Version "15.00.4198.2.v1".
static VER_15_00_4236_7_V1
Type:
Sql
Version "15.00.4236.7.v1".
static VER_15_00_4312_2_V1
Type:
Sql
Version "15.00.4312.2.v1".
static VER_15_00_4316_3_V1
Type:
Sql
Version "15.00.4316.3.v1".
static VER_15_00_4322_2_V1
Type:
Sql
Version "15.00.4322.2.v1".
static VER_15_00_4335_1_V1
Type:
Sql
Version "15.00.4335.1.v1".
static VER_15_00_4345_5_V1
Type:
Sql
Version "15.00.4345.5.v1".
static VER_15_00_4355_3_V1
Type:
Sql
Version "15.00.4355.3.v1".
static VER_15_00_4365_2_V1
Type:
Sql
Version "15.00.4365.2.v1".
static VER_15_00_4375_4_V1
Type:
Sql
Version "15.00.4375.4.v1".
static VER_15_00_4382_1_V1
Type:
Sql
Version "15.00.4382.1.v1".
static VER_15_00_4385_2_V1
Type:
Sql
Version "15.00.4385.2.v1".
static VER_15_00_4390_2_V1
Type:
Sql
Version "15.00.4390.2.v1".
static VER_15_00_4395_2_V1
Type:
Sql
Version "15.00.4395.2.v1".
static VER_16
Type:
Sql
Version "16.00" (only a major version, without a specific minor version).
static VER_16_00_4085_2_V1
Type:
Sql
Version "16.00.4085.2.v1".
static VER_16_00_4095_4_V1
Type:
Sql
Version "16.00.4095.4.v1".
static VER_16_00_4105_2_V1
Type:
Sql
Version "16.00.4105.2.v1".
static VER_16_00_4115_5_V1
Type:
Sql
Version "16.00.4115.5.v1".
static VER_16_00_4120_1_V1
Type:
Sql
Version "16.00.4120.1.v1".
static VER_16_00_4125_3_V1
Type:
Sql
Version "16.00.4125.3.v1".
static VER_16_00_4131_2_V1
Type:
Sql
Version "16.00.4131.2.v1".
static VER_16_00_4135_4_V1
Type:
Sql
Version "16.00.4135.4.v1".
static VER_16_00_4140_3_V1
Type:
Sql
Version "16.00.4140.3.v1".
static VER_16_00_4150_1_V1
Type:
Sql
Version "16.00.4150.1.v1".
Methods
Name | Description |
---|---|
static of(sqlServerFullVersion, sqlServerMajorVersion) | Create a new SqlServerEngineVersion with an arbitrary version. |
static of(sqlServerFullVersion, sqlServerMajorVersion)
public static of(sqlServerFullVersion: string, sqlServerMajorVersion: string): SqlServerEngineVersion
Parameters
- sqlServerFullVersion
string
— the full version string, for example "15.00.3049.1.v1". - sqlServerMajorVersion
string
— the major version of the engine, for example "15.00".
Returns
Create a new SqlServerEngineVersion with an arbitrary version.