AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

A policy used by the function to access a resource.

Inheritance Hierarchy

System.Object
  Amazon.Greengrass.Model.ResourceAccessPolicy

Namespace: Amazon.Greengrass.Model
Assembly: AWSSDK.Greengrass.dll
Version: 3.x.y.z

Syntax

C#
public class ResourceAccessPolicy

The ResourceAccessPolicy type exposes the following members

Constructors

NameDescription
Public Method ResourceAccessPolicy()

Properties

NameTypeDescription
Public Property Permission Amazon.Greengrass.Permission

Gets and sets the property Permission. The permissions that the Lambda function has to the resource. Can be one of ''rw'' (read/write) or ''ro'' (read-only).

Public Property ResourceId System.String

Gets and sets the property ResourceId. The ID of the resource. (This ID is assigned to the resource when you create the resource definiton.)

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5