@horietakehiro/aws-cdk-utul 0.40.2 → 0.40.3
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.
- package/lib/typed-resource.d.ts +6 -3
- package/lib/typed-resource.js +1 -31
- package/lib/types/cfn-resource-types/aws-aiops-investigationgroup.d.ts +7 -0
- package/lib/types/cfn-resource-types/aws-aiops-investigationgroup.js +1 -1
- package/lib/types/cfn-resource-types/aws-b2bi-partnership.d.ts +29 -0
- package/lib/types/cfn-resource-types/aws-b2bi-partnership.js +1 -1
- package/lib/types/cfn-resource-types/aws-b2bi-transformer.d.ts +11 -0
- package/lib/types/cfn-resource-types/aws-b2bi-transformer.js +1 -1
- package/lib/types/cfn-resource-types/aws-ec2-trafficmirrorfilterrule.d.ts +56 -4
- package/lib/types/cfn-resource-types/aws-ec2-trafficmirrorfilterrule.js +1 -1
- package/lib/types/cfn-resource-types/aws-ecs-taskdefinition.d.ts +2 -2
- package/lib/types/cfn-resource-types/aws-ecs-taskdefinition.js +1 -1
- package/lib/types/cfn-resource-types/aws-emrserverless-application.d.ts +10 -0
- package/lib/types/cfn-resource-types/aws-emrserverless-application.js +1 -1
- package/lib/types/cfn-resource-types/aws-fsx-s3accesspointattachment.d.ts +39 -0
- package/lib/types/cfn-resource-types/aws-fsx-s3accesspointattachment.js +3 -0
- package/lib/types/cfn-resource-types/aws-gamelift-containerfleet.d.ts +4 -0
- package/lib/types/cfn-resource-types/aws-gamelift-containerfleet.js +1 -1
- package/lib/types/cfn-resource-types/aws-gamelift-fleet.d.ts +2 -2
- package/lib/types/cfn-resource-types/aws-gamelift-fleet.js +1 -1
- package/lib/types/cfn-resource-types/aws-kms-key.d.ts +9 -2
- package/lib/types/cfn-resource-types/aws-kms-key.js +1 -1
- package/lib/types/cfn-resource-types/aws-lex-bot.d.ts +31 -9
- package/lib/types/cfn-resource-types/aws-lex-bot.js +1 -1
- package/lib/types/cfn-resource-types/aws-mediatailor-playbackconfiguration.d.ts +4 -0
- package/lib/types/cfn-resource-types/aws-mediatailor-playbackconfiguration.js +1 -1
- package/lib/types/cfn-resource-types/aws-neptune-dbinstance.d.ts +67 -10
- package/lib/types/cfn-resource-types/aws-neptune-dbinstance.js +1 -1
- package/lib/types/cfn-resource-types/aws-networkmanager-vpcattachment.d.ts +62 -54
- package/lib/types/cfn-resource-types/aws-networkmanager-vpcattachment.js +1 -1
- package/lib/types/cfn-resource-types/aws-rds-dbinstance.d.ts +552 -552
- package/lib/types/cfn-resource-types/aws-rds-dbinstance.js +1 -1
- package/lib/types/cfn-resource-types/aws-workspacesinstances-volume.d.ts +64 -0
- package/lib/types/cfn-resource-types/aws-workspacesinstances-volume.js +3 -0
- package/lib/types/cfn-resource-types/aws-workspacesinstances-volumeassociation.d.ts +21 -0
- package/lib/types/cfn-resource-types/aws-workspacesinstances-volumeassociation.js +3 -0
- package/lib/types/cfn-resource-types/aws-workspacesinstances-workspaceinstance.d.ts +119 -0
- package/lib/types/cfn-resource-types/aws-workspacesinstances-workspaceinstance.js +3 -0
- package/lib/types/cfn-resource-types.d.ts +8 -0
- package/lib/types/cfn-resource-types.js +27 -19
- package/package.json +1 -1
|
@@ -23,373 +23,91 @@
|
|
|
23
23
|
*/
|
|
24
24
|
export interface _AWS_RDS_DBINSTANCE {
|
|
25
25
|
/**
|
|
26
|
-
* The
|
|
27
|
-
*
|
|
28
|
-
* *Amazon Aurora*
|
|
29
|
-
* Not applicable. Aurora cluster volumes automatically grow as the amount of data in your database increases, though you are only charged for the space that you use in an Aurora cluster volume.
|
|
30
|
-
* *Db2*
|
|
31
|
-
* Constraints to the amount of storage for each storage type are the following:
|
|
32
|
-
* + General Purpose (SSD) storage (gp3): Must be an integer from 20 to 64000.
|
|
33
|
-
* + Provisioned IOPS storage (io1): Must be an integer from 100 to 64000.
|
|
34
|
-
*
|
|
35
|
-
* *MySQL*
|
|
36
|
-
* Constraints to the amount of storage for each storage type are the following:
|
|
37
|
-
* + General Purpose (SSD) storage (gp2): Must be an integer from 20 to 65536.
|
|
38
|
-
* + Provisioned IOPS storage (io1): Must be an integer from 100 to 65536.
|
|
39
|
-
* + Magnetic storage (standard): Must be an integer from 5 to 3072.
|
|
40
|
-
*
|
|
41
|
-
* *MariaDB*
|
|
42
|
-
* Constraints to the amount of storage for each storage type are the following:
|
|
43
|
-
* + General Purpose (SSD) storage (gp2): Must be an integer from 20 to 65536.
|
|
44
|
-
* + Provisioned IOPS storage (io1): Must be an integer from 100 to 65536.
|
|
45
|
-
* + Magnetic storage (standard): Must be an integer from 5 to 3072.
|
|
46
|
-
*
|
|
47
|
-
* *PostgreSQL*
|
|
48
|
-
* Constraints to the amount of storage for each storage type are the following:
|
|
49
|
-
* + General Purpose (SSD) storage (gp2): Must be an integer from 20 to 65536.
|
|
50
|
-
* + Provisioned IOPS storage (io1): Must be an integer from 100 to 65536.
|
|
51
|
-
* + Magnetic storage (standard): Must be an integer from 5 to 3072.
|
|
52
|
-
*
|
|
53
|
-
* *Oracle*
|
|
54
|
-
* Constraints to the amount of storage for each storage type are the following:
|
|
55
|
-
* + General Purpose (SSD) storage (gp2): Must be an integer from 20 to 65536.
|
|
56
|
-
* + Provisioned IOPS storage (io1): Must be an integer from 100 to 65536.
|
|
57
|
-
* + Magnetic storage (standard): Must be an integer from 10 to 3072.
|
|
58
|
-
*
|
|
59
|
-
* *SQL Server*
|
|
60
|
-
* Constraints to the amount of storage for each storage type are the following:
|
|
61
|
-
* + General Purpose (SSD) storage (gp2):
|
|
62
|
-
* + Enterprise and Standard editions: Must be an integer from 20 to 16384.
|
|
63
|
-
* + Web and Express editions: Must be an integer from 20 to 16384.
|
|
64
|
-
*
|
|
65
|
-
* + Provisioned IOPS storage (io1):
|
|
66
|
-
* + Enterprise and Standard editions: Must be an integer from 20 to 16384.
|
|
67
|
-
* + Web and Express editions: Must be an integer from 20 to 16384.
|
|
68
|
-
*
|
|
69
|
-
* + Magnetic storage (standard):
|
|
70
|
-
* + Enterprise and Standard editions: Must be an integer from 20 to 1024.
|
|
71
|
-
* + Web and Express editions: Must be an integer from 20 to 1024.
|
|
72
|
-
*/
|
|
73
|
-
AllocatedStorage?: string;
|
|
74
|
-
/**
|
|
75
|
-
* A value that indicates whether major version upgrades are allowed. Changing this parameter doesn't result in an outage and the change is asynchronously applied as soon as possible.
|
|
76
|
-
* Constraints: Major version upgrades must be allowed when specifying a value for the ``EngineVersion`` parameter that is a different major version than the DB instance's current version.
|
|
26
|
+
* The mode of Database Insights to enable for the DB instance.
|
|
27
|
+
* Aurora DB instances inherit this value from the DB cluster, so you can't change this value.
|
|
77
28
|
*/
|
|
78
|
-
|
|
29
|
+
DatabaseInsightsMode?: string;
|
|
79
30
|
/**
|
|
80
|
-
*
|
|
31
|
+
* A value that indicates whether the DB instance is encrypted. By default, it isn't encrypted.
|
|
32
|
+
* If you specify the ``KmsKeyId`` property, then you must enable encryption.
|
|
33
|
+
* If you specify the ``SourceDBInstanceIdentifier`` or ``SourceDbiResourceId`` property, don't specify this property. The value is inherited from the source DB instance, and if the DB instance is encrypted, the specified ``KmsKeyId`` property is used.
|
|
34
|
+
* If you specify the ``SourceDBInstanceAutomatedBackupsArn`` property, don't specify this property. The value is inherited from the source DB instance automated backup.
|
|
35
|
+
* If you specify ``DBSnapshotIdentifier`` property, don't specify this property. The value is inherited from the snapshot.
|
|
81
36
|
* *Amazon Aurora*
|
|
82
|
-
* Not applicable. The
|
|
83
|
-
*/
|
|
84
|
-
AssociatedRoles?: DBInstanceRole[];
|
|
85
|
-
/**
|
|
86
|
-
* A value that indicates whether minor engine upgrades are applied automatically to the DB instance during the maintenance window. By default, minor engine upgrades are applied automatically.
|
|
87
|
-
*/
|
|
88
|
-
AutoMinorVersionUpgrade?: boolean;
|
|
89
|
-
/**
|
|
90
|
-
* The AWS-Region associated with the automated backup.
|
|
91
|
-
*/
|
|
92
|
-
AutomaticBackupReplicationRegion?: string;
|
|
93
|
-
/**
|
|
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
|
-
*/
|
|
96
|
-
AutomaticBackupReplicationKmsKeyId?: string;
|
|
97
|
-
/**
|
|
98
|
-
* The retention period for automated backups in a different AWS Region. Use this parameter to set a unique retention period that only applies to cross-Region automated backups. To enable automated backups in a different Region, specify a positive value for the ``AutomaticBackupReplicationRegion`` parameter.
|
|
99
|
-
* If not specified, this parameter defaults to the value of the ``BackupRetentionPeriod`` parameter. The maximum allowed value is 35.
|
|
100
|
-
*/
|
|
101
|
-
AutomaticBackupReplicationRetentionPeriod?: number;
|
|
102
|
-
/**
|
|
103
|
-
* 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).
|
|
104
|
-
* For Amazon Aurora, each Aurora DB cluster hosts copies of its storage in three separate Availability Zones. Specify one of these Availability Zones. Aurora automatically chooses an appropriate Availability Zone if you don't specify one.
|
|
105
|
-
* Default: A random, system-chosen Availability Zone in the endpoint's AWS-Region.
|
|
106
|
-
* Constraints:
|
|
107
|
-
* + The ``AvailabilityZone`` parameter can't be specified if the DB instance is a Multi-AZ deployment.
|
|
108
|
-
* + The specified Availability Zone must be in the same AWS-Region as the current endpoint.
|
|
109
|
-
*
|
|
110
|
-
* Example: ``us-east-1d``
|
|
37
|
+
* Not applicable. The encryption for DB instances is managed by the DB cluster.
|
|
111
38
|
*/
|
|
112
|
-
|
|
39
|
+
StorageEncrypted?: boolean;
|
|
113
40
|
/**
|
|
114
|
-
* The
|
|
115
|
-
* *Amazon Aurora*
|
|
116
|
-
* Not applicable. The retention period for automated backups is managed by the DB cluster.
|
|
117
|
-
* Default: 1
|
|
118
|
-
* Constraints:
|
|
119
|
-
* + Must be a value from 0 to 35
|
|
120
|
-
* + Can't be set to 0 if the DB instance is a source to read replicas
|
|
41
|
+
* The time zone of the DB instance. The time zone parameter is currently supported only by [RDS for Db2](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-time-zone) and [RDS for SQL Server](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.TimeZone).
|
|
121
42
|
*/
|
|
122
|
-
|
|
43
|
+
Timezone?: string;
|
|
123
44
|
/**
|
|
124
|
-
* The identifier of the
|
|
125
|
-
* For more information, see [Using SSL/TLS to encrypt a connection to a DB instance](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html) in the *Amazon RDS User Guide* and [Using SSL/TLS to encrypt a connection to a DB cluster](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html) in the *Amazon Aurora User Guide*.
|
|
45
|
+
* The Oracle system identifier (SID), which is the name of the Oracle database instance that manages your database files. In this context, the term "Oracle database instance" refers exclusively to the system global area (SGA) and Oracle background processes. If you don't specify a SID, the value defaults to ``RDSCDB``. The Oracle SID is also the name of your CDB.
|
|
126
46
|
*/
|
|
127
|
-
|
|
47
|
+
DBSystemId?: string;
|
|
128
48
|
CertificateDetails?: CertificateDetails;
|
|
129
49
|
/**
|
|
130
|
-
*
|
|
131
|
-
*
|
|
132
|
-
*
|
|
133
|
-
*
|
|
134
|
-
* +
|
|
135
|
-
* +
|
|
50
|
+
* The port number on which the database accepts connections.
|
|
51
|
+
* This setting doesn't apply to Aurora DB instances. The port number is managed by the cluster.
|
|
52
|
+
* Valid Values: ``1150-65535``
|
|
53
|
+
* Default:
|
|
54
|
+
* + RDS for Db2 - ``50000``
|
|
55
|
+
* + RDS for MariaDB - ``3306``
|
|
56
|
+
* + RDS for Microsoft SQL Server - ``1433``
|
|
57
|
+
* + RDS for MySQL - ``3306``
|
|
58
|
+
* + RDS for Oracle - ``1521``
|
|
59
|
+
* + RDS for PostgreSQL - ``5432``
|
|
136
60
|
*
|
|
137
|
-
* This setting doesn't apply to RDS Custom DB instances.
|
|
138
|
-
*/
|
|
139
|
-
CertificateRotationRestart?: boolean;
|
|
140
|
-
/**
|
|
141
|
-
* For supported engines, indicates that the DB instance should be associated with the specified character set.
|
|
142
|
-
* *Amazon Aurora*
|
|
143
|
-
* Not applicable. The character set is managed by the DB cluster. For more information, see [AWS::RDS::DBCluster](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html).
|
|
144
|
-
*/
|
|
145
|
-
CharacterSetName?: string;
|
|
146
|
-
/**
|
|
147
|
-
* Specifies whether to copy tags from the DB instance to snapshots of the DB instance. By default, tags are not copied.
|
|
148
|
-
* This setting doesn't apply to Amazon Aurora DB instances. Copying tags to snapshots is managed by the DB cluster. Setting this value for an Aurora DB instance has no effect on the DB cluster setting.
|
|
149
|
-
*/
|
|
150
|
-
CopyTagsToSnapshot?: boolean;
|
|
151
|
-
/**
|
|
152
|
-
* The instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance.
|
|
153
|
-
* This setting is required for RDS Custom.
|
|
154
61
|
* Constraints:
|
|
155
|
-
* +
|
|
156
|
-
* + The profile must have an IAM role that Amazon EC2 has permissions to assume.
|
|
157
|
-
* + The instance profile name and the associated IAM role name must start with the prefix ``AWSRDSCustom``.
|
|
158
|
-
*
|
|
159
|
-
* For the list of permissions required for the IAM role, see [Configure IAM and your VPC](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-setup-orcl.html#custom-setup-orcl.iam-vpc) in the *Amazon RDS User Guide*.
|
|
160
|
-
*/
|
|
161
|
-
CustomIAMInstanceProfile?: string;
|
|
162
|
-
/**
|
|
163
|
-
* The mode of Database Insights to enable for the DB instance.
|
|
164
|
-
* Aurora DB instances inherit this value from the DB cluster, so you can't change this value.
|
|
62
|
+
* + For RDS for Microsoft SQL Server, the value can't be ``1234``, ``1434``, ``3260``, ``3343``, ``3389``, ``47001``, or ``49152-49156``.
|
|
165
63
|
*/
|
|
166
|
-
|
|
64
|
+
Port?: string;
|
|
167
65
|
/**
|
|
168
66
|
* The identifier of the DB cluster that this DB instance will belong to.
|
|
169
67
|
* This setting doesn't apply to RDS Custom DB instances.
|
|
170
68
|
*/
|
|
171
69
|
DBClusterIdentifier?: string;
|
|
172
70
|
/**
|
|
173
|
-
*
|
|
174
|
-
*
|
|
175
|
-
* Constraints:
|
|
176
|
-
* + Must match the identifier of an existing Multi-AZ DB cluster snapshot.
|
|
177
|
-
* + Can't be specified when ``DBSnapshotIdentifier`` is specified.
|
|
178
|
-
* + Must be specified when ``DBSnapshotIdentifier`` isn't specified.
|
|
179
|
-
* + If you are restoring from a shared manual Multi-AZ DB cluster snapshot, the ``DBClusterSnapshotIdentifier`` must be the ARN of the shared snapshot.
|
|
180
|
-
* + Can't be the identifier of an Aurora DB cluster snapshot.
|
|
181
|
-
*/
|
|
182
|
-
DBClusterSnapshotIdentifier?: string;
|
|
183
|
-
DBInstanceArn?: string;
|
|
184
|
-
/**
|
|
185
|
-
* The compute and memory capacity of the DB instance, for example ``db.m5.large``. Not all DB instance classes are available in all AWS-Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see [DB instance classes](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html) in the *Amazon RDS User Guide* or [Aurora DB instance classes](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.DBInstanceClass.html) in the *Amazon Aurora User Guide*.
|
|
71
|
+
* Specifies the storage throughput value, in mebibyte per second (MiBps), for the DB instance. This setting applies only to the ``gp3`` storage type.
|
|
72
|
+
* This setting doesn't apply to RDS Custom or Amazon Aurora.
|
|
186
73
|
*/
|
|
187
|
-
|
|
74
|
+
StorageThroughput?: number;
|
|
188
75
|
/**
|
|
189
|
-
*
|
|
190
|
-
*
|
|
191
|
-
* If you specify a name, you can't perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.
|
|
76
|
+
* The retention period for automated backups in a different AWS Region. Use this parameter to set a unique retention period that only applies to cross-Region automated backups. To enable automated backups in a different Region, specify a positive value for the ``AutomaticBackupReplicationRegion`` parameter.
|
|
77
|
+
* If not specified, this parameter defaults to the value of the ``BackupRetentionPeriod`` parameter. The maximum allowed value is 35.
|
|
192
78
|
*/
|
|
193
|
-
|
|
79
|
+
AutomaticBackupReplicationRetentionPeriod?: number;
|
|
194
80
|
DbiResourceId?: string;
|
|
195
81
|
/**
|
|
196
|
-
* The
|
|
197
|
-
*
|
|
198
|
-
*
|
|
199
|
-
*
|
|
200
|
-
*
|
|
201
|
-
* The name of the database to create when the DB instance is created. If this parameter isn't specified, no database is created in the DB instance.
|
|
202
|
-
* Constraints:
|
|
203
|
-
* + Must contain 1 to 64 letters or numbers.
|
|
204
|
-
* + Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9).
|
|
205
|
-
* + Can't be a word reserved by the specified database engine.
|
|
206
|
-
*
|
|
207
|
-
* *MySQL*
|
|
208
|
-
* The name of the database to create when the DB instance is created. If this parameter is not specified, no database is created in the DB instance.
|
|
209
|
-
* Constraints:
|
|
210
|
-
* + Must contain 1 to 64 letters or numbers.
|
|
211
|
-
* + Can't be a word reserved by the specified database engine
|
|
212
|
-
*
|
|
213
|
-
* *MariaDB*
|
|
214
|
-
* The name of the database to create when the DB instance is created. If this parameter is not specified, no database is created in the DB instance.
|
|
215
|
-
* Constraints:
|
|
216
|
-
* + Must contain 1 to 64 letters or numbers.
|
|
217
|
-
* + Can't be a word reserved by the specified database engine
|
|
218
|
-
*
|
|
219
|
-
* *PostgreSQL*
|
|
220
|
-
* The name of the database to create when the DB instance is created. If this parameter is not specified, the default ``postgres`` database is created in the DB instance.
|
|
221
|
-
* Constraints:
|
|
222
|
-
* + Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9).
|
|
223
|
-
* + Must contain 1 to 63 characters.
|
|
224
|
-
* + Can't be a word reserved by the specified database engine
|
|
225
|
-
*
|
|
226
|
-
* *Oracle*
|
|
227
|
-
* The Oracle System ID (SID) of the created DB instance. If you specify ``null``, the default value ``ORCL`` is used. You can't specify the string NULL, or any other reserved word, for ``DBName``.
|
|
228
|
-
* Default: ``ORCL``
|
|
229
|
-
* Constraints:
|
|
230
|
-
* + Can't be longer than 8 characters
|
|
231
|
-
*
|
|
232
|
-
* *SQL Server*
|
|
233
|
-
* Not applicable. Must be null.
|
|
234
|
-
*/
|
|
235
|
-
DBName?: string;
|
|
236
|
-
/**
|
|
237
|
-
* The name of an existing DB parameter group or a reference to an [AWS::RDS::DBParameterGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html) resource created in the template.
|
|
238
|
-
* To list all of the available DB parameter group names, use the following command:
|
|
239
|
-
* ``aws rds describe-db-parameter-groups --query "DBParameterGroups[].DBParameterGroupName" --output text``
|
|
240
|
-
* If any of the data members of the referenced parameter group are changed during an update, the DB instance might need to be restarted, which causes some interruption. If the parameter group contains static parameters, whether they were changed or not, an update triggers a reboot.
|
|
241
|
-
* If you don't specify a value for ``DBParameterGroupName`` property, the default DB parameter group for the specified engine and engine version is used.
|
|
242
|
-
*/
|
|
243
|
-
DBParameterGroupName?: string;
|
|
244
|
-
/**
|
|
245
|
-
* A list of the DB security groups to assign to the DB instance. The list can include both the name of existing DB security groups or references to AWS::RDS::DBSecurityGroup resources created in the template.
|
|
246
|
-
* If you set DBSecurityGroups, you must not set VPCSecurityGroups, and vice versa. Also, note that the DBSecurityGroups property exists only for backwards compatibility with older regions and is no longer recommended for providing security information to an RDS DB instance. Instead, use VPCSecurityGroups.
|
|
247
|
-
* If you specify this property, AWS CloudFormation sends only the following properties (if specified) to Amazon RDS during create operations:
|
|
248
|
-
* + ``AllocatedStorage``
|
|
249
|
-
* + ``AutoMinorVersionUpgrade``
|
|
250
|
-
* + ``AvailabilityZone``
|
|
251
|
-
* + ``BackupRetentionPeriod``
|
|
252
|
-
* + ``CharacterSetName``
|
|
253
|
-
* + ``DBInstanceClass``
|
|
254
|
-
* + ``DBName``
|
|
255
|
-
* + ``DBParameterGroupName``
|
|
256
|
-
* + ``DBSecurityGroups``
|
|
257
|
-
* + ``DBSubnetGroupName``
|
|
258
|
-
* + ``Engine``
|
|
259
|
-
* + ``EngineVersion``
|
|
260
|
-
* + ``Iops``
|
|
261
|
-
* + ``LicenseModel``
|
|
262
|
-
* + ``MasterUsername``
|
|
263
|
-
* + ``MasterUserPassword``
|
|
264
|
-
* + ``MultiAZ``
|
|
265
|
-
* + ``OptionGroupName``
|
|
266
|
-
* + ``PreferredBackupWindow``
|
|
267
|
-
* + ``PreferredMaintenanceWindow``
|
|
268
|
-
*
|
|
269
|
-
* All other properties are ignored. Specify a virtual private cloud (VPC) security group if you want to submit other properties, such as ``StorageType``, ``StorageEncrypted``, or ``KmsKeyId``. If you're already using the ``DBSecurityGroups`` property, you can't use these other properties by updating your DB instance to use a VPC security group. You must recreate the DB instance.
|
|
270
|
-
*/
|
|
271
|
-
DBSecurityGroups?: string[];
|
|
272
|
-
/**
|
|
273
|
-
* 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.
|
|
274
|
-
* 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.
|
|
275
|
-
* 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*.
|
|
276
|
-
* 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.
|
|
277
|
-
* 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:
|
|
278
|
-
* + ``CharacterSetName``
|
|
279
|
-
* + ``DBClusterIdentifier``
|
|
280
|
-
* + ``DBName``
|
|
281
|
-
* + ``KmsKeyId``
|
|
282
|
-
* + ``MasterUsername``
|
|
283
|
-
* + ``MasterUserPassword``
|
|
284
|
-
* + ``PromotionTier``
|
|
285
|
-
* + ``SourceDBInstanceIdentifier``
|
|
286
|
-
* + ``SourceRegion``
|
|
287
|
-
* + ``StorageEncrypted`` (for an unencrypted snapshot)
|
|
288
|
-
* + ``Timezone``
|
|
289
|
-
*
|
|
290
|
-
* *Amazon Aurora*
|
|
291
|
-
* Not applicable. Snapshot restore is managed by the DB cluster.
|
|
292
|
-
*/
|
|
293
|
-
DBSnapshotIdentifier?: string;
|
|
294
|
-
/**
|
|
295
|
-
* A DB subnet group to associate with the DB instance. If you update this value, the new subnet group must be a subnet group in a new VPC.
|
|
296
|
-
* If you don't specify a DB subnet group, RDS uses the default DB subnet group if one exists. If a default DB subnet group does not exist, and you don't specify a ``DBSubnetGroupName``, the DB instance fails to launch.
|
|
297
|
-
* For more information about using Amazon RDS in a VPC, see [Amazon VPC and Amazon RDS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.html) in the *Amazon RDS User Guide*.
|
|
298
|
-
* This setting doesn't apply to Amazon Aurora DB instances. The DB subnet group is managed by the DB cluster. If specified, the setting must match the DB cluster setting.
|
|
299
|
-
*/
|
|
300
|
-
DBSubnetGroupName?: string;
|
|
301
|
-
/**
|
|
302
|
-
* The Oracle system identifier (SID), which is the name of the Oracle database instance that manages your database files. In this context, the term "Oracle database instance" refers exclusively to the system global area (SGA) and Oracle background processes. If you don't specify a SID, the value defaults to ``RDSCDB``. The Oracle SID is also the name of your CDB.
|
|
303
|
-
*/
|
|
304
|
-
DBSystemId?: string;
|
|
305
|
-
/**
|
|
306
|
-
* Indicates whether the DB instance has a dedicated log volume (DLV) enabled.
|
|
307
|
-
*/
|
|
308
|
-
DedicatedLogVolume?: boolean;
|
|
309
|
-
/**
|
|
310
|
-
* A value that indicates whether to remove automated backups immediately after the DB instance is deleted. This parameter isn't case-sensitive. The default is to remove automated backups immediately after the DB instance is deleted.
|
|
311
|
-
* *Amazon Aurora*
|
|
312
|
-
* Not applicable. When you delete a DB cluster, all automated backups for that DB cluster are deleted and can't be recovered. Manual DB cluster snapshots of the DB cluster are not deleted.
|
|
313
|
-
*/
|
|
314
|
-
DeleteAutomatedBackups?: boolean;
|
|
315
|
-
/**
|
|
316
|
-
* Specifies whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled. For more information, see [Deleting a DB Instance](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html).
|
|
317
|
-
* This setting doesn't apply to Amazon Aurora DB instances. You can enable or disable deletion protection for the DB cluster. For more information, see ``CreateDBCluster``. DB instances in a DB cluster can be deleted even when deletion protection is enabled for the DB cluster.
|
|
318
|
-
*/
|
|
319
|
-
DeletionProtection?: boolean;
|
|
320
|
-
/**
|
|
321
|
-
* The Active Directory directory ID to create the DB instance in. Currently, only Db2, MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances can be created in an Active Directory Domain.
|
|
322
|
-
* For more information, see [Kerberos Authentication](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/kerberos-authentication.html) in the *Amazon RDS User Guide*.
|
|
323
|
-
*/
|
|
324
|
-
Domain?: string;
|
|
325
|
-
/**
|
|
326
|
-
* The ARN for the Secrets Manager secret with the credentials for the user joining the domain.
|
|
327
|
-
* Example: ``arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456``
|
|
328
|
-
*/
|
|
329
|
-
DomainAuthSecretArn?: string;
|
|
330
|
-
/**
|
|
331
|
-
* The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers.
|
|
332
|
-
* Constraints:
|
|
333
|
-
* + Two IP addresses must be provided. If there isn't a secondary domain controller, use the IP address of the primary domain controller for both entries in the list.
|
|
334
|
-
*
|
|
335
|
-
* Example: ``123.124.125.126,234.235.236.237``
|
|
336
|
-
*/
|
|
337
|
-
DomainDnsIps?: string[];
|
|
338
|
-
/**
|
|
339
|
-
* The fully qualified domain name (FQDN) of an Active Directory domain.
|
|
340
|
-
* Constraints:
|
|
341
|
-
* + Can't be longer than 64 characters.
|
|
342
|
-
*
|
|
343
|
-
* Example: ``mymanagedADtest.mymanagedAD.mydomain``
|
|
344
|
-
*/
|
|
345
|
-
DomainFqdn?: string;
|
|
346
|
-
/**
|
|
347
|
-
* The name of the IAM role to use when making API calls to the Directory Service.
|
|
348
|
-
* This setting doesn't apply to the following DB instances:
|
|
349
|
-
* + Amazon Aurora (The domain is managed by the DB cluster.)
|
|
350
|
-
* + RDS Custom
|
|
351
|
-
*/
|
|
352
|
-
DomainIAMRoleName?: string;
|
|
353
|
-
/**
|
|
354
|
-
* The Active Directory organizational unit for your DB instance to join.
|
|
355
|
-
* Constraints:
|
|
356
|
-
* + Must be in the distinguished name format.
|
|
357
|
-
* + Can't be longer than 64 characters.
|
|
358
|
-
*
|
|
359
|
-
* Example: ``OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain``
|
|
82
|
+
* The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance. To disable collection of Enhanced Monitoring metrics, specify ``0``.
|
|
83
|
+
* If ``MonitoringRoleArn`` is specified, then you must set ``MonitoringInterval`` to a value other than ``0``.
|
|
84
|
+
* This setting doesn't apply to RDS Custom DB instances.
|
|
85
|
+
* Valid Values: ``0 | 1 | 5 | 10 | 15 | 30 | 60``
|
|
86
|
+
* Default: ``0``
|
|
360
87
|
*/
|
|
361
|
-
|
|
88
|
+
MonitoringInterval?: number;
|
|
362
89
|
/**
|
|
363
|
-
* The
|
|
364
|
-
*
|
|
365
|
-
*
|
|
366
|
-
*
|
|
367
|
-
*
|
|
368
|
-
* *MariaDB*
|
|
369
|
-
* Valid values: ``audit``, ``error``, ``general``, ``slowquery``
|
|
370
|
-
* *Microsoft SQL Server*
|
|
371
|
-
* Valid values: ``agent``, ``error``
|
|
372
|
-
* *MySQL*
|
|
373
|
-
* Valid values: ``audit``, ``error``, ``general``, ``slowquery``
|
|
374
|
-
* *Oracle*
|
|
375
|
-
* Valid values: ``alert``, ``audit``, ``listener``, ``trace``, ``oemagent``
|
|
376
|
-
* *PostgreSQL*
|
|
377
|
-
* Valid values: ``postgresql``, ``upgrade``
|
|
90
|
+
* The name of an existing DB parameter group or a reference to an [AWS::RDS::DBParameterGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html) resource created in the template.
|
|
91
|
+
* To list all of the available DB parameter group names, use the following command:
|
|
92
|
+
* ``aws rds describe-db-parameter-groups --query "DBParameterGroups[].DBParameterGroupName" --output text``
|
|
93
|
+
* If any of the data members of the referenced parameter group are changed during an update, the DB instance might need to be restarted, which causes some interruption. If the parameter group contains static parameters, whether they were changed or not, an update triggers a reboot.
|
|
94
|
+
* If you don't specify a value for ``DBParameterGroupName`` property, the default DB parameter group for the specified engine and engine version is used.
|
|
378
95
|
*/
|
|
379
|
-
|
|
96
|
+
DBParameterGroupName?: string;
|
|
97
|
+
DBInstanceArn?: string;
|
|
98
|
+
Endpoint?: Endpoint;
|
|
99
|
+
TdeCredentialArn?: string;
|
|
380
100
|
/**
|
|
381
|
-
*
|
|
382
|
-
* This property is supported for RDS for MariaDB, RDS for MySQL, and RDS for PostgreSQL. For more information, see [IAM Database Authentication for MariaDB, MySQL, and PostgreSQL](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html) in the *Amazon RDS User Guide.*
|
|
383
|
-
* *Amazon Aurora*
|
|
384
|
-
* Not applicable. Mapping AWS IAM accounts to database accounts is managed by the DB cluster.
|
|
101
|
+
* 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``.
|
|
385
102
|
*/
|
|
386
|
-
|
|
103
|
+
AutomaticBackupReplicationKmsKeyId?: string;
|
|
387
104
|
/**
|
|
388
|
-
* Specifies whether
|
|
389
|
-
* This setting doesn't apply to
|
|
105
|
+
* Specifies whether the DB instance is a Multi-AZ deployment. You can't set the ``AvailabilityZone`` parameter if the DB instance is a Multi-AZ deployment.
|
|
106
|
+
* This setting doesn't apply to the following DB instances:
|
|
107
|
+
* + Amazon Aurora (DB instance Availability Zones (AZs) are managed by the DB cluster.)
|
|
108
|
+
* + RDS Custom
|
|
390
109
|
*/
|
|
391
|
-
|
|
392
|
-
Endpoint?: Endpoint;
|
|
110
|
+
MultiAZ?: boolean;
|
|
393
111
|
/**
|
|
394
112
|
* The name of the database engine to use for this DB instance. Not every database engine is available in every AWS Region.
|
|
395
113
|
* This property is required when creating a DB instance.
|
|
@@ -418,14 +136,30 @@ export interface _AWS_RDS_DBINSTANCE {
|
|
|
418
136
|
*/
|
|
419
137
|
Engine?: string;
|
|
420
138
|
/**
|
|
421
|
-
*
|
|
422
|
-
* By default, this value is set to ``open-source-rds-extended-support``, which enrolls your DB instance into Amazon RDS Extended Support. At the end of standard support, you can avoid charges for Extended Support by setting the value to ``open-source-rds-extended-support-disabled``. In this case, creating the DB instance will fail if the DB major version is past its end of standard support date.
|
|
423
|
-
* This setting applies only to RDS for MySQL and RDS for PostgreSQL. For Amazon Aurora DB instances, the life cycle type is managed by the DB cluster.
|
|
424
|
-
* You can use this setting to enroll your DB instance into Amazon RDS Extended Support. With RDS Extended Support, you can run the selected major engine version on your DB instance past the end of standard support for that engine version. For more information, see [Amazon RDS Extended Support with Amazon RDS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html) in the *Amazon RDS User Guide*.
|
|
425
|
-
* Valid Values: ``open-source-rds-extended-support | open-source-rds-extended-support-disabled``
|
|
426
|
-
* Default: ``open-source-rds-extended-support``
|
|
139
|
+
* Tags to assign to the DB instance.
|
|
427
140
|
*/
|
|
428
|
-
|
|
141
|
+
Tags?: Tag[];
|
|
142
|
+
/**
|
|
143
|
+
* The AWS KMS key identifier for encryption of Performance Insights data.
|
|
144
|
+
* The KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.
|
|
145
|
+
* If you do not specify a value for ``PerformanceInsightsKMSKeyId``, then Amazon RDS uses your default KMS key. There is a default KMS key for your AWS account. Your AWS account has a different default KMS key for each AWS Region.
|
|
146
|
+
* For information about enabling Performance Insights, see [EnablePerformanceInsights](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-enableperformanceinsights).
|
|
147
|
+
*/
|
|
148
|
+
PerformanceInsightsKMSKeyId?: string;
|
|
149
|
+
TdeCredentialPassword?: string;
|
|
150
|
+
/**
|
|
151
|
+
* If you want to create a read replica DB instance, specify the ID of the source DB instance. Each DB instance can have a limited number of read replicas. For more information, see [Working with Read Replicas](https://docs.aws.amazon.com/AmazonRDS/latest/DeveloperGuide/USER_ReadRepl.html) in the *Amazon RDS User Guide*.
|
|
152
|
+
* For information about constraints that apply to DB instance identifiers, see [Naming constraints in Amazon RDS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Limits.html#RDS_Limits.Constraints) in the *Amazon RDS User Guide*.
|
|
153
|
+
* The ``SourceDBInstanceIdentifier`` property determines whether a DB instance is a read replica. If you remove the ``SourceDBInstanceIdentifier`` property from your template and then update your stack, AWS CloudFormation promotes the read replica to a standalone DB instance.
|
|
154
|
+
* If you specify the ``UseLatestRestorableTime`` or ``RestoreTime`` properties in conjunction with the ``SourceDBInstanceIdentifier`` property, RDS restores the DB instance to the requested point in time, thereby creating a new DB instance.
|
|
155
|
+
* + If you specify a source DB instance that uses VPC security groups, we recommend that you specify the ``VPCSecurityGroups`` property. If you don't specify the property, the read replica inherits the value of the ``VPCSecurityGroups`` property from the source DB when you create the replica. However, if you update the stack, AWS CloudFormation reverts the replica's ``VPCSecurityGroups`` property to the default value because it's not defined in the stack's template. This change might cause unexpected issues.
|
|
156
|
+
* + Read replicas don't support deletion policies. AWS CloudFormation ignores any deletion policy that's associated with a read replica.
|
|
157
|
+
* + If you specify ``SourceDBInstanceIdentifier``, don't specify the ``DBSnapshotIdentifier`` property. You can't create a read replica from a snapshot.
|
|
158
|
+
* + Don't set the ``BackupRetentionPeriod``, ``DBName``, ``MasterUsername``, ``MasterUserPassword``, and ``PreferredBackupWindow`` properties. The database attributes are inherited from the source DB instance, and backups are disabled for read replicas.
|
|
159
|
+
* + If the source DB instance is in a different region than the read replica, specify the source region in ``SourceRegion``, and specify an ARN for a valid DB instance in ``SourceDBInstanceIdentifier``. For more information, see [Constructing a Amazon RDS Amazon Resource Name (ARN)](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html#USER_Tagging.ARN) in the *Amazon RDS User Guide*.
|
|
160
|
+
* + For DB instances in Amazon Aurora clusters, don't specify this property. Amazon RDS automatically assigns writer and reader DB instances.
|
|
161
|
+
*/
|
|
162
|
+
SourceDBInstanceIdentifier?: string;
|
|
429
163
|
/**
|
|
430
164
|
* The version number of the database engine to use.
|
|
431
165
|
* For a list of valid engine versions, use the ``DescribeDBEngineVersions`` action.
|
|
@@ -447,21 +181,13 @@ export interface _AWS_RDS_DBINSTANCE {
|
|
|
447
181
|
*/
|
|
448
182
|
EngineVersion?: string;
|
|
449
183
|
/**
|
|
450
|
-
*
|
|
451
|
-
*
|
|
452
|
-
*
|
|
453
|
-
*
|
|
454
|
-
|
|
455
|
-
ManageMasterUserPassword?: boolean;
|
|
456
|
-
/**
|
|
457
|
-
* The number of I/O operations per second (IOPS) that the database provisions. The value must be equal to or greater than 1000.
|
|
458
|
-
* If you specify this property, you must follow the range of allowed ratios of your requested IOPS rate to the amount of storage that you allocate (IOPS to allocated storage). For example, you can provision an Oracle database instance with 1000 IOPS and 200 GiB of storage (a ratio of 5:1), or specify 2000 IOPS with 200 GiB of storage (a ratio of 10:1). For more information, see [Amazon RDS Provisioned IOPS Storage to Improve Performance](https://docs.aws.amazon.com/AmazonRDS/latest/DeveloperGuide/CHAP_Storage.html#USER_PIOPS) in the *Amazon RDS User Guide*.
|
|
459
|
-
* If you specify ``io1`` for the ``StorageType`` property, then you must also specify the ``Iops`` property.
|
|
460
|
-
* Constraints:
|
|
461
|
-
* + For RDS for Db2, MariaDB, MySQL, Oracle, and PostgreSQL - Must be a multiple between .5 and 50 of the storage amount for the DB instance.
|
|
462
|
-
* + For RDS for SQL Server - Must be a multiple between 1 and 50 of the storage amount for the DB instance.
|
|
184
|
+
* The storage type to associate with the DB instance.
|
|
185
|
+
* If you specify ``io1``, ``io2``, or ``gp3``, you must also include a value for the ``Iops`` parameter.
|
|
186
|
+
* This setting doesn't apply to Amazon Aurora DB instances. Storage is managed by the DB cluster.
|
|
187
|
+
* Valid Values: ``gp2 | gp3 | io1 | io2 | standard``
|
|
188
|
+
* Default: ``io1``, if the ``Iops`` parameter is specified. Otherwise, ``gp3``.
|
|
463
189
|
*/
|
|
464
|
-
|
|
190
|
+
StorageType?: string;
|
|
465
191
|
/**
|
|
466
192
|
* The ARN of the AWS KMS key that's used to encrypt the DB instance, such as ``arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef``. If you enable the StorageEncrypted property but don't specify this property, AWS CloudFormation uses the default KMS key. If you specify this property, you must set the StorageEncrypted property to true.
|
|
467
193
|
* If you specify the ``SourceDBInstanceIdentifier`` or ``SourceDbiResourceId`` property, don't specify this property. The value is inherited from the source DB instance, and if the DB instance is encrypted, the specified ``KmsKeyId`` property is used. However, if the source DB instance is in a different AWS Region, you must specify a KMS key ID.
|
|
@@ -474,20 +200,180 @@ export interface _AWS_RDS_DBINSTANCE {
|
|
|
474
200
|
*/
|
|
475
201
|
KmsKeyId?: string;
|
|
476
202
|
/**
|
|
477
|
-
*
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
*
|
|
482
|
-
*
|
|
483
|
-
*
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
203
|
+
* The compute and memory capacity of the DB instance, for example ``db.m5.large``. Not all DB instance classes are available in all AWS-Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see [DB instance classes](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html) in the *Amazon RDS User Guide* or [Aurora DB instance classes](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.DBInstanceClass.html) in the *Amazon Aurora User Guide*.
|
|
204
|
+
*/
|
|
205
|
+
DBInstanceClass?: string;
|
|
206
|
+
/**
|
|
207
|
+
* A value that indicates whether to remove automated backups immediately after the DB instance is deleted. This parameter isn't case-sensitive. The default is to remove automated backups immediately after the DB instance is deleted.
|
|
208
|
+
* *Amazon Aurora*
|
|
209
|
+
* Not applicable. When you delete a DB cluster, all automated backups for that DB cluster are deleted and can't be recovered. Manual DB cluster snapshots of the DB cluster are not deleted.
|
|
210
|
+
*/
|
|
211
|
+
DeleteAutomatedBackups?: boolean;
|
|
212
|
+
/**
|
|
213
|
+
* The number of days to retain Performance Insights data. When creating a DB instance without enabling Performance Insights, you can't specify the parameter ``PerformanceInsightsRetentionPeriod``.
|
|
214
|
+
* This setting doesn't apply to RDS Custom DB instances.
|
|
215
|
+
* Valid Values:
|
|
216
|
+
* + ``7``
|
|
217
|
+
* + *month* * 31, where *month* is a number of months from 1-23. Examples: ``93`` (3 months * 31), ``341`` (11 months * 31), ``589`` (19 months * 31)
|
|
218
|
+
* + ``731``
|
|
219
|
+
*
|
|
220
|
+
* Default: ``7`` days
|
|
221
|
+
* If you specify a retention period that isn't valid, such as ``94``, Amazon RDS returns an error.
|
|
222
|
+
*/
|
|
223
|
+
PerformanceInsightsRetentionPeriod?: number;
|
|
224
|
+
/**
|
|
225
|
+
* 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).
|
|
226
|
+
* For Amazon Aurora, each Aurora DB cluster hosts copies of its storage in three separate Availability Zones. Specify one of these Availability Zones. Aurora automatically chooses an appropriate Availability Zone if you don't specify one.
|
|
227
|
+
* Default: A random, system-chosen Availability Zone in the endpoint's AWS-Region.
|
|
228
|
+
* Constraints:
|
|
229
|
+
* + The ``AvailabilityZone`` parameter can't be specified if the DB instance is a Multi-AZ deployment.
|
|
230
|
+
* + The specified Availability Zone must be in the same AWS-Region as the current endpoint.
|
|
231
|
+
*
|
|
232
|
+
* Example: ``us-east-1d``
|
|
233
|
+
*/
|
|
234
|
+
AvailabilityZone?: string;
|
|
235
|
+
/**
|
|
236
|
+
* Indicates that the DB instance should be associated with the specified option group.
|
|
237
|
+
* Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an option group. Also, that option group can't be removed from a DB instance once it is associated with a DB instance.
|
|
238
|
+
*/
|
|
239
|
+
OptionGroupName?: string;
|
|
240
|
+
/**
|
|
241
|
+
* Specifies whether to enable Performance Insights for the DB instance. For more information, see [Using Amazon Performance Insights](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html) in the *Amazon RDS User Guide*.
|
|
242
|
+
* This setting doesn't apply to RDS Custom DB instances.
|
|
243
|
+
*/
|
|
244
|
+
EnablePerformanceInsights?: boolean;
|
|
245
|
+
/**
|
|
246
|
+
* A value that indicates whether minor engine upgrades are applied automatically to the DB instance during the maintenance window. By default, minor engine upgrades are applied automatically.
|
|
247
|
+
*/
|
|
248
|
+
AutoMinorVersionUpgrade?: boolean;
|
|
249
|
+
/**
|
|
250
|
+
* A DB subnet group to associate with the DB instance. If you update this value, the new subnet group must be a subnet group in a new VPC.
|
|
251
|
+
* If you don't specify a DB subnet group, RDS uses the default DB subnet group if one exists. If a default DB subnet group does not exist, and you don't specify a ``DBSubnetGroupName``, the DB instance fails to launch.
|
|
252
|
+
* For more information about using Amazon RDS in a VPC, see [Amazon VPC and Amazon RDS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.html) in the *Amazon RDS User Guide*.
|
|
253
|
+
* This setting doesn't apply to Amazon Aurora DB instances. The DB subnet group is managed by the DB cluster. If specified, the setting must match the DB cluster setting.
|
|
254
|
+
*/
|
|
255
|
+
DBSubnetGroupName?: string;
|
|
256
|
+
/**
|
|
257
|
+
* Specifies whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled. For more information, see [Deleting a DB Instance](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html).
|
|
258
|
+
* This setting doesn't apply to Amazon Aurora DB instances. You can enable or disable deletion protection for the DB cluster. For more information, see ``CreateDBCluster``. DB instances in a DB cluster can be deleted even when deletion protection is enabled for the DB cluster.
|
|
259
|
+
*/
|
|
260
|
+
DeletionProtection?: boolean;
|
|
261
|
+
/**
|
|
262
|
+
* A name for the DB instance. If you specify a name, AWS CloudFormation converts it to lowercase. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the DB instance. For more information, see [Name Type](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-name.html).
|
|
263
|
+
* For information about constraints that apply to DB instance identifiers, see [Naming constraints in Amazon RDS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Limits.html#RDS_Limits.Constraints) in the *Amazon RDS User Guide*.
|
|
264
|
+
* If you specify a name, you can't perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.
|
|
265
|
+
*/
|
|
266
|
+
DBInstanceIdentifier?: string;
|
|
267
|
+
/**
|
|
268
|
+
* The amount of storage in gibibytes (GiB) to be initially allocated for the database instance.
|
|
269
|
+
* If any value is set in the ``Iops`` parameter, ``AllocatedStorage`` must be at least 100 GiB, which corresponds to the minimum Iops value of 1,000. If you increase the ``Iops`` value (in 1,000 IOPS increments), then you must also increase the ``AllocatedStorage`` value (in 100-GiB increments).
|
|
270
|
+
* *Amazon Aurora*
|
|
271
|
+
* Not applicable. Aurora cluster volumes automatically grow as the amount of data in your database increases, though you are only charged for the space that you use in an Aurora cluster volume.
|
|
272
|
+
* *Db2*
|
|
273
|
+
* Constraints to the amount of storage for each storage type are the following:
|
|
274
|
+
* + General Purpose (SSD) storage (gp3): Must be an integer from 20 to 64000.
|
|
275
|
+
* + Provisioned IOPS storage (io1): Must be an integer from 100 to 64000.
|
|
276
|
+
*
|
|
277
|
+
* *MySQL*
|
|
278
|
+
* Constraints to the amount of storage for each storage type are the following:
|
|
279
|
+
* + General Purpose (SSD) storage (gp2): Must be an integer from 20 to 65536.
|
|
280
|
+
* + Provisioned IOPS storage (io1): Must be an integer from 100 to 65536.
|
|
281
|
+
* + Magnetic storage (standard): Must be an integer from 5 to 3072.
|
|
282
|
+
*
|
|
283
|
+
* *MariaDB*
|
|
284
|
+
* Constraints to the amount of storage for each storage type are the following:
|
|
285
|
+
* + General Purpose (SSD) storage (gp2): Must be an integer from 20 to 65536.
|
|
286
|
+
* + Provisioned IOPS storage (io1): Must be an integer from 100 to 65536.
|
|
287
|
+
* + Magnetic storage (standard): Must be an integer from 5 to 3072.
|
|
288
|
+
*
|
|
289
|
+
* *PostgreSQL*
|
|
290
|
+
* Constraints to the amount of storage for each storage type are the following:
|
|
291
|
+
* + General Purpose (SSD) storage (gp2): Must be an integer from 20 to 65536.
|
|
292
|
+
* + Provisioned IOPS storage (io1): Must be an integer from 100 to 65536.
|
|
293
|
+
* + Magnetic storage (standard): Must be an integer from 5 to 3072.
|
|
294
|
+
*
|
|
295
|
+
* *Oracle*
|
|
296
|
+
* Constraints to the amount of storage for each storage type are the following:
|
|
297
|
+
* + General Purpose (SSD) storage (gp2): Must be an integer from 20 to 65536.
|
|
298
|
+
* + Provisioned IOPS storage (io1): Must be an integer from 100 to 65536.
|
|
299
|
+
* + Magnetic storage (standard): Must be an integer from 10 to 3072.
|
|
300
|
+
*
|
|
301
|
+
* *SQL Server*
|
|
302
|
+
* Constraints to the amount of storage for each storage type are the following:
|
|
303
|
+
* + General Purpose (SSD) storage (gp2):
|
|
304
|
+
* + Enterprise and Standard editions: Must be an integer from 20 to 16384.
|
|
305
|
+
* + Web and Express editions: Must be an integer from 20 to 16384.
|
|
306
|
+
*
|
|
307
|
+
* + Provisioned IOPS storage (io1):
|
|
308
|
+
* + Enterprise and Standard editions: Must be an integer from 20 to 16384.
|
|
309
|
+
* + Web and Express editions: Must be an integer from 20 to 16384.
|
|
310
|
+
*
|
|
311
|
+
* + Magnetic storage (standard):
|
|
312
|
+
* + Enterprise and Standard editions: Must be an integer from 20 to 1024.
|
|
313
|
+
* + Web and Express editions: Must be an integer from 20 to 1024.
|
|
314
|
+
*/
|
|
315
|
+
AllocatedStorage?: string;
|
|
316
|
+
/**
|
|
317
|
+
* The password for the master user. The password can include any printable ASCII character except "/", """, or "@".
|
|
318
|
+
* *Amazon Aurora*
|
|
319
|
+
* Not applicable. The password for the master user is managed by the DB cluster.
|
|
320
|
+
* *RDS for Db2*
|
|
321
|
+
* Must contain from 8 to 255 characters.
|
|
322
|
+
* *RDS for MariaDB*
|
|
323
|
+
* Constraints: Must contain from 8 to 41 characters.
|
|
324
|
+
* *RDS for Microsoft SQL Server*
|
|
325
|
+
* Constraints: Must contain from 8 to 128 characters.
|
|
326
|
+
* *RDS for MySQL*
|
|
327
|
+
* Constraints: Must contain from 8 to 41 characters.
|
|
328
|
+
* *RDS for Oracle*
|
|
329
|
+
* Constraints: Must contain from 8 to 30 characters.
|
|
330
|
+
* *RDS for PostgreSQL*
|
|
331
|
+
* Constraints: Must contain from 8 to 128 characters.
|
|
332
|
+
*/
|
|
333
|
+
MasterUserPassword?: string;
|
|
334
|
+
MasterUserSecret?: MasterUserSecret;
|
|
335
|
+
/**
|
|
336
|
+
* The name of the NCHAR character set for the Oracle DB instance.
|
|
337
|
+
* This setting doesn't apply to RDS Custom DB instances.
|
|
338
|
+
*/
|
|
339
|
+
NcharCharacterSetName?: string;
|
|
340
|
+
/**
|
|
341
|
+
* The identifier of the Multi-AZ DB cluster that will act as the source for the read replica. Each DB cluster can have up to 15 read replicas.
|
|
342
|
+
* Constraints:
|
|
343
|
+
* + Must be the identifier of an existing Multi-AZ DB cluster.
|
|
344
|
+
* + Can't be specified if the ``SourceDBInstanceIdentifier`` parameter is also specified.
|
|
345
|
+
* + The specified DB cluster must have automatic backups enabled, that is, its backup retention period must be greater than 0.
|
|
346
|
+
* + The source DB cluster must be in the same AWS-Region as the read replica. Cross-Region replication isn't supported.
|
|
347
|
+
*/
|
|
348
|
+
SourceDBClusterIdentifier?: string;
|
|
349
|
+
/**
|
|
350
|
+
* A list of the DB security groups to assign to the DB instance. The list can include both the name of existing DB security groups or references to AWS::RDS::DBSecurityGroup resources created in the template.
|
|
351
|
+
* If you set DBSecurityGroups, you must not set VPCSecurityGroups, and vice versa. Also, note that the DBSecurityGroups property exists only for backwards compatibility with older regions and is no longer recommended for providing security information to an RDS DB instance. Instead, use VPCSecurityGroups.
|
|
352
|
+
* If you specify this property, AWS CloudFormation sends only the following properties (if specified) to Amazon RDS during create operations:
|
|
353
|
+
* + ``AllocatedStorage``
|
|
354
|
+
* + ``AutoMinorVersionUpgrade``
|
|
355
|
+
* + ``AvailabilityZone``
|
|
356
|
+
* + ``BackupRetentionPeriod``
|
|
357
|
+
* + ``CharacterSetName``
|
|
358
|
+
* + ``DBInstanceClass``
|
|
359
|
+
* + ``DBName``
|
|
360
|
+
* + ``DBParameterGroupName``
|
|
361
|
+
* + ``DBSecurityGroups``
|
|
362
|
+
* + ``DBSubnetGroupName``
|
|
363
|
+
* + ``Engine``
|
|
364
|
+
* + ``EngineVersion``
|
|
365
|
+
* + ``Iops``
|
|
366
|
+
* + ``LicenseModel``
|
|
367
|
+
* + ``MasterUsername``
|
|
368
|
+
* + ``MasterUserPassword``
|
|
369
|
+
* + ``MultiAZ``
|
|
370
|
+
* + ``OptionGroupName``
|
|
371
|
+
* + ``PreferredBackupWindow``
|
|
372
|
+
* + ``PreferredMaintenanceWindow``
|
|
487
373
|
*
|
|
488
|
-
*
|
|
374
|
+
* All other properties are ignored. Specify a virtual private cloud (VPC) security group if you want to submit other properties, such as ``StorageType``, ``StorageEncrypted``, or ``KmsKeyId``. If you're already using the ``DBSecurityGroups`` property, you can't use these other properties by updating your DB instance to use a VPC security group. You must recreate the DB instance.
|
|
489
375
|
*/
|
|
490
|
-
|
|
376
|
+
DBSecurityGroups?: string[];
|
|
491
377
|
/**
|
|
492
378
|
* The master user name for the DB instance.
|
|
493
379
|
* If you specify the ``SourceDBInstanceIdentifier`` or ``DBSnapshotIdentifier`` property, don't specify this property. The value is inherited from the source DB instance or snapshot.
|
|
@@ -530,25 +416,6 @@ export interface _AWS_RDS_DBINSTANCE {
|
|
|
530
416
|
* + Can't be a reserved word for the chosen database engine.
|
|
531
417
|
*/
|
|
532
418
|
MasterUsername?: string;
|
|
533
|
-
/**
|
|
534
|
-
* The password for the master user. The password can include any printable ASCII character except "/", """, or "@".
|
|
535
|
-
* *Amazon Aurora*
|
|
536
|
-
* Not applicable. The password for the master user is managed by the DB cluster.
|
|
537
|
-
* *RDS for Db2*
|
|
538
|
-
* Must contain from 8 to 255 characters.
|
|
539
|
-
* *RDS for MariaDB*
|
|
540
|
-
* Constraints: Must contain from 8 to 41 characters.
|
|
541
|
-
* *RDS for Microsoft SQL Server*
|
|
542
|
-
* Constraints: Must contain from 8 to 128 characters.
|
|
543
|
-
* *RDS for MySQL*
|
|
544
|
-
* Constraints: Must contain from 8 to 41 characters.
|
|
545
|
-
* *RDS for Oracle*
|
|
546
|
-
* Constraints: Must contain from 8 to 30 characters.
|
|
547
|
-
* *RDS for PostgreSQL*
|
|
548
|
-
* Constraints: Must contain from 8 to 128 characters.
|
|
549
|
-
*/
|
|
550
|
-
MasterUserPassword?: string;
|
|
551
|
-
MasterUserSecret?: MasterUserSecret;
|
|
552
419
|
/**
|
|
553
420
|
* The upper limit in gibibytes (GiB) to which Amazon RDS can automatically scale the storage of the DB instance.
|
|
554
421
|
* For more information about this setting, including limitations that apply to it, see [Managing capacity automatically with Amazon RDS storage autoscaling](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIOPS.StorageTypes.html#USER_PIOPS.Autoscaling) in the *Amazon RDS User Guide*.
|
|
@@ -558,81 +425,84 @@ export interface _AWS_RDS_DBINSTANCE {
|
|
|
558
425
|
*/
|
|
559
426
|
MaxAllocatedStorage?: number;
|
|
560
427
|
/**
|
|
561
|
-
* The
|
|
562
|
-
* If ``MonitoringRoleArn`` is specified, then you must set ``MonitoringInterval`` to a value other than ``0``.
|
|
428
|
+
* The order of priority in which an Aurora Replica is promoted to the primary instance after a failure of the existing primary instance. For more information, see [Fault Tolerance for an Aurora DB Cluster](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.AuroraHighAvailability.html#Aurora.Managing.FaultTolerance) in the *Amazon Aurora User Guide*.
|
|
563
429
|
* This setting doesn't apply to RDS Custom DB instances.
|
|
564
|
-
*
|
|
565
|
-
*
|
|
430
|
+
* Default: ``1``
|
|
431
|
+
* Valid Values: ``0 - 15``
|
|
566
432
|
*/
|
|
567
|
-
|
|
433
|
+
PromotionTier?: number;
|
|
568
434
|
/**
|
|
569
|
-
*
|
|
570
|
-
*
|
|
571
|
-
* This setting doesn't apply to RDS Custom DB instances.
|
|
435
|
+
* Indicates whether the DB instance is an internet-facing instance. If you specify true, AWS CloudFormation creates an instance with a publicly resolvable DNS name, which resolves to a public IP address. If you specify false, AWS CloudFormation creates an internal instance with a DNS name that resolves to a private IP address.
|
|
436
|
+
* The default behavior value depends on your VPC setup and the database subnet group. For more information, see the ``PubliclyAccessible`` parameter in the [CreateDBInstance](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBInstance.html) in the *Amazon RDS API Reference*.
|
|
572
437
|
*/
|
|
573
|
-
|
|
438
|
+
PubliclyAccessible?: boolean;
|
|
574
439
|
/**
|
|
575
|
-
*
|
|
576
|
-
*
|
|
577
|
-
* + Amazon Aurora (DB instance Availability Zones (AZs) are managed by the DB cluster.)
|
|
578
|
-
* + RDS Custom
|
|
440
|
+
* The Active Directory directory ID to create the DB instance in. Currently, only Db2, MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances can be created in an Active Directory Domain.
|
|
441
|
+
* For more information, see [Kerberos Authentication](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/kerberos-authentication.html) in the *Amazon RDS User Guide*.
|
|
579
442
|
*/
|
|
580
|
-
|
|
443
|
+
Domain?: string;
|
|
581
444
|
/**
|
|
582
|
-
*
|
|
583
|
-
*
|
|
445
|
+
* Specifies whether changes to the DB instance and any pending modifications are applied immediately, regardless of the ``PreferredMaintenanceWindow`` setting. If set to ``false``, changes are applied during the next maintenance window. Until RDS applies the changes, the DB instance remains in a drift state. As a result, the configuration doesn't fully reflect the requested modifications and temporarily diverges from the intended state.
|
|
446
|
+
* In addition to the settings described in [Modifying a DB instance](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.DBInstance.Modifying.html), this property also determines whether the DB instance reboots when a static parameter is modified in the associated DB parameter group.
|
|
447
|
+
* Default: ``true``
|
|
584
448
|
*/
|
|
585
|
-
|
|
449
|
+
ApplyImmediately?: boolean;
|
|
586
450
|
/**
|
|
587
|
-
* The
|
|
588
|
-
*
|
|
589
|
-
* +
|
|
590
|
-
* + ``DUAL``
|
|
451
|
+
* The fully qualified domain name (FQDN) of an Active Directory domain.
|
|
452
|
+
* Constraints:
|
|
453
|
+
* + Can't be longer than 64 characters.
|
|
591
454
|
*
|
|
592
|
-
*
|
|
593
|
-
* For more information, see [Working with a DB instance in a VPC](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html) in the *Amazon RDS User Guide.*
|
|
455
|
+
* Example: ``mymanagedADtest.mymanagedAD.mydomain``
|
|
594
456
|
*/
|
|
595
|
-
|
|
457
|
+
DomainFqdn?: string;
|
|
596
458
|
/**
|
|
597
|
-
*
|
|
598
|
-
*
|
|
459
|
+
* For supported engines, indicates that the DB instance should be associated with the specified character set.
|
|
460
|
+
* *Amazon Aurora*
|
|
461
|
+
* Not applicable. The character set is managed by the DB cluster. For more information, see [AWS::RDS::DBCluster](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html).
|
|
599
462
|
*/
|
|
600
|
-
|
|
463
|
+
CharacterSetName?: string;
|
|
601
464
|
/**
|
|
602
|
-
* The
|
|
603
|
-
*
|
|
604
|
-
*
|
|
605
|
-
* For information about enabling Performance Insights, see [EnablePerformanceInsights](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-enableperformanceinsights).
|
|
465
|
+
* The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to Amazon CloudWatch Logs. For example, ``arn:aws:iam:123456789012:role/emaccess``. For information on creating a monitoring role, see [Setting Up and Enabling Enhanced Monitoring](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.OS.html#USER_Monitoring.OS.Enabling) in the *Amazon RDS User Guide*.
|
|
466
|
+
* If ``MonitoringInterval`` is set to a value other than ``0``, then you must supply a ``MonitoringRoleArn`` value.
|
|
467
|
+
* This setting doesn't apply to RDS Custom DB instances.
|
|
606
468
|
*/
|
|
607
|
-
|
|
469
|
+
MonitoringRoleArn?: string;
|
|
608
470
|
/**
|
|
609
|
-
* The
|
|
610
|
-
*
|
|
611
|
-
*
|
|
612
|
-
* + ``7``
|
|
613
|
-
* + *month* * 31, where *month* is a number of months from 1-23. Examples: ``93`` (3 months * 31), ``341`` (11 months * 31), ``589`` (19 months * 31)
|
|
614
|
-
* + ``731``
|
|
615
|
-
*
|
|
616
|
-
* Default: ``7`` days
|
|
617
|
-
* If you specify a retention period that isn't valid, such as ``94``, Amazon RDS returns an error.
|
|
471
|
+
* The IAMlong (IAM) roles associated with the DB instance.
|
|
472
|
+
* *Amazon Aurora*
|
|
473
|
+
* Not applicable. The associated roles are managed by the DB cluster.
|
|
618
474
|
*/
|
|
619
|
-
|
|
475
|
+
AssociatedRoles?: DBInstanceRole[];
|
|
620
476
|
/**
|
|
621
|
-
* The
|
|
622
|
-
*
|
|
623
|
-
*
|
|
624
|
-
*
|
|
625
|
-
* + RDS for Db2 - ``50000``
|
|
626
|
-
* + RDS for MariaDB - ``3306``
|
|
627
|
-
* + RDS for Microsoft SQL Server - ``1433``
|
|
628
|
-
* + RDS for MySQL - ``3306``
|
|
629
|
-
* + RDS for Oracle - ``1521``
|
|
630
|
-
* + RDS for PostgreSQL - ``5432``
|
|
477
|
+
* The Active Directory organizational unit for your DB instance to join.
|
|
478
|
+
* Constraints:
|
|
479
|
+
* + Must be in the distinguished name format.
|
|
480
|
+
* + Can't be longer than 64 characters.
|
|
631
481
|
*
|
|
482
|
+
* Example: ``OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain``
|
|
483
|
+
*/
|
|
484
|
+
DomainOu?: string;
|
|
485
|
+
/**
|
|
486
|
+
* The identifier for the Multi-AZ DB cluster snapshot to restore from.
|
|
487
|
+
* For more information on Multi-AZ DB clusters, see [Multi-AZ DB cluster deployments](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html) in the *Amazon RDS User Guide*.
|
|
632
488
|
* Constraints:
|
|
633
|
-
* +
|
|
489
|
+
* + Must match the identifier of an existing Multi-AZ DB cluster snapshot.
|
|
490
|
+
* + Can't be specified when ``DBSnapshotIdentifier`` is specified.
|
|
491
|
+
* + Must be specified when ``DBSnapshotIdentifier`` isn't specified.
|
|
492
|
+
* + If you are restoring from a shared manual Multi-AZ DB cluster snapshot, the ``DBClusterSnapshotIdentifier`` must be the ARN of the shared snapshot.
|
|
493
|
+
* + Can't be the identifier of an Aurora DB cluster snapshot.
|
|
634
494
|
*/
|
|
635
|
-
|
|
495
|
+
DBClusterSnapshotIdentifier?: string;
|
|
496
|
+
/**
|
|
497
|
+
* The Amazon Resource Name (ARN) of the replicated automated backups from which to restore, for example, ``arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE``.
|
|
498
|
+
* This setting doesn't apply to RDS Custom.
|
|
499
|
+
*/
|
|
500
|
+
SourceDBInstanceAutomatedBackupsArn?: string;
|
|
501
|
+
/**
|
|
502
|
+
* The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
|
|
503
|
+
* This setting doesn't apply to Amazon Aurora or RDS Custom DB instances.
|
|
504
|
+
*/
|
|
505
|
+
ProcessorFeatures?: ProcessorFeature[];
|
|
636
506
|
/**
|
|
637
507
|
* The daily time range during which automated backups are created if automated backups are enabled, using the ``BackupRetentionPeriod`` parameter. For more information, see [Backup Window](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithAutomatedBackups.html#USER_WorkingWithAutomatedBackups.BackupWindow) in the *Amazon RDS User Guide.*
|
|
638
508
|
* Constraints:
|
|
@@ -646,30 +516,52 @@ export interface _AWS_RDS_DBINSTANCE {
|
|
|
646
516
|
*/
|
|
647
517
|
PreferredBackupWindow?: string;
|
|
648
518
|
/**
|
|
649
|
-
* The
|
|
650
|
-
*
|
|
651
|
-
*
|
|
652
|
-
*
|
|
653
|
-
*
|
|
519
|
+
* The date and time to restore from. This parameter applies to point-in-time recovery. For more information, see [Restoring a DB instance to a specified time](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIT.html) in the in the *Amazon RDS User Guide*.
|
|
520
|
+
* Constraints:
|
|
521
|
+
* + Must be a time in Universal Coordinated Time (UTC) format.
|
|
522
|
+
* + Must be before the latest restorable time for the DB instance.
|
|
523
|
+
* + Can't be specified if the ``UseLatestRestorableTime`` parameter is enabled.
|
|
524
|
+
*
|
|
525
|
+
* Example: ``2009-09-07T23:45:00Z``
|
|
654
526
|
*/
|
|
655
|
-
|
|
527
|
+
RestoreTime?: string;
|
|
656
528
|
/**
|
|
657
|
-
*
|
|
658
|
-
*
|
|
529
|
+
* Specifies whether the DB instance is restarted when you rotate your SSL/TLS certificate.
|
|
530
|
+
* By default, the DB instance is restarted when you rotate your SSL/TLS certificate. The certificate is not updated until the DB instance is restarted.
|
|
531
|
+
* Set this parameter only if you are *not* using SSL/TLS to connect to the DB instance.
|
|
532
|
+
* If you are using SSL/TLS to connect to the DB instance, follow the appropriate instructions for your DB engine to rotate your SSL/TLS certificate:
|
|
533
|
+
* + For more information about rotating your SSL/TLS certificate for RDS DB engines, see [Rotating Your SSL/TLS Certificate.](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL-certificate-rotation.html) in the *Amazon RDS User Guide.*
|
|
534
|
+
* + For more information about rotating your SSL/TLS certificate for Aurora DB engines, see [Rotating Your SSL/TLS Certificate](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL-certificate-rotation.html) in the *Amazon Aurora User Guide*.
|
|
535
|
+
*
|
|
536
|
+
* This setting doesn't apply to RDS Custom DB instances.
|
|
659
537
|
*/
|
|
660
|
-
|
|
538
|
+
CertificateRotationRestart?: boolean;
|
|
661
539
|
/**
|
|
662
|
-
* The
|
|
663
|
-
*
|
|
664
|
-
*
|
|
665
|
-
*
|
|
540
|
+
* The network type of the DB instance.
|
|
541
|
+
* Valid values:
|
|
542
|
+
* + ``IPV4``
|
|
543
|
+
* + ``DUAL``
|
|
544
|
+
*
|
|
545
|
+
* The network type is determined by the ``DBSubnetGroup`` specified for the DB instance. A ``DBSubnetGroup`` can support only the IPv4 protocol or the IPv4 and IPv6 protocols (``DUAL``).
|
|
546
|
+
* For more information, see [Working with a DB instance in a VPC](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html) in the *Amazon RDS User Guide.*
|
|
666
547
|
*/
|
|
667
|
-
|
|
548
|
+
NetworkType?: string;
|
|
668
549
|
/**
|
|
669
|
-
* Indicates whether the DB instance
|
|
670
|
-
* The default behavior value depends on your VPC setup and the database subnet group. For more information, see the ``PubliclyAccessible`` parameter in the [CreateDBInstance](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBInstance.html) in the *Amazon RDS API Reference*.
|
|
550
|
+
* Indicates whether the DB instance has a dedicated log volume (DLV) enabled.
|
|
671
551
|
*/
|
|
672
|
-
|
|
552
|
+
DedicatedLogVolume?: boolean;
|
|
553
|
+
/**
|
|
554
|
+
* Specifies whether to copy tags from the DB instance to snapshots of the DB instance. By default, tags are not copied.
|
|
555
|
+
* This setting doesn't apply to Amazon Aurora DB instances. Copying tags to snapshots is managed by the DB cluster. Setting this value for an Aurora DB instance has no effect on the DB cluster setting.
|
|
556
|
+
*/
|
|
557
|
+
CopyTagsToSnapshot?: boolean;
|
|
558
|
+
/**
|
|
559
|
+
* The name of the IAM role to use when making API calls to the Directory Service.
|
|
560
|
+
* This setting doesn't apply to the following DB instances:
|
|
561
|
+
* + Amazon Aurora (The domain is managed by the DB cluster.)
|
|
562
|
+
* + RDS Custom
|
|
563
|
+
*/
|
|
564
|
+
DomainIAMRoleName?: string;
|
|
673
565
|
/**
|
|
674
566
|
* The open mode of an Oracle read replica. For more information, see [Working with Oracle Read Replicas for Amazon RDS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/oracle-read-replicas.html) in the *Amazon RDS User Guide*.
|
|
675
567
|
* This setting is only supported in RDS for Oracle.
|
|
@@ -678,94 +570,89 @@ export interface _AWS_RDS_DBINSTANCE {
|
|
|
678
570
|
*/
|
|
679
571
|
ReplicaMode?: string;
|
|
680
572
|
/**
|
|
681
|
-
* The
|
|
682
|
-
*
|
|
683
|
-
*
|
|
684
|
-
*
|
|
685
|
-
*
|
|
686
|
-
*
|
|
687
|
-
* Example: ``2009-09-07T23:45:00Z``
|
|
573
|
+
* The life cycle type for this DB instance.
|
|
574
|
+
* By default, this value is set to ``open-source-rds-extended-support``, which enrolls your DB instance into Amazon RDS Extended Support. At the end of standard support, you can avoid charges for Extended Support by setting the value to ``open-source-rds-extended-support-disabled``. In this case, creating the DB instance will fail if the DB major version is past its end of standard support date.
|
|
575
|
+
* This setting applies only to RDS for MySQL and RDS for PostgreSQL. For Amazon Aurora DB instances, the life cycle type is managed by the DB cluster.
|
|
576
|
+
* You can use this setting to enroll your DB instance into Amazon RDS Extended Support. With RDS Extended Support, you can run the selected major engine version on your DB instance past the end of standard support for that engine version. For more information, see [Amazon RDS Extended Support with Amazon RDS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html) in the *Amazon RDS User Guide*.
|
|
577
|
+
* Valid Values: ``open-source-rds-extended-support | open-source-rds-extended-support-disabled``
|
|
578
|
+
* Default: ``open-source-rds-extended-support``
|
|
688
579
|
*/
|
|
689
|
-
|
|
580
|
+
EngineLifecycleSupport?: string;
|
|
690
581
|
/**
|
|
691
|
-
*
|
|
692
|
-
*
|
|
693
|
-
* +
|
|
694
|
-
* +
|
|
695
|
-
* +
|
|
696
|
-
* +
|
|
582
|
+
* License model information for this DB instance.
|
|
583
|
+
* Valid Values:
|
|
584
|
+
* + Aurora MySQL - ``general-public-license``
|
|
585
|
+
* + Aurora PostgreSQL - ``postgresql-license``
|
|
586
|
+
* + RDS for Db2 - ``bring-your-own-license``. For more information about RDS for Db2 licensing, see [](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-licensing.html) in the *Amazon RDS User Guide.*
|
|
587
|
+
* + RDS for MariaDB - ``general-public-license``
|
|
588
|
+
* + RDS for Microsoft SQL Server - ``license-included``
|
|
589
|
+
* + RDS for MySQL - ``general-public-license``
|
|
590
|
+
* + RDS for Oracle - ``bring-your-own-license`` or ``license-included``
|
|
591
|
+
* + RDS for PostgreSQL - ``postgresql-license``
|
|
592
|
+
*
|
|
593
|
+
* If you've specified ``DBSecurityGroups`` and then you update the license model, AWS CloudFormation replaces the underlying DB instance. This will incur some interruptions to database availability.
|
|
697
594
|
*/
|
|
698
|
-
|
|
595
|
+
LicenseModel?: string;
|
|
699
596
|
/**
|
|
700
|
-
* The
|
|
597
|
+
* The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers.
|
|
598
|
+
* Constraints:
|
|
599
|
+
* + Two IP addresses must be provided. If there isn't a secondary domain controller, use the IP address of the primary domain controller for both entries in the list.
|
|
600
|
+
*
|
|
601
|
+
* Example: ``123.124.125.126,234.235.236.237``
|
|
701
602
|
*/
|
|
702
|
-
|
|
603
|
+
DomainDnsIps?: string[];
|
|
703
604
|
/**
|
|
704
|
-
* The
|
|
705
|
-
*
|
|
605
|
+
* The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
|
|
606
|
+
* Format: ``ddd:hh24:mi-ddd:hh24:mi``
|
|
607
|
+
* 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.*
|
|
608
|
+
* 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.
|
|
609
|
+
* Constraints: Minimum 30-minute window.
|
|
706
610
|
*/
|
|
707
|
-
|
|
611
|
+
PreferredMaintenanceWindow?: string;
|
|
708
612
|
/**
|
|
709
|
-
*
|
|
710
|
-
*
|
|
711
|
-
*
|
|
712
|
-
*
|
|
713
|
-
*
|
|
714
|
-
* +
|
|
715
|
-
* + If you specify ``SourceDBInstanceIdentifier``, don't specify the ``DBSnapshotIdentifier`` property. You can't create a read replica from a snapshot.
|
|
716
|
-
* + Don't set the ``BackupRetentionPeriod``, ``DBName``, ``MasterUsername``, ``MasterUserPassword``, and ``PreferredBackupWindow`` properties. The database attributes are inherited from the source DB instance, and backups are disabled for read replicas.
|
|
717
|
-
* + If the source DB instance is in a different region than the read replica, specify the source region in ``SourceRegion``, and specify an ARN for a valid DB instance in ``SourceDBInstanceIdentifier``. For more information, see [Constructing a Amazon RDS Amazon Resource Name (ARN)](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html#USER_Tagging.ARN) in the *Amazon RDS User Guide*.
|
|
718
|
-
* + For DB instances in Amazon Aurora clusters, don't specify this property. Amazon RDS automatically assigns writer and reader DB instances.
|
|
613
|
+
* The number of I/O operations per second (IOPS) that the database provisions. The value must be equal to or greater than 1000.
|
|
614
|
+
* If you specify this property, you must follow the range of allowed ratios of your requested IOPS rate to the amount of storage that you allocate (IOPS to allocated storage). For example, you can provision an Oracle database instance with 1000 IOPS and 200 GiB of storage (a ratio of 5:1), or specify 2000 IOPS with 200 GiB of storage (a ratio of 10:1). For more information, see [Amazon RDS Provisioned IOPS Storage to Improve Performance](https://docs.aws.amazon.com/AmazonRDS/latest/DeveloperGuide/CHAP_Storage.html#USER_PIOPS) in the *Amazon RDS User Guide*.
|
|
615
|
+
* If you specify ``io1`` for the ``StorageType`` property, then you must also specify the ``Iops`` property.
|
|
616
|
+
* Constraints:
|
|
617
|
+
* + For RDS for Db2, MariaDB, MySQL, Oracle, and PostgreSQL - Must be a multiple between .5 and 50 of the storage amount for the DB instance.
|
|
618
|
+
* + For RDS for SQL Server - Must be a multiple between 1 and 50 of the storage amount for the DB instance.
|
|
719
619
|
*/
|
|
720
|
-
|
|
620
|
+
Iops?: number;
|
|
721
621
|
/**
|
|
722
622
|
* The ID of the region that contains the source DB instance for the read replica.
|
|
723
623
|
*/
|
|
724
624
|
SourceRegion?: string;
|
|
725
625
|
/**
|
|
726
|
-
*
|
|
727
|
-
*
|
|
728
|
-
*
|
|
729
|
-
* If you specify the ``SourceDBInstanceAutomatedBackupsArn`` property, don't specify this property. The value is inherited from the source DB instance automated backup.
|
|
730
|
-
* If you specify ``DBSnapshotIdentifier`` property, don't specify this property. The value is inherited from the snapshot.
|
|
731
|
-
* *Amazon Aurora*
|
|
732
|
-
* Not applicable. The encryption for DB instances is managed by the DB cluster.
|
|
733
|
-
*/
|
|
734
|
-
StorageEncrypted?: boolean;
|
|
735
|
-
/**
|
|
736
|
-
* The storage type to associate with the DB instance.
|
|
737
|
-
* If you specify ``io1``, ``io2``, or ``gp3``, you must also include a value for the ``Iops`` parameter.
|
|
738
|
-
* This setting doesn't apply to Amazon Aurora DB instances. Storage is managed by the DB cluster.
|
|
739
|
-
* Valid Values: ``gp2 | gp3 | io1 | io2 | standard``
|
|
740
|
-
* Default: ``io1``, if the ``Iops`` parameter is specified. Otherwise, ``gp3``.
|
|
626
|
+
* Specifies whether the DB instance is restored from the latest backup time. By default, the DB instance isn't restored from the latest backup time. This parameter applies to point-in-time recovery. For more information, see [Restoring a DB instance to a specified time](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIT.html) in the in the *Amazon RDS User Guide*.
|
|
627
|
+
* Constraints:
|
|
628
|
+
* + Can't be specified if the ``RestoreTime`` parameter is provided.
|
|
741
629
|
*/
|
|
742
|
-
|
|
630
|
+
UseLatestRestorableTime?: boolean;
|
|
743
631
|
/**
|
|
744
|
-
*
|
|
745
|
-
*
|
|
632
|
+
* The identifier of the CA certificate for this DB instance.
|
|
633
|
+
* For more information, see [Using SSL/TLS to encrypt a connection to a DB instance](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html) in the *Amazon RDS User Guide* and [Using SSL/TLS to encrypt a connection to a DB cluster](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html) in the *Amazon Aurora User Guide*.
|
|
746
634
|
*/
|
|
747
|
-
|
|
635
|
+
CACertificateIdentifier?: string;
|
|
748
636
|
/**
|
|
749
|
-
*
|
|
637
|
+
* Specifies whether to manage the master user password with AWS Secrets Manager.
|
|
638
|
+
* For more information, see [Password management with Secrets Manager](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html) in the *Amazon RDS User Guide.*
|
|
639
|
+
* Constraints:
|
|
640
|
+
* + Can't manage the master user password with AWS Secrets Manager if ``MasterUserPassword`` is specified.
|
|
750
641
|
*/
|
|
751
|
-
|
|
752
|
-
TdeCredentialArn?: string;
|
|
753
|
-
TdeCredentialPassword?: string;
|
|
642
|
+
ManageMasterUserPassword?: boolean;
|
|
754
643
|
/**
|
|
755
|
-
* The
|
|
644
|
+
* The resource ID of the source DB instance from which to restore.
|
|
756
645
|
*/
|
|
757
|
-
|
|
646
|
+
SourceDbiResourceId?: string;
|
|
758
647
|
/**
|
|
759
|
-
*
|
|
760
|
-
*
|
|
648
|
+
* The ARN for the Secrets Manager secret with the credentials for the user joining the domain.
|
|
649
|
+
* Example: ``arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456``
|
|
761
650
|
*/
|
|
762
|
-
|
|
651
|
+
DomainAuthSecretArn?: string;
|
|
763
652
|
/**
|
|
764
|
-
*
|
|
765
|
-
* Constraints:
|
|
766
|
-
* + Can't be specified if the ``RestoreTime`` parameter is provided.
|
|
653
|
+
* The AWS-Region associated with the automated backup.
|
|
767
654
|
*/
|
|
768
|
-
|
|
655
|
+
AutomaticBackupReplicationRegion?: string;
|
|
769
656
|
/**
|
|
770
657
|
* A list of the VPC security group IDs to assign to the DB instance. The list can include both the physical IDs of existing VPC security groups and references to [AWS::EC2::SecurityGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html) resources created in the template.
|
|
771
658
|
* If you plan to update the resource, don't specify VPC security groups in a shared VPC.
|
|
@@ -781,34 +668,134 @@ export interface _AWS_RDS_DBINSTANCE {
|
|
|
781
668
|
*/
|
|
782
669
|
VPCSecurityGroups?: string[];
|
|
783
670
|
/**
|
|
784
|
-
*
|
|
785
|
-
*
|
|
786
|
-
* Default: ``true``
|
|
671
|
+
* A value that indicates whether major version upgrades are allowed. Changing this parameter doesn't result in an outage and the change is asynchronously applied as soon as possible.
|
|
672
|
+
* Constraints: Major version upgrades must be allowed when specifying a value for the ``EngineVersion`` parameter that is a different major version than the DB instance's current version.
|
|
787
673
|
*/
|
|
788
|
-
|
|
789
|
-
}
|
|
790
|
-
/**
|
|
791
|
-
* Information about an AWS Identity and Access Management (IAM) role that is associated with a DB instance.
|
|
792
|
-
*/
|
|
793
|
-
export interface DBInstanceRole {
|
|
674
|
+
AllowMajorVersionUpgrade?: boolean;
|
|
794
675
|
/**
|
|
795
|
-
* The
|
|
676
|
+
* The meaning of this parameter differs according to the database engine you use.
|
|
677
|
+
* If you specify the ``DBSnapshotIdentifier`` property, this property only applies to RDS for Oracle.
|
|
678
|
+
* *Amazon Aurora*
|
|
679
|
+
* Not applicable. The database name is managed by the DB cluster.
|
|
680
|
+
* *Db2*
|
|
681
|
+
* The name of the database to create when the DB instance is created. If this parameter isn't specified, no database is created in the DB instance.
|
|
682
|
+
* Constraints:
|
|
683
|
+
* + Must contain 1 to 64 letters or numbers.
|
|
684
|
+
* + Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9).
|
|
685
|
+
* + Can't be a word reserved by the specified database engine.
|
|
686
|
+
*
|
|
687
|
+
* *MySQL*
|
|
688
|
+
* The name of the database to create when the DB instance is created. If this parameter is not specified, no database is created in the DB instance.
|
|
689
|
+
* Constraints:
|
|
690
|
+
* + Must contain 1 to 64 letters or numbers.
|
|
691
|
+
* + Can't be a word reserved by the specified database engine
|
|
692
|
+
*
|
|
693
|
+
* *MariaDB*
|
|
694
|
+
* The name of the database to create when the DB instance is created. If this parameter is not specified, no database is created in the DB instance.
|
|
695
|
+
* Constraints:
|
|
696
|
+
* + Must contain 1 to 64 letters or numbers.
|
|
697
|
+
* + Can't be a word reserved by the specified database engine
|
|
698
|
+
*
|
|
699
|
+
* *PostgreSQL*
|
|
700
|
+
* The name of the database to create when the DB instance is created. If this parameter is not specified, the default ``postgres`` database is created in the DB instance.
|
|
701
|
+
* Constraints:
|
|
702
|
+
* + Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9).
|
|
703
|
+
* + Must contain 1 to 63 characters.
|
|
704
|
+
* + Can't be a word reserved by the specified database engine
|
|
705
|
+
*
|
|
706
|
+
* *Oracle*
|
|
707
|
+
* The Oracle System ID (SID) of the created DB instance. If you specify ``null``, the default value ``ORCL`` is used. You can't specify the string NULL, or any other reserved word, for ``DBName``.
|
|
708
|
+
* Default: ``ORCL``
|
|
709
|
+
* Constraints:
|
|
710
|
+
* + Can't be longer than 8 characters
|
|
711
|
+
*
|
|
712
|
+
* *SQL Server*
|
|
713
|
+
* Not applicable. Must be null.
|
|
796
714
|
*/
|
|
797
|
-
|
|
715
|
+
DBName?: string;
|
|
798
716
|
/**
|
|
799
|
-
*
|
|
717
|
+
* A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled.
|
|
718
|
+
* This property is supported for RDS for MariaDB, RDS for MySQL, and RDS for PostgreSQL. For more information, see [IAM Database Authentication for MariaDB, MySQL, and PostgreSQL](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html) in the *Amazon RDS User Guide.*
|
|
719
|
+
* *Amazon Aurora*
|
|
720
|
+
* Not applicable. Mapping AWS IAM accounts to database accounts is managed by the DB cluster.
|
|
800
721
|
*/
|
|
801
|
-
|
|
802
|
-
}
|
|
803
|
-
export interface CertificateDetails {
|
|
722
|
+
EnableIAMDatabaseAuthentication?: boolean;
|
|
804
723
|
/**
|
|
805
|
-
* The
|
|
724
|
+
* The number of days for which automated backups are retained. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.
|
|
725
|
+
* *Amazon Aurora*
|
|
726
|
+
* Not applicable. The retention period for automated backups is managed by the DB cluster.
|
|
727
|
+
* Default: 1
|
|
728
|
+
* Constraints:
|
|
729
|
+
* + Must be a value from 0 to 35
|
|
730
|
+
* + Can't be set to 0 if the DB instance is a source to read replicas
|
|
806
731
|
*/
|
|
807
|
-
|
|
732
|
+
BackupRetentionPeriod?: number;
|
|
733
|
+
/**
|
|
734
|
+
* The instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance.
|
|
735
|
+
* This setting is required for RDS Custom.
|
|
736
|
+
* Constraints:
|
|
737
|
+
* + The profile must exist in your account.
|
|
738
|
+
* + The profile must have an IAM role that Amazon EC2 has permissions to assume.
|
|
739
|
+
* + The instance profile name and the associated IAM role name must start with the prefix ``AWSRDSCustom``.
|
|
740
|
+
*
|
|
741
|
+
* For the list of permissions required for the IAM role, see [Configure IAM and your VPC](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-setup-orcl.html#custom-setup-orcl.iam-vpc) in the *Amazon RDS User Guide*.
|
|
742
|
+
*/
|
|
743
|
+
CustomIAMInstanceProfile?: string;
|
|
744
|
+
/**
|
|
745
|
+
* 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.
|
|
746
|
+
* 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.
|
|
747
|
+
* 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*.
|
|
748
|
+
* 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.
|
|
749
|
+
* 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:
|
|
750
|
+
* + ``CharacterSetName``
|
|
751
|
+
* + ``DBClusterIdentifier``
|
|
752
|
+
* + ``DBName``
|
|
753
|
+
* + ``KmsKeyId``
|
|
754
|
+
* + ``MasterUsername``
|
|
755
|
+
* + ``MasterUserPassword``
|
|
756
|
+
* + ``PromotionTier``
|
|
757
|
+
* + ``SourceDBInstanceIdentifier``
|
|
758
|
+
* + ``SourceRegion``
|
|
759
|
+
* + ``StorageEncrypted`` (for an unencrypted snapshot)
|
|
760
|
+
* + ``Timezone``
|
|
761
|
+
*
|
|
762
|
+
* *Amazon Aurora*
|
|
763
|
+
* Not applicable. Snapshot restore is managed by the DB cluster.
|
|
764
|
+
*/
|
|
765
|
+
DBSnapshotIdentifier?: string;
|
|
766
|
+
/**
|
|
767
|
+
* The list of log types that need to be enabled for exporting to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see [Publishing Database Logs to Amazon CloudWatch Logs](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch) in the *Amazon Relational Database Service User Guide*.
|
|
768
|
+
* *Amazon Aurora*
|
|
769
|
+
* Not applicable. CloudWatch Logs exports are managed by the DB cluster.
|
|
770
|
+
* *Db2*
|
|
771
|
+
* Valid values: ``diag.log``, ``notify.log``
|
|
772
|
+
* *MariaDB*
|
|
773
|
+
* Valid values: ``audit``, ``error``, ``general``, ``slowquery``
|
|
774
|
+
* *Microsoft SQL Server*
|
|
775
|
+
* Valid values: ``agent``, ``error``
|
|
776
|
+
* *MySQL*
|
|
777
|
+
* Valid values: ``audit``, ``error``, ``general``, ``slowquery``
|
|
778
|
+
* *Oracle*
|
|
779
|
+
* Valid values: ``alert``, ``audit``, ``listener``, ``trace``, ``oemagent``
|
|
780
|
+
* *PostgreSQL*
|
|
781
|
+
* Valid values: ``postgresql``, ``upgrade``
|
|
782
|
+
*/
|
|
783
|
+
EnableCloudwatchLogsExports?: string[];
|
|
784
|
+
/**
|
|
785
|
+
* Specifies whether the DB instance class of the DB instance uses its default processor features.
|
|
786
|
+
* This setting doesn't apply to RDS Custom DB instances.
|
|
787
|
+
*/
|
|
788
|
+
UseDefaultProcessorFeatures?: boolean;
|
|
789
|
+
}
|
|
790
|
+
export interface CertificateDetails {
|
|
808
791
|
/**
|
|
809
792
|
* The expiration date of the DB instance’s server certificate.
|
|
810
793
|
*/
|
|
811
794
|
ValidTill?: string;
|
|
795
|
+
/**
|
|
796
|
+
* The CA identifier of the CA certificate used for the DB instance's server certificate.
|
|
797
|
+
*/
|
|
798
|
+
CAIdentifier?: string;
|
|
812
799
|
}
|
|
813
800
|
export interface Endpoint {
|
|
814
801
|
/**
|
|
@@ -824,6 +811,20 @@ export interface Endpoint {
|
|
|
824
811
|
*/
|
|
825
812
|
HostedZoneId?: string;
|
|
826
813
|
}
|
|
814
|
+
/**
|
|
815
|
+
* Metadata assigned to an Amazon RDS resource consisting of a key-value pair.
|
|
816
|
+
* For more information, see [Tagging Amazon RDS resources](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) in the *Amazon RDS User Guide* or [Tagging Amazon Aurora and Amazon RDS resources](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html) in the *Amazon Aurora User Guide*.
|
|
817
|
+
*/
|
|
818
|
+
export interface Tag {
|
|
819
|
+
/**
|
|
820
|
+
* A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and can't be prefixed with ``aws:`` or ``rds:``. The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', ':', '/', '=', '+', '-', '@' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$").
|
|
821
|
+
*/
|
|
822
|
+
Value?: string;
|
|
823
|
+
/**
|
|
824
|
+
* A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and can't be prefixed with ``aws:`` or ``rds:``. The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', ':', '/', '=', '+', '-', '@' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$").
|
|
825
|
+
*/
|
|
826
|
+
Key: string;
|
|
827
|
+
}
|
|
827
828
|
/**
|
|
828
829
|
* The secret managed by RDS in AWS Secrets Manager for the master user password.
|
|
829
830
|
* For more information, see [Password management with Secrets Manager](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html) in the *Amazon RDS User Guide.*
|
|
@@ -839,29 +840,28 @@ export interface MasterUserSecret {
|
|
|
839
840
|
KmsKeyId?: string;
|
|
840
841
|
}
|
|
841
842
|
/**
|
|
842
|
-
*
|
|
843
|
+
* Information about an AWS Identity and Access Management (IAM) role that is associated with a DB instance.
|
|
843
844
|
*/
|
|
844
|
-
export interface
|
|
845
|
+
export interface DBInstanceRole {
|
|
845
846
|
/**
|
|
846
|
-
* The
|
|
847
|
+
* The Amazon Resource Name (ARN) of the IAM role that is associated with the DB instance.
|
|
847
848
|
*/
|
|
848
|
-
|
|
849
|
+
RoleArn: string;
|
|
849
850
|
/**
|
|
850
|
-
* The
|
|
851
|
+
* The name of the feature associated with the AWS Identity and Access Management (IAM) role. IAM roles that are associated with a DB instance grant permission for the DB instance to access other AWS services on your behalf. For the list of supported feature names, see the ``SupportedFeatureNames`` description in [DBEngineVersion](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DBEngineVersion.html) in the *Amazon RDS API Reference*.
|
|
851
852
|
*/
|
|
852
|
-
|
|
853
|
+
FeatureName: string;
|
|
853
854
|
}
|
|
854
855
|
/**
|
|
855
|
-
*
|
|
856
|
-
* For more information, see [Tagging Amazon RDS resources](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) in the *Amazon RDS User Guide* or [Tagging Amazon Aurora and Amazon RDS resources](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html) in the *Amazon Aurora User Guide*.
|
|
856
|
+
* The ``ProcessorFeature`` property type specifies the processor features of a DB instance class.
|
|
857
857
|
*/
|
|
858
|
-
export interface
|
|
858
|
+
export interface ProcessorFeature {
|
|
859
859
|
/**
|
|
860
|
-
*
|
|
860
|
+
* The value of a processor feature.
|
|
861
861
|
*/
|
|
862
|
-
|
|
862
|
+
Value?: string;
|
|
863
863
|
/**
|
|
864
|
-
*
|
|
864
|
+
* The name of the processor feature. Valid names are ``coreCount`` and ``threadsPerCore``.
|
|
865
865
|
*/
|
|
866
|
-
|
|
866
|
+
Name?: ("coreCount" | "threadsPerCore");
|
|
867
867
|
}
|