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
Copy file name to clipboardExpand all lines: clients/client-dsql/README.md
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,7 @@
6
6
7
7
AWS SDK for JavaScript DSQL Client for Node.js, Browser and React Native.
8
8
9
-
<p>This is an interface reference for Amazon Aurora DSQL. It contains documentation for one of the
10
-
programming or command line interfaces you can use to manage Amazon Aurora DSQL.</p>
11
-
<p>Amazon Aurora DSQL is a serverless, distributed SQL database suitable for workloads of any size.
12
-
is available in both single-Region and multi-Region configurations, so your
13
-
clusters and databases are always available even if an Availability Zone or an Amazon Web Services Region are unavailable. lets you focus on using your data to
14
-
acquire new insights for your business and customers.</p>
9
+
<p>This is an interface reference for Amazon Aurora DSQL. It contains documentation for one of the programming or command line interfaces you can use to manage Amazon Aurora DSQL.</p> <p>Amazon Aurora DSQL is a serverless, distributed SQL database suitable for workloads of any size. is available in both single-Region and multi-Region configurations, so your clusters and databases are always available even if an Availability Zone or an Amazon Web Services Region are unavailable. lets you focus on using your data to acquire new insights for your business and customers.</p>
Copy file name to clipboardExpand all lines: clients/client-dsql/src/DSQL.ts
+1-6Lines changed: 1 addition & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -238,12 +238,7 @@ export interface DSQL {
238
238
}
239
239
240
240
/**
241
-
* <p>This is an interface reference for Amazon Aurora DSQL. It contains documentation for one of the
242
-
* programming or command line interfaces you can use to manage Amazon Aurora DSQL.</p>
243
-
* <p>Amazon Aurora DSQL is a serverless, distributed SQL database suitable for workloads of any size.
244
-
* is available in both single-Region and multi-Region configurations, so your
245
-
* clusters and databases are always available even if an Availability Zone or an Amazon Web Services Region are unavailable. lets you focus on using your data to
246
-
* acquire new insights for your business and customers.</p>
241
+
* <p>This is an interface reference for Amazon Aurora DSQL. It contains documentation for one of the programming or command line interfaces you can use to manage Amazon Aurora DSQL.</p> <p>Amazon Aurora DSQL is a serverless, distributed SQL database suitable for workloads of any size. is available in both single-Region and multi-Region configurations, so your clusters and databases are always available even if an Availability Zone or an Amazon Web Services Region are unavailable. lets you focus on using your data to acquire new insights for your business and customers.</p>
* <p>This is an interface reference for Amazon Aurora DSQL. It contains documentation for one of the
314
-
* programming or command line interfaces you can use to manage Amazon Aurora DSQL.</p>
315
-
* <p>Amazon Aurora DSQL is a serverless, distributed SQL database suitable for workloads of any size.
316
-
* is available in both single-Region and multi-Region configurations, so your
317
-
* clusters and databases are always available even if an Availability Zone or an Amazon Web Services Region are unavailable. lets you focus on using your data to
318
-
* acquire new insights for your business and customers.</p>
313
+
* <p>This is an interface reference for Amazon Aurora DSQL. It contains documentation for one of the programming or command line interfaces you can use to manage Amazon Aurora DSQL.</p> <p>Amazon Aurora DSQL is a serverless, distributed SQL database suitable for workloads of any size. is available in both single-Region and multi-Region configurations, so your clusters and databases are always available even if an Availability Zone or an Amazon Web Services Region are unavailable. lets you focus on using your data to acquire new insights for your business and customers.</p>
* <p>Condition Keys: <code>dsql:WitnessRegion</code> (matching the specified witness region)</p>
85
-
* </dd>
86
-
* </dl>
87
-
* <important>
88
-
* <ul>
89
-
* <li>
90
-
* <p>The witness Region specified in
91
-
* <code>multiRegionProperties.witnessRegion</code> cannot be the same as the
92
-
* cluster's Region.</p>
93
-
* </li>
94
-
* </ul>
95
-
* </important>
31
+
* <p>The CreateCluster API allows you to create both single-Region clusters and multi-Region clusters. With the addition of the <i>multiRegionProperties</i> parameter, you can create a cluster with witness Region support and establish peer relationships with clusters in other Regions during creation.</p> <note> <p>Creating multi-Region clusters requires additional IAM permissions beyond those needed for single-Region clusters, as detailed in the <b>Required permissions</b> section below.</p> </note> <p> <b>Required permissions</b> </p> <dl> <dt>dsql:CreateCluster</dt> <dd> <p>Required to create a cluster.</p> <p>Resources: <code>arn:aws:dsql:region:account-id:cluster/*</code> </p> </dd> <dt>dsql:TagResource</dt> <dd> <p>Permission to add tags to a resource.</p> <p>Resources: <code>arn:aws:dsql:region:account-id:cluster/*</code> </p> </dd> <dt>dsql:PutMultiRegionProperties</dt> <dd> <p>Permission to configure multi-Region properties for a cluster.</p> <p>Resources: <code>arn:aws:dsql:region:account-id:cluster/*</code> </p> </dd> <dt>dsql:AddPeerCluster</dt> <dd> <p>When specifying <code>multiRegionProperties.clusters</code>, permission to add peer clusters.</p> <p>Resources:</p> <ul> <li> <p>Local cluster: <code>arn:aws:dsql:region:account-id:cluster/*</code> </p> </li> <li> <p>Each peer cluster: exact ARN of each specified peer cluster</p> </li> </ul> </dd> <dt>dsql:PutWitnessRegion</dt> <dd> <p>When specifying <code>multiRegionProperties.witnessRegion</code>, permission to set a witness Region. This permission is checked both in the cluster Region and in the witness Region.</p> <p>Resources: <code>arn:aws:dsql:region:account-id:cluster/*</code> </p> <p>Condition Keys: <code>dsql:WitnessRegion</code> (matching the specified witness region)</p> </dd> </dl> <important> <ul> <li> <p>The witness Region specified in <code>multiRegionProperties.witnessRegion</code> cannot be the same as the cluster's Region.</p> </li> </ul> </important>
96
32
* @example
97
33
* Use a bare-bones client and the command you need to make an API call.
0 commit comments