AWSIoTHttpUrlDestinationConfiguration
Objective-C
@interface AWSIoTHttpUrlDestinationConfiguration
Swift
class AWSIoTHttpUrlDestinationConfiguration
HTTP URL destination configuration used by the topic rule’s HTTP action.
Required parameters: [confirmationUrl]
-
The URL IoT uses to confirm ownership of or access to the topic rule destination URL.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable confirmationUrl;
Swift
var confirmationUrl: String? { get set }