We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4784d4a commit e965942Copy full SHA for e965942
src/Input/CreateTableInput.php
@@ -228,6 +228,9 @@ final class CreateTableInput extends Input
228
* calculating the size of a policy against this limit. For a full list of all considerations that apply for
229
* resource-based policies, see Resource-based policy considerations [^1].
230
*
231
+ * > You need to specify the `CreateTable` and `PutResourcePolicy` IAM actions for authorizing a user to create a table
232
+ * > with a resource-based policy.
233
+ *
234
* [^1]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/rbac-considerations.html
235
236
* @var string|null
0 commit comments