@Stability(value=Stable) public static final class CfnTopicRuleDestination.Builder extends Object implements software.amazon.jsii.Builder<CfnTopicRuleDestination>
CfnTopicRuleDestination.| Modifier and Type | Method and Description |
|---|---|
CfnTopicRuleDestination |
build() |
static CfnTopicRuleDestination.Builder |
create(software.constructs.Construct scope,
String id) |
CfnTopicRuleDestination.Builder |
httpUrlProperties(CfnTopicRuleDestination.HttpUrlDestinationSummaryProperty httpUrlProperties)
Properties of the HTTP URL.
|
CfnTopicRuleDestination.Builder |
httpUrlProperties(IResolvable httpUrlProperties)
Properties of the HTTP URL.
|
CfnTopicRuleDestination.Builder |
status(String status)
- **IN_PROGRESS** - A topic rule destination was created but has not been confirmed.
|
CfnTopicRuleDestination.Builder |
vpcProperties(CfnTopicRuleDestination.VpcDestinationPropertiesProperty vpcProperties)
Properties of the virtual private cloud (VPC) connection.
|
CfnTopicRuleDestination.Builder |
vpcProperties(IResolvable vpcProperties)
Properties of the virtual private cloud (VPC) connection.
|
@Stability(value=Stable) public static CfnTopicRuleDestination.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnTopicRuleDestination.HttpUrlDestinationSummaryProperty.Builder.@Stability(value=Stable) public CfnTopicRuleDestination.Builder httpUrlProperties(CfnTopicRuleDestination.HttpUrlDestinationSummaryProperty httpUrlProperties)
httpUrlProperties - Properties of the HTTP URL. This parameter is required.this@Stability(value=Stable) public CfnTopicRuleDestination.Builder httpUrlProperties(IResolvable httpUrlProperties)
httpUrlProperties - Properties of the HTTP URL. This parameter is required.this@Stability(value=Stable) public CfnTopicRuleDestination.Builder status(String status)
You can set status to IN_PROGRESS by calling UpdateTopicRuleDestination . Calling UpdateTopicRuleDestination causes a new confirmation challenge to be sent to your confirmation endpoint.
DISABLED by calling UpdateTopicRuleDestination .ENABLED by calling UpdateTopicRuleDestination .GetTopicRuleDestination for details about the error. You can set status to IN_PROGRESS by calling UpdateTopicRuleDestination . Calling UpdateTopicRuleDestination causes a new confirmation challenge to be sent to your confirmation endpoint.status - - **IN_PROGRESS** - A topic rule destination was created but has not been confirmed. This parameter is required.this@Stability(value=Stable) public CfnTopicRuleDestination.Builder vpcProperties(CfnTopicRuleDestination.VpcDestinationPropertiesProperty vpcProperties)
vpcProperties - Properties of the virtual private cloud (VPC) connection. This parameter is required.this@Stability(value=Stable) public CfnTopicRuleDestination.Builder vpcProperties(IResolvable vpcProperties)
vpcProperties - Properties of the virtual private cloud (VPC) connection. This parameter is required.this@Stability(value=Stable) public CfnTopicRuleDestination build()
build in interface software.amazon.jsii.Builder<CfnTopicRuleDestination>Copyright © 2022. All rights reserved.