@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:18.003Z") @Stability(value=Stable) public interface CfnTopicRuleDestinationProps 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.*;
CfnTopicRuleDestinationProps cfnTopicRuleDestinationProps = CfnTopicRuleDestinationProps.builder()
.httpUrlProperties(HttpUrlDestinationSummaryProperty.builder()
.confirmationUrl("confirmationUrl")
.build())
.status("status")
.vpcProperties(VpcDestinationPropertiesProperty.builder()
.roleArn("roleArn")
.securityGroups(List.of("securityGroups"))
.subnetIds(List.of("subnetIds"))
.vpcId("vpcId")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTopicRuleDestinationProps.Builder
A builder for
CfnTopicRuleDestinationProps |
static class |
CfnTopicRuleDestinationProps.Jsii$Proxy
An implementation for
CfnTopicRuleDestinationProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnTopicRuleDestinationProps.Builder |
builder() |
default Object |
getHttpUrlProperties()
`AWS::IoT::TopicRuleDestination.HttpUrlProperties`.
|
default String |
getStatus()
`AWS::IoT::TopicRuleDestination.Status`.
|
default Object |
getVpcProperties()
`AWS::IoT::TopicRuleDestination.VpcProperties`.
|
@Stability(value=Stable) @Nullable default Object getHttpUrlProperties()
@Stability(value=Stable) @Nullable default String getStatus()
@Stability(value=Stable) @Nullable default Object getVpcProperties()
@Stability(value=Stable) static CfnTopicRuleDestinationProps.Builder builder()
Copyright © 2021. All rights reserved.