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.

Structure that contains payloadVersion and targetArn.

Inheritance Hierarchy

System.Object
  Amazon.IoT.Model.ProvisioningHook

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

Syntax

C#
public class ProvisioningHook

The ProvisioningHook type exposes the following members

Constructors

NameDescription
Public Method ProvisioningHook()

Properties

NameTypeDescription
Public Property PayloadVersion System.String

Gets and sets the property PayloadVersion.

The payload that was sent to the target function.

Note: Only Lambda functions are currently supported.

Public Property TargetArn System.String

Gets and sets the property TargetArn.

The ARN of the target function.

Note: Only Lambda functions are currently supported.

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