Uses of Class
software.amazon.awscdk.services.rds.ServerlessCluster.Builder
Packages that use ServerlessCluster.Builder
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of ServerlessCluster.Builder in software.amazon.awscdk.services.rds
Methods in software.amazon.awscdk.services.rds that return ServerlessCluster.BuilderModifier and TypeMethodDescriptionServerlessCluster.Builder.backupRetention(Duration backupRetention) The number of days during which automatic DB snapshots are retained.ServerlessCluster.Builder.clusterIdentifier(String clusterIdentifier) An optional identifier for the cluster.ServerlessCluster.Builder.copyTagsToSnapshot(Boolean copyTagsToSnapshot) Whether to copy tags to the snapshot when a snapshot is created.static ServerlessCluster.BuilderServerlessCluster.Builder.credentials(Credentials credentials) Credentials for the administrative user.ServerlessCluster.Builder.defaultDatabaseName(String defaultDatabaseName) Name of a database which is automatically created inside the cluster.ServerlessCluster.Builder.deletionProtection(Boolean deletionProtection) Indicates whether the DB cluster should have deletion protection enabled.ServerlessCluster.Builder.enableDataApi(Boolean enableDataApi) Whether to enable the Data API.ServerlessCluster.Builder.engine(IClusterEngine engine) What kind of database to start.ServerlessCluster.Builder.parameterGroup(IParameterGroup parameterGroup) Additional parameters to pass to the database engine.ServerlessCluster.Builder.removalPolicy(RemovalPolicy removalPolicy) The removal policy to apply when the cluster and its instances are removed from the stack or replaced during an update.ServerlessCluster.Builder.scaling(ServerlessScalingOptions scaling) Scaling configuration of an Aurora Serverless database cluster.ServerlessCluster.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Security group.ServerlessCluster.Builder.storageEncryptionKey(IKey storageEncryptionKey) The KMS key for storage encryption.ServerlessCluster.Builder.subnetGroup(ISubnetGroup subnetGroup) Existing subnet group for the cluster.The VPC that this Aurora Serverless v1 Cluster has been created in.ServerlessCluster.Builder.vpcSubnets(SubnetSelection vpcSubnets) Where to place the instances within the VPC.