public static final class CfnDBClusterProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDBClusterProps
CfnDBClusterProps
CfnDBClusterProps.Builder, CfnDBClusterProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.Object |
getAssociatedRoles()
Provides a list of the Amazon Identity and Access Management (IAM) roles that are associated with the DB cluster.
|
java.util.List<java.lang.String> |
getAvailabilityZones()
Provides the list of EC2 Availability Zones that instances in the DB cluster can be created in.
|
java.lang.Number |
getBackupRetentionPeriod()
Specifies the number of days for which automatic DB snapshots are retained.
|
java.lang.String |
getDbClusterIdentifier()
Contains a user-supplied DB cluster identifier.
|
java.lang.String |
getDbClusterParameterGroupName()
Provides the name of the DB cluster parameter group.
|
java.lang.String |
getDbSubnetGroupName()
Specifies information on the subnet group associated with the DB cluster, including the name, description, and subnets in the subnet group.
|
java.lang.Object |
getDeletionProtection()
Indicates whether or not the DB cluster has deletion protection enabled.
|
java.util.List<java.lang.String> |
getEnableCloudwatchLogsExports()
Specifies a list of log types that are enabled for export to CloudWatch Logs.
|
java.lang.String |
getEngineVersion()
Indicates the database engine version.
|
java.lang.Object |
getIamAuthEnabled()
True if mapping of Amazon Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.
|
java.lang.String |
getKmsKeyId()
If `StorageEncrypted` is true, the Amazon KMS key identifier for the encrypted DB cluster.
|
java.lang.Number |
getPort()
Specifies the port that the database engine is listening on.
|
java.lang.String |
getPreferredBackupWindow()
Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the `BackupRetentionPeriod` .
|
java.lang.String |
getPreferredMaintenanceWindow()
Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
|
java.lang.String |
getRestoreToTime()
Creates a new DB cluster from a DB snapshot or DB cluster snapshot.
|
java.lang.String |
getRestoreType()
Creates a new DB cluster from a DB snapshot or DB cluster snapshot.
|
java.lang.String |
getSnapshotIdentifier()
Specifies the identifier for a DB cluster snapshot.
|
java.lang.String |
getSourceDbClusterIdentifier()
Creates a new DB cluster from a DB snapshot or DB cluster snapshot.
|
java.lang.Object |
getStorageEncrypted()
Indicates whether the DB cluster is encrypted.
|
java.util.List<CfnTag> |
getTags()
The tags assigned to this cluster.
|
java.lang.Object |
getUseLatestRestorableTime()
Creates a new DB cluster from a DB snapshot or DB cluster snapshot.
|
java.util.List<java.lang.String> |
getVpcSecurityGroupIds()
Provides a list of VPC security groups that the DB cluster belongs to.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getAssociatedRoles()
CfnDBClusterProps
IAM 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 CfnDBClusterProps
public final java.util.List<java.lang.String> getAvailabilityZones()
CfnDBClusterProps
getAvailabilityZones
in interface CfnDBClusterProps
public final java.lang.Number getBackupRetentionPeriod()
CfnDBClusterProps
An update may require some interruption. See ModifyDBInstance in the Amazon Neptune User Guide for more information.
getBackupRetentionPeriod
in interface CfnDBClusterProps
public final java.lang.String getDbClusterIdentifier()
CfnDBClusterProps
This identifier is the unique key that identifies a DB cluster.
getDbClusterIdentifier
in interface CfnDBClusterProps
public final java.lang.String getDbClusterParameterGroupName()
CfnDBClusterProps
An update may require some interruption. See ModifyDBInstance in the Amazon Neptune User Guide for more information.
getDbClusterParameterGroupName
in interface CfnDBClusterProps
public final java.lang.String getDbSubnetGroupName()
CfnDBClusterProps
getDbSubnetGroupName
in interface CfnDBClusterProps
public final java.lang.Object getDeletionProtection()
CfnDBClusterProps
The database can't be deleted when deletion protection is enabled.
getDeletionProtection
in interface CfnDBClusterProps
public final java.util.List<java.lang.String> getEnableCloudwatchLogsExports()
CfnDBClusterProps
getEnableCloudwatchLogsExports
in interface CfnDBClusterProps
public final java.lang.String getEngineVersion()
CfnDBClusterProps
getEngineVersion
in interface CfnDBClusterProps
public final java.lang.Object getIamAuthEnabled()
CfnDBClusterProps
getIamAuthEnabled
in interface CfnDBClusterProps
public final java.lang.String getKmsKeyId()
CfnDBClusterProps
getKmsKeyId
in interface CfnDBClusterProps
public final java.lang.Number getPort()
CfnDBClusterProps
getPort
in interface CfnDBClusterProps
public final java.lang.String getPreferredBackupWindow()
CfnDBClusterProps
An update may require some interruption.
getPreferredBackupWindow
in interface CfnDBClusterProps
public final java.lang.String getPreferredMaintenanceWindow()
CfnDBClusterProps
getPreferredMaintenanceWindow
in interface CfnDBClusterProps
public final java.lang.String getRestoreToTime()
CfnDBClusterProps
If 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 CfnDBClusterProps
public final java.lang.String getRestoreType()
CfnDBClusterProps
If 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 CfnDBClusterProps
public final java.lang.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 CfnDBClusterProps
public final java.lang.String getSourceDbClusterIdentifier()
CfnDBClusterProps
If 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 CfnDBClusterProps
public final java.lang.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 CfnDBClusterProps
public final java.util.List<CfnTag> getTags()
CfnDBClusterProps
getTags
in interface CfnDBClusterProps
public final java.lang.Object getUseLatestRestorableTime()
CfnDBClusterProps
If 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 CfnDBClusterProps
public final java.util.List<java.lang.String> getVpcSecurityGroupIds()
CfnDBClusterProps
getVpcSecurityGroupIds
in interface CfnDBClusterProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()