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 function definition version.

Inheritance Hierarchy

System.Object
  Amazon.Greengrass.Model.FunctionDefinitionVersion

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

Syntax

C#
public class FunctionDefinitionVersion

The FunctionDefinitionVersion type exposes the following members

Constructors

NameDescription
Public Method FunctionDefinitionVersion()

Properties

NameTypeDescription
Public Property DefaultConfig Amazon.Greengrass.Model.FunctionDefaultConfig

Gets and sets the property DefaultConfig. The default configuration that applies to all Lambda functions in this function definition version. Individual Lambda functions can override these settings.

Public Property Functions System.Collections.Generic.List<Amazon.Greengrass.Model.Function>

Gets and sets the property Functions. A list of Lambda functions in this function definition version.

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