@Generated(value="jsii-pacmak/0.7.15 (build e429c41)", date="2019-03-07T22:14:39.122Z") 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 builder for
TargetInputTemplate |
static class |
TargetInputTemplate.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| 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.
|
String |
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(String value)
Input template where you can use the values of the keys from
inputPathsMap to customize the data sent to the target.
|
Object getJsonTemplate()
void setJsonTemplate(Object value)
Map<String,String> getPathsMap()
void setPathsMap(Map<String,String> value)
String getTextTemplate()
void setTextTemplate(String value)
static TargetInputTemplate.Builder builder()
TargetInputTemplate.Builder of TargetInputTemplateCopyright © 2019. All rights reserved.