@Generated(value="jsii-pacmak/1.1.0 (build df55f5e)", date="2020-04-10T14:28:19.285Z") @Stability(value=Stable) 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
An implementation for
RuleTargetInputProperties |
| Modifier and Type | Method and Description |
|---|---|
static RuleTargetInputProperties.Builder |
builder() |
default String |
getInput()
Literal input to the target service (must be valid JSON).
|
default String |
getInputPath()
JsonPath to take input from the input event.
|
default Map<String,String> |
getInputPathsMap()
Paths map to extract values from event and insert into `inputTemplate`.
|
default String |
getInputTemplate()
Input template to insert paths map into.
|
@Stability(value=Stable) @Nullable default String getInput()
@Stability(value=Stable) @Nullable default String getInputPath()
@Stability(value=Stable) @Nullable default Map<String,String> getInputPathsMap()
@Stability(value=Stable) @Nullable default String getInputTemplate()
@Stability(value=Stable) static RuleTargetInputProperties.Builder builder()
RuleTargetInputProperties.Builder of RuleTargetInputPropertiesCopyright © 2020. All rights reserved.