Property | Type | Description | |
---|---|---|---|
$allocatedStorage | integer | Specifies the allocated storage size specified in gigabytes. | |
$backupRetentionPeriod | integer | Specifies the number of days for which automatic DB Snapshots are retained | |
$characterSetName | string | If present, specifies the name of the character set that this instance is associated with | |
$dBClusterIdentifier | string | This is the unique key that identifies a DB Instance | |
$dBClusterParameterGroup | string | Specifies the name of the DB cluster parameter group for the DB cluster. | |
$dBSubnetGroup | string | Specifies information on the subnet group associated with the DB cluster, including the name, description, and subnets in the subnet group. | |
$databaseName | string | Contains the name of the initial database of this instance that was provided at create time, if one was specified when the DB Instance was created. This same name is returned for the life of the DB Instance. | |
$earliestRestorableTime | DateTime | Specifies the earliest time to which a database can be restored with point-in-time restore. | |
$endpoint | string | Specifies the connection endpoint for the primary instance of the DB cluster. | |
$engine | string | Provides the name of the database engine to be used for this DB Instance. | |
$engineVersion | string | Indicates the database engine version. | |
$hostedZoneId | string | Specifies the ID that Amazon Route 53 assigns when you create a hosted zone. | |
$kmsKeyId | string | If StorageEncrypted is true, the KMS key identifier for the encrypted DB cluster. | |
$latestRestorableTime | DateTime | Specifies the latest time to which a database can be restored with point-in-time restore | |
$masterUsername | string | Contains the master username for the DB Instance | |
$percentageProgress | string | Specifies the progress of the operation as a percentage. | |
$port | integer | Specifies the port that the database engine is listening on. | |
$preferredBackupWindow | string | Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod | |
$preferredMaintenanceWindow | string | Specifies the weekly time range (in UTC) during which system maintenance can occur | |
$status | string | Specifies the current state of this database | |
$storageEncrypted | boolean | Specifies whether the DB cluster is encrypted. |
Property | Type | Description | |
---|---|---|---|
$_properties | array | List of the public properties which is managed by magic getter and setters internally. |
Method | Description | |
---|---|---|
addTags ( array | Scalr\Service\Aws\Rds\DataType\TagsList $tagsList ) : array | Adds metadata tags to an Amazon RDS resource. | |
delete ( boolean $skipFinalSnapshot = null, string $finalDBSnapshotIdentifier = null ) : |
DeleteDBCluster action | |
describeTags ( ) : Scalr\Service\Aws\Rds\DataType\TagsList | Lists all tags on an Amazon RDS resource. | |
getModifyRequest ( ) : ModifyDBClusterRequestData | Creates and returns new ModifyDBClusterRequestData object for this DBCluster | |
modify ( ModifyDBClusterRequestData $request ) : |
ModifyDBCluster action | |
refresh ( ) : |
DescribeDBClusters action | |
removeTags ( array | |
Removes metadata tags from an Amazon RDS resource. |
Method | Description | |
---|---|---|
throwExceptionIfNotInitialized ( ) |
public delete ( boolean $skipFinalSnapshot = null, string $finalDBSnapshotIdentifier = null ) : |
||
$skipFinalSnapshot | boolean | optional Determines whether a final DB Snapshot is created before the DB Instance is deleted |
$finalDBSnapshotIdentifier | string | optional The DBSnapshotIdentifier of the new DBSnapshot created when SkipFinalSnapshot is set to false |
return | Returns created DBCluster |
public describeTags ( ) : Scalr\Service\Aws\Rds\DataType\TagsList | ||
return | Scalr\Service\Aws\Rds\DataType\TagsList |
public getModifyRequest ( ) : ModifyDBClusterRequestData | ||
return | ModifyDBClusterRequestData | Returns new ModifyDBClusterRequestData object for this DBCluster |
public modify ( ModifyDBClusterRequestData $request ) : |
||
$request | ModifyDBClusterRequestData | Modify DB Cluster request object |
return | Returns modified DBCluster |
public refresh ( ) : |
||
return | Return refreshed object |
public removeTags ( array | |
||
$tagsKeys | array | |
Array of tag keys to remove |
return | boolean |
protected array $_properties | ||
return | array |
public int $allocatedStorage | ||
return | integer |
public int $backupRetentionPeriod | ||
return | integer |
public string $characterSetName | ||
return | string |
public string $dBClusterIdentifier | ||
return | string |
public string $dBClusterParameterGroup | ||
return | string |
public string $dBSubnetGroup | ||
return | string |
public string $databaseName | ||
return | string |
public DateTime $earliestRestorableTime | ||
return | DateTime |
public string $endpoint | ||
return | string |
public string $engine | ||
return | string |
public string $engineVersion | ||
return | string |
public string $hostedZoneId | ||
return | string |
public string $kmsKeyId | ||
return | string |
public DateTime $latestRestorableTime | ||
return | DateTime |
public string $masterUsername | ||
return | string |
public string $percentageProgress | ||
return | string |
public int $port | ||
return | integer |
public string $preferredBackupWindow | ||
return | string |
public string $preferredMaintenanceWindow | ||
return | string |
public string $status | ||
return | string |
public bool $storageEncrypted | ||
return | boolean |