You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>Adds metadata tags to an Amazon RDS resource. These tags can also be used with cost allocation reporting to track cost associated with Amazon RDS resources, or used in a Condition statement in an IAM policy for Amazon RDS.</p>
31
-
* <p>For an overview on tagging Amazon RDS resources,
32
-
* see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.Tagging.html">Tagging Amazon RDS Resources</a>.</p>
31
+
* <p>For an overview on tagging your relational database resources,
32
+
* see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html">Tagging Amazon RDS Resources</a>
33
+
* or <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html">Tagging Amazon Aurora and Amazon RDS Resources</a>.
34
+
* </p>
33
35
* @example
34
36
* Use a bare-bones client and the command you need to make an API call.
Copy file name to clipboardexpand all lines: clients/client-rds/src/models/models_0.ts
+8-10
Original file line number
Diff line number
Diff line change
@@ -571,9 +571,10 @@ export class SubscriptionNotFoundFault extends __BaseException {
571
571
572
572
/**
573
573
* <p>Metadata assigned to an Amazon RDS resource consisting of a key-value pair.</p>
574
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html">Tagging
575
-
* Amazon RDS Resources</a> in the <i>Amazon RDS User Guide.</i>
576
-
* </p>
574
+
* <p>For more information, see
575
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html">Tagging Amazon RDS Resources</a> in the <i>Amazon RDS User Guide</i>
576
+
* or <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html">Tagging Amazon Aurora and Amazon RDS Resources</a> in the <i>Amazon Aurora User Guide</i>.
* <p>The name of the database to create when the primary DB instance of the Aurora PostgreSQL DB cluster is
7077
-
* created. If this parameter isn't specified for an Aurora PostgreSQL DB cluster,
7078
-
* a database named <code>postgres</code> is created in the DB cluster.</p>
7077
+
* created. A database named <code>postgres</code> is always created. If this parameter is specified, an additional database with this name is created.</p>
* <p>The name of the database to create when the DB instance is created. If this parameter isn't specified, a database named <code>postgres</code>
7186
-
* is created in the DB instance.</p>
7184
+
* <p>The name of the database to create when the DB instance is created. A database named <code>postgres</code> is always created. If this parameter is specified, an additional database with this name is created.</p>
* <p>An Amazon Web Services Identity and Access Management (IAM) role to allow Amazon RDS to access your Amazon S3 bucket.</p>
13416
+
* <p>An Amazon Web Services Identity and Access Management (IAM) role with a trust policy and a permissions policy that allows Amazon RDS to access your Amazon S3 bucket.
13417
+
* For information about this role,
13418
+
* see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MySQL.Procedural.Importing.html#MySQL.Procedural.Importing.Enabling.IAM">
13419
+
* Creating an IAM role manually</a> in the <i>Amazon RDS User Guide.</i>
0 commit comments