class InstanceType
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Neptune.InstanceType |
![]() | software.amazon.awscdk.services.neptune.InstanceType |
![]() | aws_cdk.aws_neptune.InstanceType |
![]() | @aws-cdk/aws-neptune ยป InstanceType |
Possible Instances Types to use in Neptune cluster used for defining {@link DatabaseInstanceProps.instanceType}.
Example
const cluster = new neptune.DatabaseCluster(this, 'Database', {
vpc,
instanceType: neptune.InstanceType.R5_LARGE,
instances: 2,
});
Properties
Name | Type | Description |
---|---|---|
static R4_2 | Instance | db.r4.2xlarge. |
static R4_4 | Instance | db.r4.4xlarge. |
static R4_8 | Instance | db.r4.8xlarge. |
static R4_LARGE | Instance | db.r4.large. |
static R4_XLARGE | Instance | db.r4.xlarge. |
static R5_12 | Instance | db.r5.12xlarge. |
static R5_24 | Instance | db.r5.24xlarge. |
static R5_2 | Instance | db.r5.2xlarge. |
static R5_4 | Instance | db.r5.4xlarge. |
static R5_8 | Instance | db.r5.8xlarge. |
static R5_LARGE | Instance | db.r5.large. |
static R5_XLARGE | Instance | db.r5.xlarge. |
static R6 | Instance | db.r6g.12xlarge. |
static R6 | Instance | db.r6g.16xlarge. |
static R6 | Instance | db.r6g.2xlarge. |
static R6 | Instance | db.r6g.4xlarge. |
static R6 | Instance | db.r6g.8xlarge. |
static R6 | Instance | db.r6g.large. |
static R6 | Instance | db.r6g.xlarge. |
static T3_MEDIUM | Instance | db.t3.medium. |
static T4 | Instance | db.t4g.medium. |
static R4_2XLARGE
Type:
Instance
db.r4.2xlarge.
static R4_4XLARGE
Type:
Instance
db.r4.4xlarge.
static R4_8XLARGE
Type:
Instance
db.r4.8xlarge.
static R4_LARGE
Type:
Instance
db.r4.large.
static R4_XLARGE
Type:
Instance
db.r4.xlarge.
static R5_12XLARGE
Type:
Instance
db.r5.12xlarge.
static R5_24XLARGE
Type:
Instance
db.r5.24xlarge.
static R5_2XLARGE
Type:
Instance
db.r5.2xlarge.
static R5_4XLARGE
Type:
Instance
db.r5.4xlarge.
static R5_8XLARGE
Type:
Instance
db.r5.8xlarge.
static R5_LARGE
Type:
Instance
db.r5.large.
static R5_XLARGE
Type:
Instance
db.r5.xlarge.
static R6G_12XLARGE
Type:
Instance
db.r6g.12xlarge.
static R6G_16XLARGE
Type:
Instance
db.r6g.16xlarge.
static R6G_2XLARGE
Type:
Instance
db.r6g.2xlarge.
static R6G_4XLARGE
Type:
Instance
db.r6g.4xlarge.
static R6G_8XLARGE
Type:
Instance
db.r6g.8xlarge.
static R6G_LARGE
Type:
Instance
db.r6g.large.
static R6G_XLARGE
Type:
Instance
db.r6g.xlarge.
static T3_MEDIUM
Type:
Instance
db.t3.medium.
static T4G_MEDIUM
Type:
Instance
db.t4g.medium.
Methods
Name | Description |
---|---|
static of(instanceType) | Build an InstanceType from given string or token, such as CfnParameter. |
static of(instanceType)
public static of(instanceType: string): InstanceType
Parameters
- instanceType
string
Returns
Build an InstanceType from given string or token, such as CfnParameter.