public static interface CfnAlarmModel.IotEventsProperty
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 |
CfnAlarmModel.IotEventsProperty.Builder
A builder for
CfnAlarmModel.IotEventsProperty |
static class |
CfnAlarmModel.IotEventsProperty.Jsii$Proxy
An implementation for
CfnAlarmModel.IotEventsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnAlarmModel.IotEventsProperty.Builder |
builder() |
java.lang.String |
getInputName()
The name of the AWS IoT Events input where the data is sent.
|
default java.lang.Object |
getPayload()
You can configure the action payload when you send a message to an AWS IoT Events input.
|
java.lang.String getInputName()
default java.lang.Object getPayload()
static CfnAlarmModel.IotEventsProperty.Builder builder()