@Stability(value=Stable) @Internal public static final class CfnDBClusterProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDBClusterProps
CfnDBClusterPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnDBClusterProps.Builder, CfnDBClusterProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDBClusterProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDBClusterProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getAssociatedRoles()
Provides a list of the Amazon Identity and Access Management (IAM) roles that are associated with the DB cluster.
|
List<String> |
getAvailabilityZones()
Provides the list of EC2 Availability Zones that instances in the DB cluster can be created in.
|
Number |
getBackupRetentionPeriod()
Specifies the number of days for which automatic DB snapshots are retained.
|
String |
getDbClusterIdentifier()
Contains a user-supplied DB cluster identifier.
|
String |
getDbClusterParameterGroupName()
Provides the name of the DB cluster parameter group.
|
String |
getDbSubnetGroupName()
Specifies information on the subnet group associated with the DB cluster, including the name, description, and subnets in the subnet group.
|
Object |
getDeletionProtection()
Indicates whether or not the DB cluster has deletion protection enabled.
|
List<String> |
getEnableCloudwatchLogsExports()
Specifies a list of log types that are enabled for export to CloudWatch Logs.
|
String |
getEngineVersion()
Indicates the database engine version.
|
Object |
getIamAuthEnabled()
True if mapping of Amazon Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.
|
String |
getKmsKeyId()
If `StorageEncrypted` is true, the Amazon KMS key identifier for the encrypted DB cluster.
|
Number |
getPort()
Specifies the port that the database engine is listening on.
|
String |
getPreferredBackupWindow()
Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the `BackupRetentionPeriod` .
|
String |
getPreferredMaintenanceWindow()
Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
|
String |
getRestoreToTime()
Creates a new DB cluster from a DB snapshot or DB cluster snapshot.
|
String |
getRestoreType()
Creates a new DB cluster from a DB snapshot or DB cluster snapshot.
|
String |
getSnapshotIdentifier()
Specifies the identifier for a DB cluster snapshot.
|
String |
getSourceDbClusterIdentifier()
Creates a new DB cluster from a DB snapshot or DB cluster snapshot.
|
Object |
getStorageEncrypted()
Indicates whether the DB cluster is encrypted.
|
List<CfnTag> |
getTags()
The tags assigned to this cluster.
|
Object |
getUseLatestRestorableTime()
Creates a new DB cluster from a DB snapshot or DB cluster snapshot.
|
List<String> |
getVpcSecurityGroupIds()
Provides a list of VPC security groups that the DB cluster belongs to.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnDBClusterProps.Builder builder)
CfnDBClusterProps.Builder.public final Object getAssociatedRoles()
CfnDBClusterPropsIAM roles that are associated with a DB cluster grant permission for the DB cluster to access other Amazon services on your behalf.
getAssociatedRoles in interface CfnDBClusterPropspublic final List<String> getAvailabilityZones()
CfnDBClusterPropsgetAvailabilityZones in interface CfnDBClusterPropspublic final Number getBackupRetentionPeriod()
CfnDBClusterPropsAn update may require some interruption. See ModifyDBInstance in the Amazon Neptune User Guide for more information.
getBackupRetentionPeriod in interface CfnDBClusterPropspublic final String getDbClusterIdentifier()
CfnDBClusterPropsThis identifier is the unique key that identifies a DB cluster.
getDbClusterIdentifier in interface CfnDBClusterPropspublic final String getDbClusterParameterGroupName()
CfnDBClusterPropsAn update may require some interruption. See ModifyDBInstance in the Amazon Neptune User Guide for more information.
getDbClusterParameterGroupName in interface CfnDBClusterPropspublic final String getDbSubnetGroupName()
CfnDBClusterPropsgetDbSubnetGroupName in interface CfnDBClusterPropspublic final Object getDeletionProtection()
CfnDBClusterPropsThe database can't be deleted when deletion protection is enabled.
getDeletionProtection in interface CfnDBClusterPropspublic final List<String> getEnableCloudwatchLogsExports()
CfnDBClusterPropsgetEnableCloudwatchLogsExports in interface CfnDBClusterPropspublic final String getEngineVersion()
CfnDBClusterPropsgetEngineVersion in interface CfnDBClusterPropspublic final Object getIamAuthEnabled()
CfnDBClusterPropsgetIamAuthEnabled in interface CfnDBClusterPropspublic final String getKmsKeyId()
CfnDBClusterPropsgetKmsKeyId in interface CfnDBClusterPropspublic final Number getPort()
CfnDBClusterPropsgetPort in interface CfnDBClusterPropspublic final String getPreferredBackupWindow()
CfnDBClusterPropsAn update may require some interruption.
getPreferredBackupWindow in interface CfnDBClusterPropspublic final String getPreferredMaintenanceWindow()
CfnDBClusterPropsgetPreferredMaintenanceWindow in interface CfnDBClusterPropspublic final String getRestoreToTime()
CfnDBClusterPropsIf a DB snapshot is specified, the target DB cluster is created from the source DB snapshot with a default configuration and default security group.
If a DB cluster snapshot is specified, the target DB cluster is created from the source DB cluster restore point with the same configuration as the original source DB cluster, except that the new DB cluster is created with the default security group.
getRestoreToTime in interface CfnDBClusterPropspublic final String getRestoreType()
CfnDBClusterPropsIf a DB snapshot is specified, the target DB cluster is created from the source DB snapshot with a default configuration and default security group.
If a DB cluster snapshot is specified, the target DB cluster is created from the source DB cluster restore point with the same configuration as the original source DB cluster, except that the new DB cluster is created with the default security group.
getRestoreType in interface CfnDBClusterPropspublic final String getSnapshotIdentifier()
CfnDBClusterProps
After you restore a DB cluster using a SnapshotIdentifier , you must specify the same SnapshotIdentifier for any future updates to the DB cluster. When you specify this property for an update, the DB cluster is not restored from the snapshot again, and the data in the database is not changed.
However, if you don't specify the SnapshotIdentifier , an empty DB cluster is created, and the original DB cluster is deleted. If you specify a property that is different from the previous snapshot restore property, the DB cluster is restored from the snapshot specified by the SnapshotIdentifier , and the original DB cluster is deleted.
getSnapshotIdentifier in interface CfnDBClusterPropspublic final String getSourceDbClusterIdentifier()
CfnDBClusterPropsIf a DB snapshot is specified, the target DB cluster is created from the source DB snapshot with a default configuration and default security group.
If a DB cluster snapshot is specified, the target DB cluster is created from the source DB cluster restore point with the same configuration as the original source DB cluster, except that the new DB cluster is created with the default security group.
getSourceDbClusterIdentifier in interface CfnDBClusterPropspublic final Object getStorageEncrypted()
CfnDBClusterProps
If you specify the DBClusterIdentifier , DBSnapshotIdentifier , or SourceDBInstanceIdentifier property, don't specify this property. The value is inherited from the cluster, snapshot, or source DB instance. If you specify the KmsKeyId property, you must enable encryption.
If you specify the KmsKeyId , you must enable encryption by setting StorageEncrypted to true.
getStorageEncrypted in interface CfnDBClusterPropspublic final List<CfnTag> getTags()
CfnDBClusterPropsgetTags in interface CfnDBClusterPropspublic final Object getUseLatestRestorableTime()
CfnDBClusterPropsIf a DB snapshot is specified, the target DB cluster is created from the source DB snapshot with a default configuration and default security group.
If a DB cluster snapshot is specified, the target DB cluster is created from the source DB cluster restore point with the same configuration as the original source DB cluster, except that the new DB cluster is created with the default security group.
getUseLatestRestorableTime in interface CfnDBClusterPropspublic final List<String> getVpcSecurityGroupIds()
CfnDBClusterPropsgetVpcSecurityGroupIds in interface CfnDBClusterProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.