A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/IoT/Types/HttpAction.html below:

HttpAction — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoT::Types::HttpAction
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing HttpAction as input to an Aws::Client method, you can use a vanilla Hash:

{
  url: "Url",   confirmation_url: "Url",
  headers: [
    {
      key: "HeaderKey",       value: "HeaderValue",     },
  ],
  auth: {
    sigv4: {
      signing_region: "SigningRegion",       service_name: "ServiceName",       role_arn: "AwsArn",     },
  },
}

Send data to an HTTPS endpoint.

Returned by:

Instance Attribute Summary collapse Instance Attribute Details #confirmation_url ⇒ String

The URL to which AWS 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 AWS 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.

The HTTP headers to send with the message data.

#url ⇒ String

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.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4