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 11{
22 "variables" : {
3- "${LATEST}" : " 3.308.3 "
3+ "${LATEST}" : " 3.308.4 "
44 },
55 "endpoints" : " https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json" ,
66 "services" : {
Original file line number Diff line number Diff line change @@ -228,6 +228,9 @@ final class CreateTableInput extends Input
228228 * calculating the size of a policy against this limit. For a full list of all considerations that apply for
229229 * resource-based policies, see Resource-based policy considerations [^1].
230230 *
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+ *
231234 * [^1]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/rbac-considerations.html
232235 *
233236 * @var string|null
You can’t perform that action at this time.
0 commit comments