@Stability(value=Stable)
public static interface CfnTopicRuleDestination.HttpUrlDestinationSummaryProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTopicRuleDestination.HttpUrlDestinationSummaryProperty.Builder
|
static class |
CfnTopicRuleDestination.HttpUrlDestinationSummaryProperty.Jsii$Proxy
An implementation for
CfnTopicRuleDestination.HttpUrlDestinationSummaryProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTopicRuleDestination.HttpUrlDestinationSummaryProperty.Builder |
builder() |
default String |
getConfirmationUrl()
The URL used to confirm the HTTP topic rule destination URL.
|
@Stability(value=Stable) @Nullable default String getConfirmationUrl()
@Stability(value=Stable) static CfnTopicRuleDestination.HttpUrlDestinationSummaryProperty.Builder builder()
Copyright © 2022. All rights reserved.