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 container for resource data. The container takes only one of the following supported resource data types: ''LocalDeviceResourceData'', ''LocalVolumeResourceData'', ''SageMakerMachineLearningModelResourceData'', ''S3MachineLearningModelResourceData'', ''SecretsManagerSecretResourceData''.

Inheritance Hierarchy

System.Object
  Amazon.Greengrass.Model.ResourceDataContainer

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

Syntax

C#
public class ResourceDataContainer

The ResourceDataContainer type exposes the following members

Constructors

NameDescription
Public Method ResourceDataContainer()

Properties

NameTypeDescription
Public Property LocalDeviceResourceData Amazon.Greengrass.Model.LocalDeviceResourceData

Gets and sets the property LocalDeviceResourceData. Attributes that define the local device resource.

Public Property LocalVolumeResourceData Amazon.Greengrass.Model.LocalVolumeResourceData

Gets and sets the property LocalVolumeResourceData. Attributes that define the local volume resource.

Public Property S3MachineLearningModelResourceData Amazon.Greengrass.Model.S3MachineLearningModelResourceData

Gets and sets the property S3MachineLearningModelResourceData. Attributes that define an Amazon S3 machine learning resource.

Public Property SageMakerMachineLearningModelResourceData Amazon.Greengrass.Model.SageMakerMachineLearningModelResourceData

Gets and sets the property SageMakerMachineLearningModelResourceData. Attributes that define an Amazon SageMaker machine learning resource.

Public Property SecretsManagerSecretResourceData Amazon.Greengrass.Model.SecretsManagerSecretResourceData

Gets and sets the property SecretsManagerSecretResourceData. Attributes that define a secret resource, which references a secret from AWS Secrets Manager.

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