| Package | Description |
|---|---|
| software.amazon.awscdk.services.events |
| Modifier and Type | Method and Description |
|---|---|
static TargetInputTemplate.Builder |
TargetInputTemplate.builder() |
TargetInputTemplate.Builder |
TargetInputTemplate.Builder.withJsonTemplate(Object value)
Input template where you can use the values of the keys from
inputPathsMap to customize the data sent to the target.
|
TargetInputTemplate.Builder |
TargetInputTemplate.Builder.withPathsMap(Map<String,String> value)
Map of JSON paths to be extracted from the event.
|
TargetInputTemplate.Builder |
TargetInputTemplate.Builder.withTextTemplate(Object value)
Input template where you can use the values of the keys from
inputPathsMap to customize the data sent to the target.
|
Copyright © 2018. All rights reserved.