@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.914Z") @Stability(value=Stable) public class CfnTopicRuleDestination extends CfnResource implements IInspectable
A topic rule destination.
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.*;
CfnTopicRuleDestination cfnTopicRuleDestination = CfnTopicRuleDestination.Builder.create(this, "MyCfnTopicRuleDestination")
.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 | Class and Description |
|---|---|
static class |
CfnTopicRuleDestination.Builder
A fluent builder for
CfnTopicRuleDestination. |
static interface |
CfnTopicRuleDestination.HttpUrlDestinationSummaryProperty
HTTP URL destination properties.
|
static interface |
CfnTopicRuleDestination.VpcDestinationPropertiesProperty
The properties of a virtual private cloud (VPC) destination.
|
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnTopicRuleDestination(software.constructs.Construct scope,
String id)
Create a new `AWS::IoT::TopicRuleDestination`.
|
|
CfnTopicRuleDestination(software.constructs.Construct scope,
String id,
CfnTopicRuleDestinationProps props)
Create a new `AWS::IoT::TopicRuleDestination`.
|
protected |
CfnTopicRuleDestination(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnTopicRuleDestination(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrArn()
The topic rule destination URL.
|
String |
getAttrStatusReason()
Additional details or reason why the topic rule destination is in the current status.
|
protected Map<String,Object> |
getCfnProperties() |
Object |
getHttpUrlProperties()
Properties of the HTTP URL.
|
String |
getStatus()
- **IN_PROGRESS** - A topic rule destination was created but has not been confirmed.
|
Object |
getVpcProperties()
Properties of the virtual private cloud (VPC) connection.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setHttpUrlProperties(CfnTopicRuleDestination.HttpUrlDestinationSummaryProperty value)
Properties of the HTTP URL.
|
void |
setHttpUrlProperties(IResolvable value)
Properties of the HTTP URL.
|
void |
setStatus(String value)
- **IN_PROGRESS** - A topic rule destination was created but has not been confirmed.
|
void |
setVpcProperties(CfnTopicRuleDestination.VpcDestinationPropertiesProperty value)
Properties of the virtual private cloud (VPC) connection.
|
void |
setVpcProperties(IResolvable value)
Properties of the virtual private cloud (VPC) connection.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnTopicRuleDestination(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnTopicRuleDestination(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnTopicRuleDestination(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@Nullable
CfnTopicRuleDestinationProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties.@Stability(value=Stable)
public CfnTopicRuleDestination(@NotNull
software.constructs.Construct scope,
@NotNull
String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrArn()
@Stability(value=Stable) @NotNull public String getAttrStatusReason()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @Nullable public Object getHttpUrlProperties()
@Stability(value=Stable)
public void setHttpUrlProperties(@Nullable
CfnTopicRuleDestination.HttpUrlDestinationSummaryProperty value)
@Stability(value=Stable)
public void setHttpUrlProperties(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getStatus()
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.@Stability(value=Stable)
public void setStatus(@Nullable
String value)
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.@Stability(value=Stable) @Nullable public Object getVpcProperties()
@Stability(value=Stable)
public void setVpcProperties(@Nullable
CfnTopicRuleDestination.VpcDestinationPropertiesProperty value)
@Stability(value=Stable)
public void setVpcProperties(@Nullable
IResolvable value)
Copyright © 2022. All rights reserved.