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.

Information about a resource.

Inheritance Hierarchy

System.Object
  Amazon.Greengrass.Model.Resource

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

Syntax

C#
public class Resource

The Resource type exposes the following members

Constructors

NameDescription
Public Method Resource()

Properties

NameTypeDescription
Public Property Id System.String

Gets and sets the property Id. The resource ID, used to refer to a resource in the Lambda function configuration. Max length is 128 characters with pattern ''[a-zA-Z0-9:_-]+''. This must be unique within a Greengrass group.

Public Property Name System.String

Gets and sets the property Name. The descriptive resource name, which is displayed on the AWS IoT Greengrass console. Max length 128 characters with pattern ''[a-zA-Z0-9:_-]+''. This must be unique within a Greengrass group.

Public Property ResourceDataContainer Amazon.Greengrass.Model.ResourceDataContainer

Gets and sets the property ResourceDataContainer. A container of data for all resource types.

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