| Package | Description |
|---|---|
| software.amazon.awscdk.services.backup |
AWS Backup Construct Library
|
| software.amazon.awscdk.services.rds |
Amazon Relational Database Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static BackupResource |
BackupResource.fromRdsServerlessCluster(IServerlessCluster cluster)
An Aurora database instance.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IServerlessCluster.Jsii$Default
Internal default implementation for
IServerlessCluster. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IServerlessCluster.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
ServerlessCluster
Create an Aurora Serverless Cluster.
|
class |
ServerlessClusterFromSnapshot
A Aurora Serverless Cluster restored from a snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
static IServerlessCluster |
ServerlessCluster.fromServerlessClusterAttributes(software.constructs.Construct scope,
String id,
ServerlessClusterAttributes attrs)
Import an existing DatabaseCluster from properties.
|
Copyright © 2022. All rights reserved.