public interface TargetInputTemplate
extends software.amazon.jsii.JsiiSerializable
https://docs.aws.amazon.com/AmazonCloudWatchEvents/latest/APIReference/API_InputTransformer.html| Modifier and Type | Interface and Description |
|---|---|
static class |
TargetInputTemplate.Builder
A fluent builder class for
TargetInputTemplate. |
static class |
TargetInputTemplate.Jsii$Pojo
A PoJo (plain-old-java-object) class that implements
TargetInputTemplate. |
static class |
TargetInputTemplate.Jsii$Proxy
A proxy class which for javascript object literal which adhere to this interface.
|
| Modifier and Type | Method and Description |
|---|---|
static TargetInputTemplate.Builder |
builder() |
Object |
getJsonTemplate()
Input template where you can use the values of the keys from
inputPathsMap to customize the data sent to the target.
|
Map<String,String> |
getPathsMap()
Map of JSON paths to be extracted from the event.
|
Object |
getTextTemplate()
Input template where you can use the values of the keys from
inputPathsMap to customize the data sent to the target.
|
void |
setJsonTemplate(Object value)
Input template where you can use the values of the keys from
inputPathsMap to customize the data sent to the target.
|
void |
setPathsMap(Map<String,String> value)
Map of JSON paths to be extracted from the event.
|
void |
setTextTemplate(Object value)
Input template where you can use the values of the keys from
inputPathsMap to customize the data sent to the target.
|
Object getTextTemplate()
void setTextTemplate(Object value)
Object getJsonTemplate()
void setJsonTemplate(Object value)
Map<String,String> getPathsMap()
void setPathsMap(Map<String,String> value)
static TargetInputTemplate.Builder builder()
Copyright © 2018. All rights reserved.