| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevents.model |
| Modifier and Type | Method and Description |
|---|---|
InputTransformer |
InputTransformer.addInputPathsMapEntry(String key,
String value) |
InputTransformer |
InputTransformer.clearInputPathsMapEntries()
Removes all the entries added into InputPathsMap.
|
InputTransformer |
InputTransformer.clone() |
InputTransformer |
Target.getInputTransformer()
Settings to enable you to provide custom input to a target based on certain event data.
|
InputTransformer |
InputTransformer.withInputPathsMap(Map<String,String> inputPathsMap)
Map of JSON paths to be extracted from the event.
|
InputTransformer |
InputTransformer.withInputTemplate(String inputTemplate)
Input template where you specify placeholders that will be filled with the values of the keys from
InputPathsMap to customize the data sent to the target. |
| Modifier and Type | Method and Description |
|---|---|
void |
Target.setInputTransformer(InputTransformer inputTransformer)
Settings to enable you to provide custom input to a target based on certain event data.
|
Target |
Target.withInputTransformer(InputTransformer inputTransformer)
Settings to enable you to provide custom input to a target based on certain event data.
|
Copyright © 2019. All rights reserved.