AWS IoT Greengrass Version 1 no longer receives feature updates, and will receive only security patches and bug fixes until June 30, 2023. For more information, see the AWS IoT Greengrass V1 maintenance policy. We strongly recommend that you migrate to AWS IoT Greengrass Version 2, which adds significant new features and support for additional platforms.
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"]