@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:18.829Z") @Stability(value=Stable) public interface CfnGlobalClusterProps extends software.amazon.jsii.JsiiSerializable
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 Object |
getDeletionProtection()
`AWS::RDS::GlobalCluster.DeletionProtection`.
|
default String |
getEngine()
`AWS::RDS::GlobalCluster.Engine`.
|
default String |
getEngineVersion()
`AWS::RDS::GlobalCluster.EngineVersion`.
|
default String |
getGlobalClusterIdentifier()
`AWS::RDS::GlobalCluster.GlobalClusterIdentifier`.
|
default String |
getSourceDbClusterIdentifier()
`AWS::RDS::GlobalCluster.SourceDBClusterIdentifier`.
|
default Object |
getStorageEncrypted()
`AWS::RDS::GlobalCluster.StorageEncrypted`.
|
@Stability(value=Stable) @Nullable default Object getDeletionProtection()
@Stability(value=Stable) @Nullable default String getEngine()
@Stability(value=Stable) @Nullable default String getEngineVersion()
@Stability(value=Stable) @Nullable default String getGlobalClusterIdentifier()
@Stability(value=Stable) @Nullable default String getSourceDbClusterIdentifier()
@Stability(value=Stable) @Nullable default Object getStorageEncrypted()
@Stability(value=Stable) static CfnGlobalClusterProps.Builder builder()
CfnGlobalClusterProps.Builder of CfnGlobalClusterPropsCopyright © 2021. All rights reserved.