End of support notice: On October 7th, 2026, Amazon will discontinue support for Amazon IoT Greengrass Version 1. After October 7th, 2026, you will no longer be able to access the Amazon IoT Greengrass V1 resources. For more information, please visit Migrate from Amazon IoT Greengrass Version 1.
ResourceAccessPolicy
{ "ResourceId": "string", "Permission": "ro|rw" }
- ResourceAccessPolicy
-
A policy used by the function to access a resource.
type: object
required: ["ResourceId"]
- ResourceId
-
The ID of the resource. (This ID is assigned to the resource when you create the resource definiton.)
type: string
- Permission
-
The type of permission a function has to access a resource.
type: string
enum: ["ro", "rw"]