@Stability(value=Stable)
public static interface CfnDetectorModel.IotEventsProperty
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.iotevents.*;
IotEventsProperty iotEventsProperty = IotEventsProperty.builder()
.inputName("inputName")
// the properties below are optional
.payload(PayloadProperty.builder()
.contentExpression("contentExpression")
.type("type")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDetectorModel.IotEventsProperty.Builder
A builder for
CfnDetectorModel.IotEventsProperty |
static class |
CfnDetectorModel.IotEventsProperty.Jsii$Proxy
An implementation for
CfnDetectorModel.IotEventsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDetectorModel.IotEventsProperty.Builder |
builder() |
String |
getInputName()
The name of the AWS IoT Events input where the data is sent.
|
default Object |
getPayload()
You can configure the action payload when you send a message to an AWS IoT Events input.
|
@Stability(value=Stable) @NotNull String getInputName()
@Stability(value=Stable) @Nullable default Object getPayload()
@Stability(value=Stable) static CfnDetectorModel.IotEventsProperty.Builder builder()
Copyright © 2022. All rights reserved.