diff --git a/clients/client-rds/src/commands/CreateGlobalClusterCommand.ts b/clients/client-rds/src/commands/CreateGlobalClusterCommand.ts index e6a2ae145cdb..6556e6acfe38 100644 --- a/clients/client-rds/src/commands/CreateGlobalClusterCommand.ts +++ b/clients/client-rds/src/commands/CreateGlobalClusterCommand.ts @@ -47,7 +47,7 @@ export interface CreateGlobalClusterCommandOutput extends CreateGlobalClusterRes * Or you can specify an existing Aurora cluster during the create operation, * and this cluster becomes the primary cluster of the global database.
*This action applies only to Aurora DB clusters.
+ *This operation applies only to Aurora DB clusters.
*The status of the Active Directory Domain membership for the DB instance or cluster. Values include joined, pending-join, failed, and so on.
+ *The status of the Active Directory Domain membership for the DB instance or cluster. Values include joined
, pending-join
, failed
, and so on.
The name of the IAM role to be used when making API calls to the Directory Service.
+ *The name of the IAM role used when making API calls to the Directory Service.
*/ IAMRoleName?: string; /** - *The Active Directory organizational unit for your DB instance to join.
+ *The Active Directory organizational unit for the DB instance or cluster.
*/ OU?: string; /** - *The ARN for the Secrets Manager secret that contains the credentials for the user performing the domain join.
+ *The ARN for the Secrets Manager secret with the credentials for the user that's a member of the domain.
*/ AuthSecretArn?: string; /** - *The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers.
+ *The IPv4 DNS IP addresses of the primary and secondary Active Directory domain controllers.
*/ DnsIps?: string[]; } @@ -6006,14 +6006,6 @@ export interface CreateDBInstanceMessage { *The meaning of this parameter differs depending on the database engine.
*The name of the database to create when the primary DB instance of the Aurora MySQL DB cluster is * created. If you don't specify a value, Amazon RDS doesn't create a database in the DB cluster.
@@ -6027,6 +6019,7 @@ export interface CreateDBInstanceMessage { * * *The name of the database to create when the primary DB instance of the Aurora PostgreSQL DB cluster is * created.
@@ -6047,6 +6040,7 @@ export interface CreateDBInstanceMessage { * * *The Oracle System ID (SID) of the created RDS Custom DB instance.
*Default: ORCL
@@ -6064,9 +6058,11 @@ export interface CreateDBInstanceMessage {
*
*
*
Not applicable. Must be null.
*The name of the database to create when the DB instance is created. If you don't specify a value, Amazon RDS doesn't create a database in the DB instance.
*Constraints:
@@ -6082,6 +6078,7 @@ export interface CreateDBInstanceMessage { * * *The name of the database to create when the DB instance is created. If you don't specify a value, Amazon RDS doesn't create a database in the DB instance.
*Constraints:
@@ -6097,6 +6094,7 @@ export interface CreateDBInstanceMessage { * * *The Oracle System ID (SID) of the created DB instance.
*Default: ORCL
@@ -6111,6 +6109,7 @@ export interface CreateDBInstanceMessage {
*
*
*
The name of the database to create when the DB instance is created.
*Default: postgres
@@ -6128,6 +6127,7 @@ export interface CreateDBInstanceMessage {
*
*
*
Not applicable. Must be null.
*Constraints to the amount of storage for each storage type are the following:
*Constraints to the amount of storage for each storage type are the following:
*Constraints to the amount of storage for each storage type are the following:
*Constraints to the amount of storage for each storage type are the following:
*Constraints to the amount of storage for each storage type are the following:
*Constraints to the amount of storage for each storage type are the following:
*A custom engine version (CEV) that you have previously created. This setting is required for RDS Custom for Oracle. The CEV
* name has the following format: 19.customized_string. A valid CEV name is
* 19.my_cev1
. For more information, see
* Creating an RDS Custom for Oracle DB instance in the Amazon RDS User Guide.
See RDS Custom for SQL Server general requirements * in the Amazon RDS User Guide.
*For information, see MariaDB on Amazon RDS versions in the * Amazon RDS User Guide.
*For information, see Microsoft SQL Server versions on Amazon RDS in the * Amazon RDS User Guide.
*For information, see MySQL on Amazon RDS versions in the * Amazon RDS User Guide.
*For information, see Oracle Database Engine release notes in the * Amazon RDS User Guide.
*For information, see Amazon RDS for PostgreSQL versions and extensions in the * Amazon RDS User Guide.
@@ -6877,11 +6877,11 @@ export interface CreateDBInstanceMessage { Domain?: string; /** - *Specifies the fully qualified domain name of an Active Directory domain.
+ *The fully qualified domain name (FQDN) of an Active Directory domain.
*Constraints:
*Cannot be greater than 64 characters.
+ *Can't be longer than 64 characters.
*Example: mymanagedADtest.mymanagedAD.mydomain
@@ -6897,7 +6897,7 @@ export interface CreateDBInstanceMessage {
*
Must be in the distinguished name format.
* *Cannot be greater than 64 characters.
+ *Can't be longer than 64 characters.
*Example: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain
@@ -6906,7 +6906,7 @@ export interface CreateDBInstanceMessage {
DomainOu?: string;
/**
- *
The ARN for the Secrets Manager secret that contains the credentials for the user performing the domain join.
+ *The ARN for the Secrets Manager secret with the credentials for the user joining the domain.
*Example: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456
*
Spcifies whether to copy tags from the DB instance to snapshots of the DB instance. By default, tags are not copied.
+ *Specifies whether to copy tags from the DB instance to snapshots of the DB instance. By default, tags are not copied.
*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.
*/ @@ -8824,11 +8824,11 @@ export interface CreateDBInstanceReadReplicaMessage { DomainIAMRoleName?: string; /** - *Specifies the fully qualified domain name of an Active Directory domain.
+ *The fully qualified domain name (FQDN) of an Active Directory domain.
*Constraints:
*Cannot be greater than 64 characters.
+ *Can't be longer than 64 characters.
*Example: mymanagedADtest.mymanagedAD.mydomain
@@ -8844,7 +8844,7 @@ export interface CreateDBInstanceReadReplicaMessage {
*
Must be in the distinguished name format.
* *Cannot be greater than 64 characters.
+ *Can't be longer than 64 characters.
*Example: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain
@@ -8853,7 +8853,7 @@ export interface CreateDBInstanceReadReplicaMessage {
DomainOu?: string;
/**
- *
The ARN for the Secrets Manager secret that contains the credentials for the user performing the domain join.
+ *The ARN for the Secrets Manager secret with the credentials for the user joining the domain.
*Example: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456
*
The cluster identifier of the new global database cluster. This parameter is stored as a lowercase string.
+ *The cluster identifier for this global database cluster. This parameter is stored as a lowercase string.
*/ GlobalClusterIdentifier?: string; /** - *The Amazon Resource Name (ARN) to use as the primary cluster of the global database. - * This parameter is optional.
+ *The Amazon Resource Name (ARN) to use as the primary cluster of the global database.
+ *If you provide a value for this parameter, don't specify values for the following settings because Amazon Aurora uses the values from the specified source DB cluster:
+ *
+ * DatabaseName
+ *
+ * Engine
+ *
+ * EngineVersion
+ *
+ * StorageEncrypted
+ *
The name of the database engine to be used for this DB cluster.
+ *The database engine to use for this global database cluster.
+ *Valid Values: aurora-mysql | aurora-postgresql
+ *
Constraints:
+ *Can't be specified if SourceDBClusterIdentifier
is specified. In this case, Amazon Aurora uses the engine of the source DB cluster.
The engine version of the Aurora global database.
+ *The engine version to use for this global database cluster.
+ *Constraints:
+ *Can't be specified if SourceDBClusterIdentifier
is specified. In this case, Amazon Aurora uses the engine version of the source DB cluster.
The deletion protection setting for the new global database. + *
Specifies whether to enable deletion protection for the new global database cluster. * The global database can't be deleted when deletion protection is enabled.
*/ DeletionProtection?: boolean; /** - *The name for your database of up to 64 alphanumeric characters. If you do not provide - * a name, Amazon Aurora will not create a database in the global database cluster you are - * creating.
+ *The name for your database of up to 64 alphanumeric characters. If you don't specify + * a name, Amazon Aurora doesn't create a database in the global database cluster.
+ *Constraints:
+ *Can't be specified if SourceDBClusterIdentifier
is specified. In this case, Amazon Aurora uses the database name from the source DB cluster.
The storage encryption setting for the new global database cluster.
+ *Specifies whether to enable storage encryption for the new global database cluster.
+ *Constraints:
+ *Can't be specified if SourceDBClusterIdentifier
is specified. In this case, Amazon Aurora uses the setting from the source DB cluster.
Specifies the fully qualified domain name of an Active Directory domain.
+ *The fully qualified domain name (FQDN) of an Active Directory domain.
*Constraints:
*Cannot be greater than 64 characters.
+ *Can't be longer than 64 characters.
*Example: mymanagedADtest.mymanagedAD.mydomain
@@ -4971,7 +4971,7 @@ export interface ModifyDBInstanceMessage {
*
Must be in the distinguished name format.
* *Cannot be greater than 64 characters.
+ *Can't be longer than 64 characters.
*Example: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain
@@ -4980,7 +4980,7 @@ export interface ModifyDBInstanceMessage {
DomainOu?: string;
/**
- *
The ARN for the Secrets Manager secret that contains the credentials for the user performing the domain join.
+ *The ARN for the Secrets Manager secret with the credentials for the user joining the domain.
*Example: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456
*
Boolean. If present, removes the instance from the Active Directory domain.
+ *Specifies whether to remove the DB instance from the Active Directory domain.
*/ DisableDomain?: boolean; @@ -8183,11 +8183,11 @@ export interface RestoreDBInstanceFromDBSnapshotMessage { Domain?: string; /** - *Specifies the fully qualified domain name of an Active Directory domain.
+ *The fully qualified domain name (FQDN) of an Active Directory domain.
*Constraints:
*Cannot be greater than 64 characters.
+ *Can't be longer than 64 characters.
*Example: mymanagedADtest.mymanagedAD.mydomain
@@ -8203,7 +8203,7 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
*
Must be in the distinguished name format.
* *Cannot be greater than 64 characters.
+ *Can't be longer than 64 characters.
*Example: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain
@@ -8212,7 +8212,7 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
DomainOu?: string;
/**
- *
The ARN for the Secrets Manager secret that contains the credentials for the user performing the domain join.
+ *The ARN for the Secrets Manager secret with the credentials for the user joining the domain.
*Constraints:
*Example: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456
*
Specify the name of the IAM role to be used when making API calls to the Directory Service.
- *This setting doesn't apply to RDS Custom.
+ *The name of the IAM role to use when making API calls to the Directory Service.
+ *This setting doesn't apply to RDS Custom DB instances.
*/ DomainIAMRoleName?: string; @@ -9272,17 +9272,17 @@ export interface RestoreDBInstanceToPointInTimeMessage { Domain?: string; /** - *Specify the name of the IAM role to be used when making API calls to the Directory Service.
- *This setting doesn't apply to RDS Custom.
+ *The name of the IAM role to use when making API calls to the Directory Service.
+ *This setting doesn't apply to RDS Custom DB instances.
*/ DomainIAMRoleName?: string; /** - *Specifies the fully qualified domain name of an Active Directory domain.
+ *The fully qualified domain name (FQDN) of an Active Directory domain.
*Constraints:
*Cannot be greater than 64 characters.
+ *Can't be longer than 64 characters.
*Example: mymanagedADtest.mymanagedAD.mydomain
@@ -9298,7 +9298,7 @@ export interface RestoreDBInstanceToPointInTimeMessage {
*
Must be in the distinguished name format.
* *Cannot be greater than 64 characters.
+ *Can't be longer than 64 characters.
*Example: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain
@@ -9307,11 +9307,11 @@ export interface RestoreDBInstanceToPointInTimeMessage {
DomainOu?: string;
/**
- *
The ARN for the Secrets Manager secret that contains the credentials for the user performing the domain join.
+ *The ARN for the Secrets Manager secret with the credentials for the user joining the domain.
*Constraints:
*Cannot be greater than 64 characters.
+ *Can't be longer than 64 characters.
*Example: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456
diff --git a/codegen/sdk-codegen/aws-models/rds.json b/codegen/sdk-codegen/aws-models/rds.json
index 1bad9971e309..dba9c7537e38 100644
--- a/codegen/sdk-codegen/aws-models/rds.json
+++ b/codegen/sdk-codegen/aws-models/rds.json
@@ -4116,7 +4116,7 @@
"DBName": {
"target": "com.amazonaws.rds#String",
"traits": {
- "smithy.api#documentation": "
The meaning of this parameter differs depending on the database engine.
\nThe name of the database to create when the primary DB instance of the Aurora MySQL DB cluster is\n created. If you don't specify a value, Amazon RDS doesn't create a database in the DB cluster.
\nConstraints:
\nMust contain 1 to 64 alphanumeric characters.
\nCan't be a word reserved by the database engine.
\nThe name of the database to create when the primary DB instance of the Aurora PostgreSQL DB cluster is\n created.
\nDefault: postgres
\n
Constraints:
\nMust contain 1 to 63 alphanumeric characters.
\nMust begin with a letter.\n Subsequent characters can be letters, underscores, or digits\n (0 to 9).
\nCan't be a word reserved by the database engine.
\nThe Oracle System ID (SID) of the created RDS Custom DB instance.
\nDefault: ORCL
\n
Constraints:
\nMust contain 1 to 8 alphanumeric characters.
\nMust contain a letter.
\nCan't be a word reserved by the database engine.
\nNot applicable. Must be null.
\nThe name of the database to create when the DB instance is created. If you don't specify a value, Amazon RDS doesn't create a database in the DB instance.
\nConstraints:
\nMust contain 1 to 64 letters or numbers.
\nMust begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9).
\nCan't be a word reserved by the database engine.
\nThe name of the database to create when the DB instance is created. If you don't specify a value, Amazon RDS doesn't create a database in the DB instance.
\nConstraints:
\nMust contain 1 to 64 letters or numbers.
\nMust begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9).
\nCan't be a word reserved by the database engine.
\nThe Oracle System ID (SID) of the created DB instance.
\nDefault: ORCL
\n
Constraints:
\nCan't be longer than 8 characters.
\nCan't be a word reserved by the database engine, such as the string NULL
.
The name of the database to create when the DB instance is created.
\nDefault: postgres
\n
Constraints:
\nMust contain 1 to 63 letters, numbers, or underscores.
\nMust begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9).
\nCan't be a word reserved by the database engine.
\nNot applicable. Must be null.
\nThe meaning of this parameter differs depending on the database engine.
\nThe name of the database to create when the primary DB instance of the Aurora MySQL DB cluster is\n created. If you don't specify a value, Amazon RDS doesn't create a database in the DB cluster.
\nConstraints:
\nMust contain 1 to 64 alphanumeric characters.
\nCan't be a word reserved by the database engine.
\nThe name of the database to create when the primary DB instance of the Aurora PostgreSQL DB cluster is\n created.
\nDefault: postgres
\n
Constraints:
\nMust contain 1 to 63 alphanumeric characters.
\nMust begin with a letter.\n Subsequent characters can be letters, underscores, or digits\n (0 to 9).
\nCan't be a word reserved by the database engine.
\nThe Oracle System ID (SID) of the created RDS Custom DB instance.
\nDefault: ORCL
\n
Constraints:
\nMust contain 1 to 8 alphanumeric characters.
\nMust contain a letter.
\nCan't be a word reserved by the database engine.
\nNot applicable. Must be null.
\nThe name of the database to create when the DB instance is created. If you don't specify a value, Amazon RDS doesn't create a database in the DB instance.
\nConstraints:
\nMust contain 1 to 64 letters or numbers.
\nMust begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9).
\nCan't be a word reserved by the database engine.
\nThe name of the database to create when the DB instance is created. If you don't specify a value, Amazon RDS doesn't create a database in the DB instance.
\nConstraints:
\nMust contain 1 to 64 letters or numbers.
\nMust begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9).
\nCan't be a word reserved by the database engine.
\nThe Oracle System ID (SID) of the created DB instance.
\nDefault: ORCL
\n
Constraints:
\nCan't be longer than 8 characters.
\nCan't be a word reserved by the database engine, such as the string NULL
.
The name of the database to create when the DB instance is created.
\nDefault: postgres
\n
Constraints:
\nMust contain 1 to 63 letters, numbers, or underscores.
\nMust begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9).
\nCan't be a word reserved by the database engine.
\nNot applicable. Must be null.
\nThe amount of storage in gibibytes (GiB) to allocate for the DB instance.
\nThis setting doesn't apply to Amazon Aurora DB instances. Aurora cluster volumes automatically grow as the amount of data in your \n database increases, though you are only charged for the space that you use in an Aurora cluster volume.
\nConstraints to the amount of storage for each storage type are the following:
\nGeneral Purpose (SSD) storage (gp2, gp3): Must be an integer from 40 to 65536 for RDS Custom for Oracle, \n 16384 for RDS Custom for SQL Server.
\nProvisioned IOPS storage (io1): Must be an integer from 40 to 65536 for RDS Custom for Oracle, \n 16384 for RDS Custom for SQL Server.
\nConstraints to the amount of storage for each storage type are the following:
\nGeneral Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536.
\nProvisioned IOPS storage (io1): Must be an integer from 100 to 65536.
\nMagnetic storage (standard): Must be an integer from 5 to 3072.
\nConstraints to the amount of storage for each storage type are the following:
\nGeneral Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536.
\nProvisioned IOPS storage (io1): Must be an integer from 100 to 65536.
\nMagnetic storage (standard): Must be an integer from 5 to 3072.
\nConstraints to the amount of storage for each storage type are the following:
\nGeneral Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536.
\nProvisioned IOPS storage (io1): Must be an integer from 100 to 65536.
\nMagnetic storage (standard): Must be an integer from 10 to 3072.
\nConstraints to the amount of storage for each storage type are the following:
\nGeneral Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536.
\nProvisioned IOPS storage (io1): Must be an integer from 100 to 65536.
\nMagnetic storage (standard): Must be an integer from 5 to 3072.
\nConstraints to the amount of storage for each storage type are the following:
\nGeneral Purpose (SSD) storage (gp2, gp3):
\nEnterprise and Standard editions: Must be an integer from 20 to 16384.
\nWeb and Express editions: Must be an integer from 20 to 16384.
\nProvisioned IOPS storage (io1):
\nEnterprise and Standard editions: Must be an integer from 100 to 16384.
\nWeb and Express editions: Must be an integer from 100 to 16384.
\nMagnetic storage (standard):
\nEnterprise and Standard editions: Must be an integer from 20 to 1024.
\nWeb and Express editions: Must be an integer from 20 to 1024.
\nThe amount of storage in gibibytes (GiB) to allocate for the DB instance.
\nThis setting doesn't apply to Amazon Aurora DB instances. Aurora cluster volumes automatically grow as the amount of data in your \n database increases, though you are only charged for the space that you use in an Aurora cluster volume.
\nConstraints to the amount of storage for each storage type are the following:
\nGeneral Purpose (SSD) storage (gp2, gp3): Must be an integer from 40 to 65536 for RDS Custom for Oracle, \n 16384 for RDS Custom for SQL Server.
\nProvisioned IOPS storage (io1): Must be an integer from 40 to 65536 for RDS Custom for Oracle, \n 16384 for RDS Custom for SQL Server.
\nConstraints to the amount of storage for each storage type are the following:
\nGeneral Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536.
\nProvisioned IOPS storage (io1): Must be an integer from 100 to 65536.
\nMagnetic storage (standard): Must be an integer from 5 to 3072.
\nConstraints to the amount of storage for each storage type are the following:
\nGeneral Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536.
\nProvisioned IOPS storage (io1): Must be an integer from 100 to 65536.
\nMagnetic storage (standard): Must be an integer from 5 to 3072.
\nConstraints to the amount of storage for each storage type are the following:
\nGeneral Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536.
\nProvisioned IOPS storage (io1): Must be an integer from 100 to 65536.
\nMagnetic storage (standard): Must be an integer from 10 to 3072.
\nConstraints to the amount of storage for each storage type are the following:
\nGeneral Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536.
\nProvisioned IOPS storage (io1): Must be an integer from 100 to 65536.
\nMagnetic storage (standard): Must be an integer from 5 to 3072.
\nConstraints to the amount of storage for each storage type are the following:
\nGeneral Purpose (SSD) storage (gp2, gp3):
\nEnterprise and Standard editions: Must be an integer from 20 to 16384.
\nWeb and Express editions: Must be an integer from 20 to 16384.
\nProvisioned IOPS storage (io1):
\nEnterprise and Standard editions: Must be an integer from 100 to 16384.
\nWeb and Express editions: Must be an integer from 100 to 16384.
\nMagnetic storage (standard):
\nEnterprise and Standard editions: Must be an integer from 20 to 1024.
\nWeb and Express editions: Must be an integer from 20 to 1024.
\nThe version number of the database engine to use.
\nThis setting doesn't apply to Amazon Aurora DB instances. The version number of the database engine the DB\n instance uses is managed by the DB cluster.
\nFor a list of valid engine versions, use the DescribeDBEngineVersions
\n operation.
The following are the database engines and links to information about the major and minor versions that are available with \n Amazon RDS. Not every database engine is available for every Amazon Web Services Region.
\nA custom engine version (CEV) that you have previously created. This setting is required for RDS Custom for Oracle. The CEV \n name has the following format: 19.customized_string. A valid CEV name is \n 19.my_cev1
. For more information, see \n Creating an RDS Custom for Oracle DB instance in the Amazon RDS User Guide.
See RDS Custom for SQL Server general requirements \n in the Amazon RDS User Guide.
\nFor information, see MariaDB on Amazon RDS versions in the \n Amazon RDS User Guide.
\nFor information, see Microsoft SQL Server versions on Amazon RDS in the \n Amazon RDS User Guide.
\nFor information, see MySQL on Amazon RDS versions in the \n Amazon RDS User Guide.
\nFor information, see Oracle Database Engine release notes in the \n Amazon RDS User Guide.
\nFor information, see Amazon RDS for PostgreSQL versions and extensions in the \n Amazon RDS User Guide.
\nThe version number of the database engine to use.
\nThis setting doesn't apply to Amazon Aurora DB instances. The version number of the database engine the DB\n instance uses is managed by the DB cluster.
\nFor a list of valid engine versions, use the DescribeDBEngineVersions
\n operation.
The following are the database engines and links to information about the major and minor versions that are available with \n Amazon RDS. Not every database engine is available for every Amazon Web Services Region.
\nA custom engine version (CEV) that you have previously created. This setting is required for RDS Custom for Oracle. The CEV \n name has the following format: 19.customized_string. A valid CEV name is \n 19.my_cev1
. For more information, see \n Creating an RDS Custom for Oracle DB instance in the Amazon RDS User Guide.
See RDS Custom for SQL Server general requirements \n in the Amazon RDS User Guide.
\nFor information, see MariaDB on Amazon RDS versions in the \n Amazon RDS User Guide.
\nFor information, see Microsoft SQL Server versions on Amazon RDS in the \n Amazon RDS User Guide.
\nFor information, see MySQL on Amazon RDS versions in the \n Amazon RDS User Guide.
\nFor information, see Oracle Database Engine release notes in the \n Amazon RDS User Guide.
\nFor information, see Amazon RDS for PostgreSQL versions and extensions in the \n Amazon RDS User Guide.
\nSpecifies the fully qualified domain name of an Active Directory domain.
\nConstraints:
\nCannot be greater than 64 characters.
\nExample: mymanagedADtest.mymanagedAD.mydomain
\n
The fully qualified domain name (FQDN) of an Active Directory domain.
\nConstraints:
\nCan't be longer than 64 characters.
\nExample: mymanagedADtest.mymanagedAD.mydomain
\n
The Active Directory organizational unit for your DB instance to join.
\nConstraints:
\nMust be in the distinguished name format.
\nCannot be greater than 64 characters.
\nExample: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain
\n
The Active Directory organizational unit for your DB instance to join.
\nConstraints:
\nMust be in the distinguished name format.
\nCan't be longer than 64 characters.
\nExample: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain
\n
The ARN for the Secrets Manager secret that contains the credentials for the user performing the domain join.
\nExample: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456
\n
The ARN for the Secrets Manager secret with the credentials for the user joining the domain.
\nExample: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456
\n
Spcifies whether to copy tags from the DB instance to snapshots of the DB instance. By default, tags are not copied.
\nThis setting doesn't apply to Amazon Aurora DB instances. Copying tags to snapshots is managed by the DB cluster. Setting this\n value for an Aurora DB instance has no effect on the DB cluster setting.
" + "smithy.api#documentation": "Specifies whether to copy tags from the DB instance to snapshots of the DB instance. By default, tags are not copied.
\nThis setting doesn't apply to Amazon Aurora DB instances. Copying tags to snapshots is managed by the DB cluster. Setting this\n value for an Aurora DB instance has no effect on the DB cluster setting.
" } }, "MonitoringInterval": { @@ -4739,19 +4739,19 @@ "DomainFqdn": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "Specifies the fully qualified domain name of an Active Directory domain.
\nConstraints:
\nCannot be greater than 64 characters.
\nExample: mymanagedADtest.mymanagedAD.mydomain
\n
The fully qualified domain name (FQDN) of an Active Directory domain.
\nConstraints:
\nCan't be longer than 64 characters.
\nExample: mymanagedADtest.mymanagedAD.mydomain
\n
The Active Directory organizational unit for your DB instance to join.
\nConstraints:
\nMust be in the distinguished name format.
\nCannot be greater than 64 characters.
\nExample: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain
\n
The Active Directory organizational unit for your DB instance to join.
\nConstraints:
\nMust be in the distinguished name format.
\nCan't be longer than 64 characters.
\nExample: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain
\n
The ARN for the Secrets Manager secret that contains the credentials for the user performing the domain join.
\nExample: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456
\n
The ARN for the Secrets Manager secret with the credentials for the user joining the domain.
\nExample: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456
\n
Creates an Aurora global database\n spread across multiple Amazon Web Services Regions. The global database\n contains a single primary cluster with read-write capability,\n and a read-only secondary cluster that receives\n data from the primary cluster through high-speed replication\n performed by the Aurora storage subsystem.
\nYou can create a global database that is initially empty, and then\n add a primary cluster and a secondary cluster to it.\n Or you can specify an existing Aurora cluster during the create operation,\n and this cluster becomes the primary cluster of the global database.
\nThis action applies only to Aurora DB clusters.
\nCreates an Aurora global database\n spread across multiple Amazon Web Services Regions. The global database\n contains a single primary cluster with read-write capability,\n and a read-only secondary cluster that receives\n data from the primary cluster through high-speed replication\n performed by the Aurora storage subsystem.
\nYou can create a global database that is initially empty, and then\n add a primary cluster and a secondary cluster to it.\n Or you can specify an existing Aurora cluster during the create operation,\n and this cluster becomes the primary cluster of the global database.
\nThis operation applies only to Aurora DB clusters.
\nThe cluster identifier of the new global database cluster. This parameter is stored as a lowercase string.
" + "smithy.api#documentation": "The cluster identifier for this global database cluster. This parameter is stored as a lowercase string.
" } }, "SourceDBClusterIdentifier": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "The Amazon Resource Name (ARN) to use as the primary cluster of the global database.\n This parameter is optional.
" + "smithy.api#documentation": "The Amazon Resource Name (ARN) to use as the primary cluster of the global database.
\nIf you provide a value for this parameter, don't specify values for the following settings because Amazon Aurora uses the values from the specified source DB cluster:
\n\n DatabaseName
\n
\n Engine
\n
\n EngineVersion
\n
\n StorageEncrypted
\n
The name of the database engine to be used for this DB cluster.
" + "smithy.api#documentation": "The database engine to use for this global database cluster.
\nValid Values: aurora-mysql | aurora-postgresql
\n
Constraints:
\nCan't be specified if SourceDBClusterIdentifier
is specified. In this case, Amazon Aurora uses the engine of the source DB cluster.
The engine version of the Aurora global database.
" + "smithy.api#documentation": "The engine version to use for this global database cluster.
\nConstraints:
\nCan't be specified if SourceDBClusterIdentifier
is specified. In this case, Amazon Aurora uses the engine version of the source DB cluster.
The deletion protection setting for the new global database.\n The global database can't be deleted when deletion protection is enabled.
" + "smithy.api#documentation": "Specifies whether to enable deletion protection for the new global database cluster.\n The global database can't be deleted when deletion protection is enabled.
" } }, "DatabaseName": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "The name for your database of up to 64 alphanumeric characters. If you do not provide\n a name, Amazon Aurora will not create a database in the global database cluster you are\n creating.
" + "smithy.api#documentation": "The name for your database of up to 64 alphanumeric characters. If you don't specify\n a name, Amazon Aurora doesn't create a database in the global database cluster.
\nConstraints:
\nCan't be specified if SourceDBClusterIdentifier
is specified. In this case, Amazon Aurora uses the database name from the source DB cluster.
The storage encryption setting for the new global database cluster.
" + "smithy.api#documentation": "Specifies whether to enable storage encryption for the new global database cluster.
\nConstraints:
\nCan't be specified if SourceDBClusterIdentifier
is specified. In this case, Amazon Aurora uses the setting from the source DB cluster.
The status of the Active Directory Domain membership for the DB instance or cluster. Values include joined, pending-join, failed, and so on.
" + "smithy.api#documentation": "The status of the Active Directory Domain membership for the DB instance or cluster. Values include joined
, pending-join
, failed
, and so on.
The name of the IAM role to be used when making API calls to the Directory Service.
" + "smithy.api#documentation": "The name of the IAM role used when making API calls to the Directory Service.
" } }, "OU": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "The Active Directory organizational unit for your DB instance to join.
" + "smithy.api#documentation": "The Active Directory organizational unit for the DB instance or cluster.
" } }, "AuthSecretArn": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "The ARN for the Secrets Manager secret that contains the credentials for the user performing the domain join.
" + "smithy.api#documentation": "The ARN for the Secrets Manager secret with the credentials for the user that's a member of the domain.
" } }, "DnsIps": { "target": "com.amazonaws.rds#StringList", "traits": { - "smithy.api#documentation": "The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers.
" + "smithy.api#documentation": "The IPv4 DNS IP addresses of the primary and secondary Active Directory domain controllers.
" } } }, @@ -16537,19 +16537,19 @@ "DomainFqdn": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "Specifies the fully qualified domain name of an Active Directory domain.
\nConstraints:
\nCannot be greater than 64 characters.
\nExample: mymanagedADtest.mymanagedAD.mydomain
\n
The fully qualified domain name (FQDN) of an Active Directory domain.
\nConstraints:
\nCan't be longer than 64 characters.
\nExample: mymanagedADtest.mymanagedAD.mydomain
\n
The Active Directory organizational unit for your DB instance to join.
\nConstraints:
\nMust be in the distinguished name format.
\nCannot be greater than 64 characters.
\nExample: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain
\n
The Active Directory organizational unit for your DB instance to join.
\nConstraints:
\nMust be in the distinguished name format.
\nCan't be longer than 64 characters.
\nExample: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain
\n
The ARN for the Secrets Manager secret that contains the credentials for the user performing the domain join.
\nExample: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456
\n
The ARN for the Secrets Manager secret with the credentials for the user joining the domain.
\nExample: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456
\n
Boolean. If present, removes the instance from the Active Directory domain.
" + "smithy.api#documentation": "Specifies whether to remove the DB instance from the Active Directory domain.
" } }, "PromotionTier": { @@ -20914,19 +20914,19 @@ "DomainFqdn": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "Specifies the fully qualified domain name of an Active Directory domain.
\nConstraints:
\nCannot be greater than 64 characters.
\nExample: mymanagedADtest.mymanagedAD.mydomain
\n
The fully qualified domain name (FQDN) of an Active Directory domain.
\nConstraints:
\nCan't be longer than 64 characters.
\nExample: mymanagedADtest.mymanagedAD.mydomain
\n
The Active Directory organizational unit for your DB instance to join.
\nConstraints:
\nMust be in the distinguished name format.
\nCannot be greater than 64 characters.
\nExample: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain
\n
The Active Directory organizational unit for your DB instance to join.
\nConstraints:
\nMust be in the distinguished name format.
\nCan't be longer than 64 characters.
\nExample: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain
\n
The ARN for the Secrets Manager secret that contains the credentials for the user performing the domain join.
\nConstraints:
\nExample: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456
\n
The ARN for the Secrets Manager secret with the credentials for the user joining the domain.
\nConstraints:
\nExample: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456
\n
Specify the name of the IAM role to be used when making API calls to the Directory Service.
\nThis setting doesn't apply to RDS Custom.
" + "smithy.api#documentation": "The name of the IAM role to use when making API calls to the Directory Service.
\nThis setting doesn't apply to RDS Custom DB instances.
" } }, "EnableIAMDatabaseAuthentication": { @@ -21646,25 +21646,25 @@ "DomainIAMRoleName": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "Specify the name of the IAM role to be used when making API calls to the Directory Service.
\nThis setting doesn't apply to RDS Custom.
" + "smithy.api#documentation": "The name of the IAM role to use when making API calls to the Directory Service.
\nThis setting doesn't apply to RDS Custom DB instances.
" } }, "DomainFqdn": { "target": "com.amazonaws.rds#String", "traits": { - "smithy.api#documentation": "Specifies the fully qualified domain name of an Active Directory domain.
\nConstraints:
\nCannot be greater than 64 characters.
\nExample: mymanagedADtest.mymanagedAD.mydomain
\n
The fully qualified domain name (FQDN) of an Active Directory domain.
\nConstraints:
\nCan't be longer than 64 characters.
\nExample: mymanagedADtest.mymanagedAD.mydomain
\n
The Active Directory organizational unit for your DB instance to join.
\nConstraints:
\nMust be in the distinguished name format.
\nCannot be greater than 64 characters.
\nExample: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain
\n
The Active Directory organizational unit for your DB instance to join.
\nConstraints:
\nMust be in the distinguished name format.
\nCan't be longer than 64 characters.
\nExample: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain
\n
The ARN for the Secrets Manager secret that contains the credentials for the user performing the domain join.
\nConstraints:
\nCannot be greater than 64 characters.
\nExample: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456
\n
The ARN for the Secrets Manager secret with the credentials for the user joining the domain.
\nConstraints:
\nCan't be longer than 64 characters.
\nExample: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456
\n