aws-cdk-lib.aws_iot.CfnTopicRuleDestination.HttpUrlDestinationSummaryProperty

interface HttpUrlDestinationSummaryProperty

LanguageType name
.NETAmazon.CDK.AWS.IoT.CfnTopicRuleDestination.HttpUrlDestinationSummaryProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiot#CfnTopicRuleDestination_HttpUrlDestinationSummaryProperty
Javasoftware.amazon.awscdk.services.iot.CfnTopicRuleDestination.HttpUrlDestinationSummaryProperty
Pythonaws_cdk.aws_iot.CfnTopicRuleDestination.HttpUrlDestinationSummaryProperty
TypeScript aws-cdk-lib » 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 { aws_iot as iot } from 'aws-cdk-lib';
const httpUrlDestinationSummaryProperty: iot.CfnTopicRuleDestination.HttpUrlDestinationSummaryProperty = {
  confirmationUrl: 'confirmationUrl',
};

Properties

NameTypeDescription
confirmationUrl?stringThe 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.