Uses of Class
software.amazon.awscdk.services.neptune.alpha.InstanceType
Packages that use InstanceType
-
Uses of InstanceType in software.amazon.awscdk.services.neptune.alpha
Fields in software.amazon.awscdk.services.neptune.alpha declared as InstanceTypeModifier and TypeFieldDescriptionstatic final InstanceTypeInstanceType.R4_2_XLARGE(experimental) db.r4.2xlarge.static final InstanceTypeInstanceType.R4_4_XLARGE(experimental) db.r4.4xlarge.static final InstanceTypeInstanceType.R4_8_XLARGE(experimental) db.r4.8xlarge.static final InstanceTypeInstanceType.R4_LARGE(experimental) db.r4.large.static final InstanceTypeInstanceType.R4_XLARGE(experimental) db.r4.xlarge.static final InstanceTypeInstanceType.R5_12_XLARGE(experimental) db.r5.12xlarge.static final InstanceTypeInstanceType.R5_16_XLARGE(experimental) db.r5.16xlarge.static final InstanceTypeInstanceType.R5_2_XLARGE(experimental) db.r5.2xlarge.static final InstanceTypeInstanceType.R5_24_XLARGE(experimental) db.r5.24xlarge.static final InstanceTypeInstanceType.R5_4_XLARGE(experimental) db.r5.4xlarge.static final InstanceTypeInstanceType.R5_8_XLARGE(experimental) db.r5.8xlarge.static final InstanceTypeInstanceType.R5_D_12_XLARGE(experimental) db.r5d.12xlarge.static final InstanceTypeInstanceType.R5_D_16_XLARGE(experimental) db.r5d.16xlarge.static final InstanceTypeInstanceType.R5_D_2_XLARGE(experimental) db.r5d.2xlarge.static final InstanceTypeInstanceType.R5_D_24_XLARGE(experimental) db.r5d.24xlarge.static final InstanceTypeInstanceType.R5_D_4_XLARGE(experimental) db.r5d.4xlarge.static final InstanceTypeInstanceType.R5_D_8_XLARGE(experimental) db.r5d.8xlarge.static final InstanceTypeInstanceType.R5_D_LARGE(experimental) db.r5d.large.static final InstanceTypeInstanceType.R5_D_XLARGE(experimental) db.r5d.xlarge.static final InstanceTypeInstanceType.R5_LARGE(experimental) db.r5.large.static final InstanceTypeInstanceType.R5_XLARGE(experimental) db.r5.xlarge.static final InstanceTypeInstanceType.R6_G_12_XLARGE(experimental) db.r6g.12xlarge.static final InstanceTypeInstanceType.R6_G_16_XLARGE(experimental) db.r6g.16xlarge.static final InstanceTypeInstanceType.R6_G_2_XLARGE(experimental) db.r6g.2xlarge.static final InstanceTypeInstanceType.R6_G_4_XLARGE(experimental) db.r6g.4xlarge.static final InstanceTypeInstanceType.R6_G_8_XLARGE(experimental) db.r6g.8xlarge.static final InstanceTypeInstanceType.R6_G_LARGE(experimental) db.r6g.large.static final InstanceTypeInstanceType.R6_G_XLARGE(experimental) db.r6g.xlarge.static final InstanceTypeInstanceType.R6_I_12_XLARGE(experimental) db.r6i.12xlarge.static final InstanceTypeInstanceType.R6_I_16_XLARGE(experimental) db.r6i.16xlarge.static final InstanceTypeInstanceType.R6_I_2_XLARGE(experimental) db.r6i.2xlarge.static final InstanceTypeInstanceType.R6_I_24_XLARGE(experimental) db.r6i.24xlarge.static final InstanceTypeInstanceType.R6_I_32_XLARGE(experimental) db.r6i.32xlarge.static final InstanceTypeInstanceType.R6_I_4_XLARGE(experimental) db.r6i.4xlarge.static final InstanceTypeInstanceType.R6_I_8_XLARGE(experimental) db.r6i.8xlarge.static final InstanceTypeInstanceType.R6_I_LARGE(experimental) db.r6i.large.static final InstanceTypeInstanceType.R6_I_XLARGE(experimental) db.r6i.xlarge.static final InstanceTypeInstanceType.SERVERLESS(experimental) db.serverless.static final InstanceTypeInstanceType.T3_MEDIUM(experimental) db.t3.medium.static final InstanceTypeInstanceType.T4_G_MEDIUM(experimental) db.t4g.medium.static final InstanceTypeInstanceType.X2_G_12_XLARGE(experimental) db.x2g.12xlarge.static final InstanceTypeInstanceType.X2_G_16_XLARGE(experimental) db.x2g.16xlarge.static final InstanceTypeInstanceType.X2_G_2_XLARGE(experimental) db.x2g.2xlarge.static final InstanceTypeInstanceType.X2_G_4_XLARGE(experimental) db.x2g.4xlarge.static final InstanceTypeInstanceType.X2_G_8_XLARGE(experimental) db.x2g.8xlarge.static final InstanceTypeInstanceType.X2_G_LARGE(experimental) db.x2g.large.static final InstanceTypeInstanceType.X2_G_XLARGE(experimental) db.x2g.xlarge.static final InstanceTypeInstanceType.X2_IEDN_16_XLARGE(experimental) db.x2iedn.16xlarge.static final InstanceTypeInstanceType.X2_IEDN_2_XLARGE(experimental) db.x2iedn.2xlarge.static final InstanceTypeInstanceType.X2_IEDN_24_XLARGE(experimental) db.x2iedn.24xlarge.static final InstanceTypeInstanceType.X2_IEDN_32_XLARGE(experimental) db.x2iedn.32xlarge.static final InstanceTypeInstanceType.X2_IEDN_4_XLARGE(experimental) db.x2iedn.4xlarge.static final InstanceTypeInstanceType.X2_IEDN_8_XLARGE(experimental) db.x2iedn.8xlarge.static final InstanceTypeInstanceType.X2_IEDN_XLARGE(experimental) db.x2iedn.xlarge.Methods in software.amazon.awscdk.services.neptune.alpha that return InstanceTypeModifier and TypeMethodDescriptionDatabaseClusterProps.getInstanceType()(experimental) What type of instance to start for the replicas.final InstanceTypeDatabaseClusterProps.Jsii$Proxy.getInstanceType()DatabaseInstanceProps.getInstanceType()(experimental) What type of instance to start for the replicas.final InstanceTypeDatabaseInstanceProps.Jsii$Proxy.getInstanceType()static InstanceType(experimental) Build an InstanceType from given string or token, such as CfnParameter.Methods in software.amazon.awscdk.services.neptune.alpha with parameters of type InstanceTypeModifier and TypeMethodDescriptionDatabaseCluster.Builder.instanceType(InstanceType instanceType) (experimental) What type of instance to start for the replicas.DatabaseClusterProps.Builder.instanceType(InstanceType instanceType) Sets the value ofDatabaseClusterProps.getInstanceType()DatabaseInstance.Builder.instanceType(InstanceType instanceType) (experimental) What type of instance to start for the replicas.DatabaseInstanceProps.Builder.instanceType(InstanceType instanceType) Sets the value ofDatabaseInstanceProps.getInstanceType()