Uses of Class
software.amazon.awscdk.services.rds.ClusterInstanceType
Packages that use ClusterInstanceType
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of ClusterInstanceType in software.amazon.awscdk.services.rds
Methods in software.amazon.awscdk.services.rds that return ClusterInstanceTypeModifier and TypeMethodDescriptionClusterInstanceProps.getInstanceType()The type of cluster instance to create.final ClusterInstanceTypeClusterInstanceProps.Jsii$Proxy.getInstanceType()static ClusterInstanceTypeClusterInstanceType.provisioned()Aurora Provisioned instance type.static ClusterInstanceTypeClusterInstanceType.provisioned(InstanceType instanceType) Aurora Provisioned instance type.static ClusterInstanceTypeClusterInstanceType.serverlessV2()Aurora Serverless V2 instance type.Methods in software.amazon.awscdk.services.rds with parameters of type ClusterInstanceTypeModifier and TypeMethodDescriptionClusterInstanceProps.Builder.instanceType(ClusterInstanceType instanceType) Sets the value ofClusterInstanceProps.getInstanceType()