|
1457 | 1457 | "shape":"String",
|
1458 | 1458 | "documentation":"<p>The identifier of the cluster that the instance will belong to.</p>"
|
1459 | 1459 | },
|
| 1460 | + "CopyTagsToSnapshot":{ |
| 1461 | + "shape":"BooleanOptional", |
| 1462 | + "documentation":"<p>A value that indicates whether to copy tags from the DB instance to snapshots of the DB instance. By default, tags are not copied.</p>" |
| 1463 | + }, |
1460 | 1464 | "PromotionTier":{
|
1461 | 1465 | "shape":"IntegerOptional",
|
1462 | 1466 | "documentation":"<p>A value that specifies the order in which an Amazon DocumentDB replica is promoted to the primary instance after a failure of the existing primary instance.</p> <p>Default: 1</p> <p>Valid values: 0-15</p>"
|
|
1711 | 1715 | "shape":"DBClusterRoles",
|
1712 | 1716 | "documentation":"<p>Provides a list of the Identity and Access Management (IAM) roles that are associated with the cluster. (IAM) roles that are associated with a cluster grant permission for the cluster to access other Amazon Web Services services on your behalf.</p>"
|
1713 | 1717 | },
|
| 1718 | + "CloneGroupId":{ |
| 1719 | + "shape":"String", |
| 1720 | + "documentation":"<p>Identifies the clone group to which the DB cluster is associated.</p>" |
| 1721 | + }, |
1714 | 1722 | "ClusterCreateTime":{
|
1715 | 1723 | "shape":"TStamp",
|
1716 | 1724 | "documentation":"<p>Specifies the time when the cluster was created, in Universal Coordinated Time (UTC).</p>"
|
|
2225 | 2233 | "shape":"String",
|
2226 | 2234 | "documentation":"<p>The identifier of the CA certificate for this DB instance.</p>"
|
2227 | 2235 | },
|
| 2236 | + "CopyTagsToSnapshot":{ |
| 2237 | + "shape":"BooleanOptional", |
| 2238 | + "documentation":"<p>A value that indicates whether to copy tags from the DB instance to snapshots of the DB instance. By default, tags are not copied.</p>" |
| 2239 | + }, |
2228 | 2240 | "PromotionTier":{
|
2229 | 2241 | "shape":"IntegerOptional",
|
2230 | 2242 | "documentation":"<p>A value that specifies the order in which an Amazon DocumentDB replica is promoted to the primary instance after a failure of the existing primary instance.</p>"
|
|
3830 | 3842 | "shape":"String",
|
3831 | 3843 | "documentation":"<p>Indicates the certificate that needs to be associated with the instance.</p>"
|
3832 | 3844 | },
|
| 3845 | + "CopyTagsToSnapshot":{ |
| 3846 | + "shape":"BooleanOptional", |
| 3847 | + "documentation":"<p>A value that indicates whether to copy all tags from the DB instance to snapshots of the DB instance. By default, tags are not copied.</p>" |
| 3848 | + }, |
3833 | 3849 | "PromotionTier":{
|
3834 | 3850 | "shape":"IntegerOptional",
|
3835 | 3851 | "documentation":"<p>A value that specifies the order in which an Amazon DocumentDB replica is promoted to the primary instance after a failure of the existing primary instance.</p> <p>Default: 1</p> <p>Valid values: 0-15</p>"
|
|
4396 | 4412 | "shape":"String",
|
4397 | 4413 | "documentation":"<p>The name of the new cluster to be created.</p> <p>Constraints:</p> <ul> <li> <p>Must contain from 1 to 63 letters, numbers, or hyphens.</p> </li> <li> <p>The first character must be a letter.</p> </li> <li> <p>Cannot end with a hyphen or contain two consecutive hyphens.</p> </li> </ul>"
|
4398 | 4414 | },
|
| 4415 | + "RestoreType":{ |
| 4416 | + "shape":"String", |
| 4417 | + "documentation":"<p>The type of restore to be performed. You can specify one of the following values:</p> <ul> <li> <p> <code>full-copy</code> - The new DB cluster is restored as a full copy of the source DB cluster.</p> </li> <li> <p> <code>copy-on-write</code> - The new DB cluster is restored as a clone of the source DB cluster.</p> </li> </ul> <p>Constraints: You can't specify <code>copy-on-write</code> if the engine version of the source DB cluster is earlier than 1.11.</p> <p>If you don't specify a <code>RestoreType</code> value, then the new DB cluster is restored as a full copy of the source DB cluster.</p>" |
| 4418 | + }, |
4399 | 4419 | "SourceDBClusterIdentifier":{
|
4400 | 4420 | "shape":"String",
|
4401 | 4421 | "documentation":"<p>The identifier of the source cluster from which to restore.</p> <p>Constraints:</p> <ul> <li> <p>Must match the identifier of an existing <code>DBCluster</code>.</p> </li> </ul>"
|
|
0 commit comments