File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
src/Service/DynamoDb/src/Input Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"variables" : {
3
- "${LATEST}" : " 3.308.3 "
3
+ "${LATEST}" : " 3.308.4 "
4
4
},
5
5
"endpoints" : " https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json" ,
6
6
"services" : {
Original file line number Diff line number Diff line change @@ -228,6 +228,9 @@ final class CreateTableInput extends Input
228
228
* calculating the size of a policy against this limit. For a full list of all considerations that apply for
229
229
* resource-based policies, see Resource-based policy considerations [^1].
230
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
+ *
231
234
* [^1]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/rbac-considerations.html
232
235
*
233
236
* @var string|null
You can’t perform that action at this time.
0 commit comments