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.

Container for the parameters to the CreateFunctionDefinitionVersion operation. Creates a version of a Lambda function definition that has already been defined.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Greengrass.AmazonGreengrassRequest
      Amazon.Greengrass.Model.CreateFunctionDefinitionVersionRequest

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

Syntax

C#
public class CreateFunctionDefinitionVersionRequest : AmazonGreengrassRequest
         IAmazonWebServiceRequest

The CreateFunctionDefinitionVersionRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AmznClientToken System.String

Gets and sets the property AmznClientToken. A client token used to correlate requests and responses.

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 FunctionDefinitionId System.String

Gets and sets the property FunctionDefinitionId. The ID of the Lambda function definition.

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