| Package | Description |
|---|---|
| software.amazon.awscdk.services.neptune |
Amazon Neptune Construct Library
|
| Modifier and Type | Field and Description |
|---|---|
static InstanceType |
InstanceType.R4_2_XLARGE
(experimental) db.r4.2xlarge.
|
static InstanceType |
InstanceType.R4_4_XLARGE
(experimental) db.r4.4xlarge.
|
static InstanceType |
InstanceType.R4_8_XLARGE
(experimental) db.r4.8xlarge.
|
static InstanceType |
InstanceType.R4_LARGE
(experimental) db.r4.large.
|
static InstanceType |
InstanceType.R4_XLARGE
(experimental) db.r4.xlarge.
|
static InstanceType |
InstanceType.R5_12_XLARGE
(experimental) db.r5.12xlarge.
|
static InstanceType |
InstanceType.R5_2_XLARGE
(experimental) db.r5.2xlarge.
|
static InstanceType |
InstanceType.R5_24_XLARGE
(experimental) db.r5.24xlarge.
|
static InstanceType |
InstanceType.R5_4_XLARGE
(experimental) db.r5.4xlarge.
|
static InstanceType |
InstanceType.R5_8_XLARGE
(experimental) db.r5.8xlarge.
|
static InstanceType |
InstanceType.R5_LARGE
(experimental) db.r5.large.
|
static InstanceType |
InstanceType.R5_XLARGE
(experimental) db.r5.xlarge.
|
static InstanceType |
InstanceType.R6_G_12_XLARGE
(experimental) db.r6g.12xlarge.
|
static InstanceType |
InstanceType.R6_G_16_XLARGE
(experimental) db.r6g.16xlarge.
|
static InstanceType |
InstanceType.R6_G_2_XLARGE
(experimental) db.r6g.2xlarge.
|
static InstanceType |
InstanceType.R6_G_4_XLARGE
(experimental) db.r6g.4xlarge.
|
static InstanceType |
InstanceType.R6_G_8_XLARGE
(experimental) db.r6g.8xlarge.
|
static InstanceType |
InstanceType.R6_G_LARGE
(experimental) db.r6g.large.
|
static InstanceType |
InstanceType.R6_G_XLARGE
(experimental) db.r6g.xlarge.
|
static InstanceType |
InstanceType.T3_MEDIUM
(experimental) db.t3.medium.
|
static InstanceType |
InstanceType.T4_G_MEDIUM
(experimental) db.t4g.medium.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceType |
DatabaseInstanceProps.getInstanceType()
(experimental) What type of instance to start for the replicas.
|
InstanceType |
DatabaseInstanceProps.Jsii$Proxy.getInstanceType() |
InstanceType |
DatabaseClusterProps.getInstanceType()
(experimental) What type of instance to start for the replicas.
|
InstanceType |
DatabaseClusterProps.Jsii$Proxy.getInstanceType() |
static InstanceType |
InstanceType.of(String instanceType)
(experimental) Build an InstanceType from given string or token, such as CfnParameter.
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseCluster.Builder |
DatabaseCluster.Builder.instanceType(InstanceType instanceType)
(experimental) What type of instance to start for the replicas.
|
DatabaseInstanceProps.Builder |
DatabaseInstanceProps.Builder.instanceType(InstanceType instanceType)
Sets the value of
DatabaseInstanceProps.getInstanceType() |
DatabaseClusterProps.Builder |
DatabaseClusterProps.Builder.instanceType(InstanceType instanceType)
Sets the value of
DatabaseClusterProps.getInstanceType() |
DatabaseInstance.Builder |
DatabaseInstance.Builder.instanceType(InstanceType instanceType)
(experimental) What type of instance to start for the replicas.
|
Copyright © 2022. All rights reserved.