| Package | Description |
|---|---|
| software.amazon.awscdk.services.rds |
Amazon Relational Database Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnGlobalCluster.Builder |
CfnGlobalCluster.Builder.create(software.constructs.Construct scope,
String id) |
CfnGlobalCluster.Builder |
CfnGlobalCluster.Builder.deletionProtection(Boolean deletionProtection)
The deletion protection setting for the new global database.
|
CfnGlobalCluster.Builder |
CfnGlobalCluster.Builder.deletionProtection(IResolvable deletionProtection)
The deletion protection setting for the new global database.
|
CfnGlobalCluster.Builder |
CfnGlobalCluster.Builder.engine(String engine)
The name of the database engine to be used for this DB cluster.
|
CfnGlobalCluster.Builder |
CfnGlobalCluster.Builder.engineVersion(String engineVersion)
The engine version of the Aurora global database.
|
CfnGlobalCluster.Builder |
CfnGlobalCluster.Builder.globalClusterIdentifier(String globalClusterIdentifier)
The cluster identifier of the global database cluster.
|
CfnGlobalCluster.Builder |
CfnGlobalCluster.Builder.sourceDbClusterIdentifier(String sourceDbClusterIdentifier)
The DB cluster identifier or Amazon Resource Name (ARN) to use as the primary cluster of the global database.
|
CfnGlobalCluster.Builder |
CfnGlobalCluster.Builder.storageEncrypted(Boolean storageEncrypted)
The storage encryption setting for the global database cluster.
|
CfnGlobalCluster.Builder |
CfnGlobalCluster.Builder.storageEncrypted(IResolvable storageEncrypted)
The storage encryption setting for the global database cluster.
|
Copyright © 2022. All rights reserved.