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.

Send data to an HTTPS endpoint.

Inheritance Hierarchy

System.Object
  Amazon.IoT.Model.HttpAction

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

Syntax

C#
public class HttpAction

The HttpAction type exposes the following members

Constructors

NameDescription
Public Method HttpAction()

Properties

NameTypeDescription
Public Property Auth Amazon.IoT.Model.HttpAuthorization

Gets and sets the property Auth.

The authentication method to use when sending data to an HTTPS endpoint.

Public Property ConfirmationUrl System.String

Gets and sets the property ConfirmationUrl.

The URL to which IoT sends a confirmation message. The value of the confirmation URL must be a prefix of the endpoint URL. If you do not specify a confirmation URL IoT uses the endpoint URL as the confirmation URL. If you use substitution templates in the confirmationUrl, you must create and enable topic rule destinations that match each possible value of the substitution template before traffic is allowed to your endpoint URL.

Public Property Headers System.Collections.Generic.List<Amazon.IoT.Model.HttpActionHeader>

Gets and sets the property Headers.

The HTTP headers to send with the message data.

Public Property Url System.String

Gets and sets the property Url.

The endpoint URL. If substitution templates are used in the URL, you must also specify a confirmationUrl. If this is a new destination, a new TopicRuleDestination is created if possible.

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