| 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)
`AWS::RDS::GlobalCluster.DeletionProtection`.
|
CfnGlobalCluster.Builder |
CfnGlobalCluster.Builder.deletionProtection(IResolvable deletionProtection)
`AWS::RDS::GlobalCluster.DeletionProtection`.
|
CfnGlobalCluster.Builder |
CfnGlobalCluster.Builder.engine(String engine)
`AWS::RDS::GlobalCluster.Engine`.
|
CfnGlobalCluster.Builder |
CfnGlobalCluster.Builder.engineVersion(String engineVersion)
`AWS::RDS::GlobalCluster.EngineVersion`.
|
CfnGlobalCluster.Builder |
CfnGlobalCluster.Builder.globalClusterIdentifier(String globalClusterIdentifier)
`AWS::RDS::GlobalCluster.GlobalClusterIdentifier`.
|
CfnGlobalCluster.Builder |
CfnGlobalCluster.Builder.sourceDbClusterIdentifier(String sourceDbClusterIdentifier)
`AWS::RDS::GlobalCluster.SourceDBClusterIdentifier`.
|
CfnGlobalCluster.Builder |
CfnGlobalCluster.Builder.storageEncrypted(Boolean storageEncrypted)
`AWS::RDS::GlobalCluster.StorageEncrypted`.
|
CfnGlobalCluster.Builder |
CfnGlobalCluster.Builder.storageEncrypted(IResolvable storageEncrypted)
`AWS::RDS::GlobalCluster.StorageEncrypted`.
|
Copyright © 2021. All rights reserved.