AWSIoTHttpUrlDestinationProperties
Objective-C
@interface AWSIoTHttpUrlDestinationProperties
Swift
class AWSIoTHttpUrlDestinationProperties
HTTP URL destination properties.
-
The URL used to confirm the HTTP topic rule destination URL.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable confirmationUrl;
Swift
var confirmationUrl: String? { get set }