@awboost/cfn-resource-types 0.1.115 → 0.1.116
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.
|
@@ -94,9 +94,6 @@ export type RDSDBInstanceProperties = {
|
|
|
94
94
|
* The AWS KMS key identifier for encryption of the replicated automated backups. The KMS key ID is the Amazon Resource Name (ARN) for the KMS encryption key in the destination AWS-Region, for example, ``arn:aws:kms:us-east-1:123456789012:key/AKIAIOSFODNN7EXAMPLE``.
|
|
95
95
|
*/
|
|
96
96
|
AutomaticBackupReplicationKmsKeyId?: string;
|
|
97
|
-
/**
|
|
98
|
-
* The destination region for the backup replication of the DB instance. For more info, see [Replicating automated backups to another Region](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReplicateBackups.html) in the *Amazon RDS User Guide*.
|
|
99
|
-
*/
|
|
100
97
|
AutomaticBackupReplicationRegion?: string;
|
|
101
98
|
/**
|
|
102
99
|
* The Availability Zone (AZ) where the database will be created. For information on AWS-Regions and Availability Zones, see [Regions and Availability Zones](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
@@ -858,7 +855,7 @@ export type MasterUserSecret = {
|
|
|
858
855
|
};
|
|
859
856
|
/**
|
|
860
857
|
* Type definition for `AWS::RDS::DBInstance.ProcessorFeature`.
|
|
861
|
-
* The ``ProcessorFeature`` property type specifies the processor features of a DB instance class
|
|
858
|
+
* The ``ProcessorFeature`` property type specifies the processor features of a DB instance class.
|
|
862
859
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbinstance-processorfeature.html}
|
|
863
860
|
*/
|
|
864
861
|
export type ProcessorFeature = {
|