@Generated(value="jsii-pacmak/0.11.2 (build 27d16c2)", date="2019-06-10T11:04:14.233Z") @Stability(value=Experimental) 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.
|
@Stability(value=Experimental) String getInput()
@Stability(value=Experimental) String getInputPath()
@Stability(value=Experimental) Map<String,String> getInputPathsMap()
@Stability(value=Experimental) String getInputTemplate()
@Stability(value=Experimental) static RuleTargetInputProperties.Builder builder()
RuleTargetInputProperties.Builder of RuleTargetInputPropertiesCopyright © 2019. All rights reserved.