Interface CfnTopicRuleDestination.HttpUrlDestinationSummaryProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnTopicRuleDestination.HttpUrlDestinationSummaryProperty.Jsii$Proxy
Enclosing class:
CfnTopicRuleDestination

@Stability(Stable) public static interface CfnTopicRuleDestination.HttpUrlDestinationSummaryProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.iot.*;
 HttpUrlDestinationSummaryProperty httpUrlDestinationSummaryProperty = HttpUrlDestinationSummaryProperty.builder()
         .confirmationUrl("confirmationUrl")
         .build();
 

See Also: