@Generated(value="jsii-pacmak/0.11.0 (build 3d6415e)", date="2019-05-30T15:03:09.137Z") public interface RuleTargetInputProperties extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
RuleTargetInputProperties.Builder
A builder for
RuleTargetInputProperties |
static class |
RuleTargetInputProperties.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static RuleTargetInputProperties.Builder |
builder() |
String |
getInput()
Literal input to the target service (must be valid JSON).
|
String |
getInputPath()
JsonPath to take input from the input event.
|
Map<String,String> |
getInputPathsMap()
Paths map to extract values from event and insert into `inputTemplate`.
|
String |
getInputTemplate()
Input template to insert paths map into.
|
String getInput()
String getInputPath()
Map<String,String> getInputPathsMap()
String getInputTemplate()
static RuleTargetInputProperties.Builder builder()
RuleTargetInputProperties.Builder of RuleTargetInputPropertiesCopyright © 2019. All rights reserved.