@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.966Z") @Stability(value=Stable) public class CfnGlobalCluster extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnGlobalCluster.Builder
A fluent builder for
CfnGlobalCluster. |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnGlobalCluster(software.constructs.Construct scope,
String id)
Create a new `AWS::RDS::GlobalCluster`.
|
|
CfnGlobalCluster(software.constructs.Construct scope,
String id,
CfnGlobalClusterProps props)
Create a new `AWS::RDS::GlobalCluster`.
|
protected |
CfnGlobalCluster(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnGlobalCluster(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
getCfnProperties() |
Object |
getDeletionProtection()
`AWS::RDS::GlobalCluster.DeletionProtection`.
|
String |
getEngine()
`AWS::RDS::GlobalCluster.Engine`.
|
String |
getEngineVersion()
`AWS::RDS::GlobalCluster.EngineVersion`.
|
String |
getGlobalClusterIdentifier()
`AWS::RDS::GlobalCluster.GlobalClusterIdentifier`.
|
String |
getSourceDbClusterIdentifier()
`AWS::RDS::GlobalCluster.SourceDBClusterIdentifier`.
|
Object |
getStorageEncrypted()
`AWS::RDS::GlobalCluster.StorageEncrypted`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setDeletionProtection(Boolean value)
`AWS::RDS::GlobalCluster.DeletionProtection`.
|
void |
setDeletionProtection(IResolvable value)
`AWS::RDS::GlobalCluster.DeletionProtection`.
|
void |
setEngine(String value)
`AWS::RDS::GlobalCluster.Engine`.
|
void |
setEngineVersion(String value)
`AWS::RDS::GlobalCluster.EngineVersion`.
|
void |
setGlobalClusterIdentifier(String value)
`AWS::RDS::GlobalCluster.GlobalClusterIdentifier`.
|
void |
setSourceDbClusterIdentifier(String value)
`AWS::RDS::GlobalCluster.SourceDBClusterIdentifier`.
|
void |
setStorageEncrypted(Boolean value)
`AWS::RDS::GlobalCluster.StorageEncrypted`.
|
void |
setStorageEncrypted(IResolvable value)
`AWS::RDS::GlobalCluster.StorageEncrypted`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnGlobalCluster(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnGlobalCluster(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnGlobalCluster(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@Nullable
CfnGlobalClusterProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties.@Stability(value=Stable)
public CfnGlobalCluster(@NotNull
software.constructs.Construct scope,
@NotNull
String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @Nullable public Object getDeletionProtection()
@Stability(value=Stable)
public void setDeletionProtection(@Nullable
Boolean value)
@Stability(value=Stable)
public void setDeletionProtection(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getEngine()
@Stability(value=Stable)
public void setEngine(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getEngineVersion()
@Stability(value=Stable)
public void setEngineVersion(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getGlobalClusterIdentifier()
@Stability(value=Stable)
public void setGlobalClusterIdentifier(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getSourceDbClusterIdentifier()
@Stability(value=Stable)
public void setSourceDbClusterIdentifier(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getStorageEncrypted()
@Stability(value=Stable)
public void setStorageEncrypted(@Nullable
Boolean value)
@Stability(value=Stable)
public void setStorageEncrypted(@Nullable
IResolvable value)
Copyright © 2021. All rights reserved.