interface HttpUrlDestinationSummaryProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.IoT.CfnTopicRuleDestination.HttpUrlDestinationSummaryProperty | 
|  Java | software.amazon.awscdk.services.iot.CfnTopicRuleDestination.HttpUrlDestinationSummaryProperty | 
|  Python | aws_cdk.aws_iot.CfnTopicRuleDestination.HttpUrlDestinationSummaryProperty | 
|  TypeScript | @aws-cdk/aws-iot»CfnTopicRuleDestination»HttpUrlDestinationSummaryProperty | 
HTTP URL destination properties.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as iot from '@aws-cdk/aws-iot';
const httpUrlDestinationSummaryProperty: iot.CfnTopicRuleDestination.HttpUrlDestinationSummaryProperty = {
  confirmationUrl: 'confirmationUrl',
};
Properties
| Name | Type | Description | 
|---|---|---|
| confirmation | string | The URL used to confirm the HTTP topic rule destination URL. | 
confirmationUrl?
Type:
string
(optional)
The URL used to confirm the HTTP topic rule destination URL.
