@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:16.882Z") @Stability(value=Stable) public class CfnDBCluster extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnDBCluster.Builder
A fluent builder for
CfnDBCluster. |
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 |
|---|---|
|
CfnDBCluster(software.constructs.Construct scope,
String id,
CfnDBClusterProps props)
Create a new `AWS::DocDB::DBCluster`.
|
protected |
CfnDBCluster(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnDBCluster(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrClusterResourceId() |
String |
getAttrEndpoint() |
String |
getAttrPort() |
String |
getAttrReadEndpoint() |
List<String> |
getAvailabilityZones()
`AWS::DocDB::DBCluster.AvailabilityZones`.
|
Number |
getBackupRetentionPeriod()
`AWS::DocDB::DBCluster.BackupRetentionPeriod`.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getDbClusterIdentifier()
`AWS::DocDB::DBCluster.DBClusterIdentifier`.
|
String |
getDbClusterParameterGroupName()
`AWS::DocDB::DBCluster.DBClusterParameterGroupName`.
|
String |
getDbSubnetGroupName()
`AWS::DocDB::DBCluster.DBSubnetGroupName`.
|
Object |
getDeletionProtection()
`AWS::DocDB::DBCluster.DeletionProtection`.
|
List<String> |
getEnableCloudwatchLogsExports()
`AWS::DocDB::DBCluster.EnableCloudwatchLogsExports`.
|
String |
getEngineVersion()
`AWS::DocDB::DBCluster.EngineVersion`.
|
String |
getKmsKeyId()
`AWS::DocDB::DBCluster.KmsKeyId`.
|
String |
getMasterUsername()
`AWS::DocDB::DBCluster.MasterUsername`.
|
String |
getMasterUserPassword()
`AWS::DocDB::DBCluster.MasterUserPassword`.
|
Number |
getPort()
`AWS::DocDB::DBCluster.Port`.
|
String |
getPreferredBackupWindow()
`AWS::DocDB::DBCluster.PreferredBackupWindow`.
|
String |
getPreferredMaintenanceWindow()
`AWS::DocDB::DBCluster.PreferredMaintenanceWindow`.
|
String |
getSnapshotIdentifier()
`AWS::DocDB::DBCluster.SnapshotIdentifier`.
|
Object |
getStorageEncrypted()
`AWS::DocDB::DBCluster.StorageEncrypted`.
|
TagManager |
getTags()
`AWS::DocDB::DBCluster.Tags`.
|
List<String> |
getVpcSecurityGroupIds()
`AWS::DocDB::DBCluster.VpcSecurityGroupIds`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAvailabilityZones(List<String> value)
`AWS::DocDB::DBCluster.AvailabilityZones`.
|
void |
setBackupRetentionPeriod(Number value)
`AWS::DocDB::DBCluster.BackupRetentionPeriod`.
|
void |
setDbClusterIdentifier(String value)
`AWS::DocDB::DBCluster.DBClusterIdentifier`.
|
void |
setDbClusterParameterGroupName(String value)
`AWS::DocDB::DBCluster.DBClusterParameterGroupName`.
|
void |
setDbSubnetGroupName(String value)
`AWS::DocDB::DBCluster.DBSubnetGroupName`.
|
void |
setDeletionProtection(Boolean value)
`AWS::DocDB::DBCluster.DeletionProtection`.
|
void |
setDeletionProtection(IResolvable value)
`AWS::DocDB::DBCluster.DeletionProtection`.
|
void |
setEnableCloudwatchLogsExports(List<String> value)
`AWS::DocDB::DBCluster.EnableCloudwatchLogsExports`.
|
void |
setEngineVersion(String value)
`AWS::DocDB::DBCluster.EngineVersion`.
|
void |
setKmsKeyId(String value)
`AWS::DocDB::DBCluster.KmsKeyId`.
|
void |
setMasterUsername(String value)
`AWS::DocDB::DBCluster.MasterUsername`.
|
void |
setMasterUserPassword(String value)
`AWS::DocDB::DBCluster.MasterUserPassword`.
|
void |
setPort(Number value)
`AWS::DocDB::DBCluster.Port`.
|
void |
setPreferredBackupWindow(String value)
`AWS::DocDB::DBCluster.PreferredBackupWindow`.
|
void |
setPreferredMaintenanceWindow(String value)
`AWS::DocDB::DBCluster.PreferredMaintenanceWindow`.
|
void |
setSnapshotIdentifier(String value)
`AWS::DocDB::DBCluster.SnapshotIdentifier`.
|
void |
setStorageEncrypted(Boolean value)
`AWS::DocDB::DBCluster.StorageEncrypted`.
|
void |
setStorageEncrypted(IResolvable value)
`AWS::DocDB::DBCluster.StorageEncrypted`.
|
void |
setVpcSecurityGroupIds(List<String> value)
`AWS::DocDB::DBCluster.VpcSecurityGroupIds`.
|
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 CfnDBCluster(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnDBCluster(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnDBCluster(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnDBClusterProps 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. 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 public String getAttrClusterResourceId()
@Stability(value=Stable) @NotNull public String getAttrEndpoint()
@Stability(value=Stable) @NotNull public String getAttrPort()
@Stability(value=Stable) @NotNull public String getAttrReadEndpoint()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public String getMasterUsername()
@Stability(value=Stable)
public void setMasterUsername(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getMasterUserPassword()
@Stability(value=Stable)
public void setMasterUserPassword(@NotNull
String value)
@Stability(value=Stable) @Nullable public List<String> getAvailabilityZones()
@Stability(value=Stable)
public void setAvailabilityZones(@Nullable
List<String> value)
@Stability(value=Stable) @Nullable public Number getBackupRetentionPeriod()
@Stability(value=Stable)
public void setBackupRetentionPeriod(@Nullable
Number value)
@Stability(value=Stable) @Nullable public String getDbClusterIdentifier()
@Stability(value=Stable)
public void setDbClusterIdentifier(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getDbClusterParameterGroupName()
@Stability(value=Stable)
public void setDbClusterParameterGroupName(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getDbSubnetGroupName()
@Stability(value=Stable)
public void setDbSubnetGroupName(@Nullable
String value)
@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 List<String> getEnableCloudwatchLogsExports()
@Stability(value=Stable)
public void setEnableCloudwatchLogsExports(@Nullable
List<String> value)
@Stability(value=Stable) @Nullable public String getEngineVersion()
@Stability(value=Stable)
public void setEngineVersion(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getKmsKeyId()
@Stability(value=Stable)
public void setKmsKeyId(@Nullable
String value)
@Stability(value=Stable) @Nullable public Number getPort()
@Stability(value=Stable)
public void setPort(@Nullable
Number value)
@Stability(value=Stable) @Nullable public String getPreferredBackupWindow()
@Stability(value=Stable)
public void setPreferredBackupWindow(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getPreferredMaintenanceWindow()
@Stability(value=Stable)
public void setPreferredMaintenanceWindow(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getSnapshotIdentifier()
@Stability(value=Stable)
public void setSnapshotIdentifier(@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)
@Stability(value=Stable) @Nullable public List<String> getVpcSecurityGroupIds()
Copyright © 2021. All rights reserved.