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

Class: Aws::IoT::Types::HttpUrlDestinationConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

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

{
  confirmation_url: "Url", # required
}

HTTP URL destination configuration used by the topic rule's HTTP action.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#confirmation_urlString

The URL AWS IoT uses to confirm ownership of or access to the topic rule destination URL.

Returns:

  • (String)

    The URL AWS IoT uses to confirm ownership of or access to the topic rule destination URL.