public static class TargetInputTemplate.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements TargetInputTemplate
software.amazon.jsii.JsiiObject.InitializationModeTargetInputTemplate.Builder, TargetInputTemplate.Jsii$Pojo, TargetInputTemplate.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Nullable public Object getTextTemplate()
getTextTemplate in interface TargetInputTemplatepublic void setTextTemplate(@Nullable Object value)
setTextTemplate in interface TargetInputTemplate@Nullable public Object getJsonTemplate()
getJsonTemplate in interface TargetInputTemplatepublic void setJsonTemplate(@Nullable Object value)
setJsonTemplate in interface TargetInputTemplate@Nullable public Map<String,String> getPathsMap()
getPathsMap in interface TargetInputTemplatepublic void setPathsMap(@Nullable Map<String,String> value)
setPathsMap in interface TargetInputTemplateCopyright © 2018. All rights reserved.