@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-31T18:37:01.927Z")
public interface CfnGlobalClusterProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.rds.*; CfnGlobalClusterProps cfnGlobalClusterProps = CfnGlobalClusterProps.builder() .deletionProtection(false) .engine("engine") .engineVersion("engineVersion") .globalClusterIdentifier("globalClusterIdentifier") .sourceDbClusterIdentifier("sourceDbClusterIdentifier") .storageEncrypted(false) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnGlobalClusterProps.Builder
A builder for
CfnGlobalClusterProps |
static class |
CfnGlobalClusterProps.Jsii$Proxy
An implementation for
CfnGlobalClusterProps |
Modifier and Type | Method and Description |
---|---|
static CfnGlobalClusterProps.Builder |
builder() |
default java.lang.Object |
getDeletionProtection()
The deletion protection setting for the new global database.
|
default java.lang.String |
getEngine()
The name of the database engine to be used for this DB cluster.
|
default java.lang.String |
getEngineVersion()
The engine version of the Aurora global database.
|
default java.lang.String |
getGlobalClusterIdentifier()
The cluster identifier of the global database cluster.
|
default java.lang.String |
getSourceDbClusterIdentifier()
The DB cluster identifier or Amazon Resource Name (ARN) to use as the primary cluster of the global database.
|
default java.lang.Object |
getStorageEncrypted()
The storage encryption setting for the global database cluster.
|
default java.lang.Object getDeletionProtection()
The global database can't be deleted when deletion protection is enabled.
default java.lang.String getEngine()
If this property isn't specified, the database engine is derived from the source DB cluster specified by the SourceDBClusterIdentifier
property.
If the
SourceDBClusterIdentifier
property isn't specified, this property is required. If theSourceDBClusterIdentifier
property is specified, make sure this property isn't specified.
default java.lang.String getEngineVersion()
default java.lang.String getGlobalClusterIdentifier()
default java.lang.String getSourceDbClusterIdentifier()
If the
Engine
property isn't specified, this property is required. If theEngine
property is specified, make sure this property isn't specified.
default java.lang.Object getStorageEncrypted()
static CfnGlobalClusterProps.Builder builder()
CfnGlobalClusterProps.Builder
of CfnGlobalClusterProps