@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)",
date="2022-08-17T17:31:15.526Z")
public class InstanceType
extends software.amazon.jsii.JsiiObject
DatabaseInstanceProps.instanceType
.
Example:
DatabaseCluster cluster = DatabaseCluster.Builder.create(this, "Database") .vpc(vpc) .instanceType(InstanceType.R5_LARGE) .instances(2) .build();
Modifier and Type | Field and Description |
---|---|
static InstanceType |
R4_2_XLARGE
(experimental) db.r4.2xlarge.
|
static InstanceType |
R4_4_XLARGE
(experimental) db.r4.4xlarge.
|
static InstanceType |
R4_8_XLARGE
(experimental) db.r4.8xlarge.
|
static InstanceType |
R4_LARGE
(experimental) db.r4.large.
|
static InstanceType |
R4_XLARGE
(experimental) db.r4.xlarge.
|
static InstanceType |
R5_12_XLARGE
(experimental) db.r5.12xlarge.
|
static InstanceType |
R5_2_XLARGE
(experimental) db.r5.2xlarge.
|
static InstanceType |
R5_24_XLARGE
(experimental) db.r5.24xlarge.
|
static InstanceType |
R5_4_XLARGE
(experimental) db.r5.4xlarge.
|
static InstanceType |
R5_8_XLARGE
(experimental) db.r5.8xlarge.
|
static InstanceType |
R5_LARGE
(experimental) db.r5.large.
|
static InstanceType |
R5_XLARGE
(experimental) db.r5.xlarge.
|
static InstanceType |
R6_G_12_XLARGE
(experimental) db.r6g.12xlarge.
|
static InstanceType |
R6_G_16_XLARGE
(experimental) db.r6g.16xlarge.
|
static InstanceType |
R6_G_2_XLARGE
(experimental) db.r6g.2xlarge.
|
static InstanceType |
R6_G_4_XLARGE
(experimental) db.r6g.4xlarge.
|
static InstanceType |
R6_G_8_XLARGE
(experimental) db.r6g.8xlarge.
|
static InstanceType |
R6_G_LARGE
(experimental) db.r6g.large.
|
static InstanceType |
R6_G_XLARGE
(experimental) db.r6g.xlarge.
|
static InstanceType |
T3_MEDIUM
(experimental) db.t3.medium.
|
static InstanceType |
T4_G_MEDIUM
(experimental) db.t4g.medium.
|
Modifier | Constructor and Description |
---|---|
protected |
InstanceType(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
InstanceType(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
static InstanceType |
of(java.lang.String instanceType)
(experimental) Build an InstanceType from given string or token, such as CfnParameter.
|
public static final InstanceType R4_2_XLARGE
public static final InstanceType R4_4_XLARGE
public static final InstanceType R4_8_XLARGE
public static final InstanceType R4_LARGE
public static final InstanceType R4_XLARGE
public static final InstanceType R5_12_XLARGE
public static final InstanceType R5_24_XLARGE
public static final InstanceType R5_2_XLARGE
public static final InstanceType R5_4_XLARGE
public static final InstanceType R5_8_XLARGE
public static final InstanceType R5_LARGE
public static final InstanceType R5_XLARGE
public static final InstanceType R6_G_12_XLARGE
public static final InstanceType R6_G_16_XLARGE
public static final InstanceType R6_G_2_XLARGE
public static final InstanceType R6_G_4_XLARGE
public static final InstanceType R6_G_8_XLARGE
public static final InstanceType R6_G_LARGE
public static final InstanceType R6_G_XLARGE
public static final InstanceType T3_MEDIUM
public static final InstanceType T4_G_MEDIUM
protected InstanceType(software.amazon.jsii.JsiiObjectRef objRef)
protected InstanceType(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public static InstanceType of(java.lang.String instanceType)
instanceType
- This parameter is required.