interface HttpUrlDestinationSummaryProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.IoT.CfnTopicRuleDestinationPropsMixin.HttpUrlDestinationSummaryProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsiot#CfnTopicRuleDestinationPropsMixin_HttpUrlDestinationSummaryProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.iot.CfnTopicRuleDestinationPropsMixin.HttpUrlDestinationSummaryProperty |
Python | aws_cdk.cfn_property_mixins.aws_iot.CfnTopicRuleDestinationPropsMixin.HttpUrlDestinationSummaryProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_iot » CfnTopicRuleDestinationPropsMixin » 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/cfn-property-mixins';
const httpUrlDestinationSummaryProperty: iot.CfnTopicRuleDestinationPropsMixin.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.

.NET
Go
Java
Python
TypeScript