@awboost/cfn-resource-types 0.1.250 → 0.1.251
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -368,7 +368,7 @@ export type RDSDBClusterProperties = {
|
|
|
368
368
|
/**
|
|
369
369
|
* The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
|
|
370
370
|
Format: ``ddd:hh24:mi-ddd:hh24:mi``
|
|
371
|
-
The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region, occurring on a random day of the week. To see the time blocks available, see [
|
|
371
|
+
The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region, occurring on a random day of the week. To see the time blocks available, see [Maintaining an Amazon Aurora DB cluster](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow.Aurora) in the *Amazon Aurora User Guide.*
|
|
372
372
|
Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.
|
|
373
373
|
Constraints: Minimum 30-minute window.
|
|
374
374
|
Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
|
@@ -267,7 +267,7 @@ export type RDSDBInstanceProperties = {
|
|
|
267
267
|
/**
|
|
268
268
|
* The name or Amazon Resource Name (ARN) of the DB snapshot that's used to restore the DB instance. If you're restoring from a shared manual DB snapshot, you must specify the ARN of the snapshot.
|
|
269
269
|
By specifying this property, you can create a DB instance from the specified DB snapshot. If the ``DBSnapshotIdentifier`` property is an empty string or the ``AWS::RDS::DBInstance`` declaration has no ``DBSnapshotIdentifier`` property, AWS CloudFormation creates a new database. If the property contains a value (other than an empty string), AWS CloudFormation creates a database from the specified snapshot. If a snapshot with the specified name doesn't exist, AWS CloudFormation can't create the database and it rolls back the stack.
|
|
270
|
-
Some DB instance properties aren't valid when you restore from a snapshot, such as the ``MasterUsername`` and ``MasterUserPassword`` properties
|
|
270
|
+
Some DB instance properties aren't valid when you restore from a snapshot, such as the ``MasterUsername`` and ``MasterUserPassword`` properties, and the point-in-time recovery properties ``RestoreTime`` and ``UseLatestRestorableTime``. For information about the properties that you can specify, see the [RestoreDBInstanceFromDBSnapshot](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_RestoreDBInstanceFromDBSnapshot.html) action in the *Amazon RDS API Reference*.
|
|
271
271
|
After you restore a DB instance with a ``DBSnapshotIdentifier`` property, you must specify the same ``DBSnapshotIdentifier`` property for any future updates to the DB instance. When you specify this property for an update, the DB instance is not restored from the DB snapshot again, and the data in the database is not changed. However, if you don't specify the ``DBSnapshotIdentifier`` property, an empty DB instance is created, and the original DB instance is deleted. If you specify a property that is different from the previous snapshot restore property, a new DB instance is restored from the specified ``DBSnapshotIdentifier`` property, and the original DB instance is deleted.
|
|
272
272
|
If you specify the ``DBSnapshotIdentifier`` property to restore a DB instance (as opposed to specifying it for DB instance updates), then don't specify the following properties:
|
|
273
273
|
+ ``CharacterSetName``
|
|
@@ -650,7 +650,7 @@ export type RDSDBInstanceProperties = {
|
|
|
650
650
|
/**
|
|
651
651
|
* The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
|
|
652
652
|
Format: ``ddd:hh24:mi-ddd:hh24:mi``
|
|
653
|
-
The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region, occurring on a random day of the week. To see the time blocks available, see [
|
|
653
|
+
The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region, occurring on a random day of the week. To see the time blocks available, see [Maintaining a DB instance](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow) in the *Amazon RDS User Guide.*
|
|
654
654
|
This property applies when AWS CloudFormation initially creates the DB instance. If you use AWS CloudFormation to update the DB instance, those updates are applied immediately.
|
|
655
655
|
Constraints: Minimum 30-minute window.
|
|
656
656
|
*/
|
|
@@ -736,7 +736,7 @@ export type RDSDBInstanceProperties = {
|
|
|
736
736
|
*/
|
|
737
737
|
StorageEncrypted?: boolean;
|
|
738
738
|
/**
|
|
739
|
-
* Specifies the storage throughput value for the DB instance. This setting applies only to the ``gp3`` storage type.
|
|
739
|
+
* Specifies the storage throughput value, in mebibyte per second (MiBps), for the DB instance. This setting applies only to the ``gp3`` storage type.
|
|
740
740
|
This setting doesn't apply to RDS Custom or Amazon Aurora.
|
|
741
741
|
*/
|
|
742
742
|
StorageThroughput?: number;
|