| Modifier and Type | Method and Description |
|---|---|
static RuleTargetInput |
RuleTargetInput.fromEventPath(String path)
Take the event target input from a path in the event JSON.
|
static RuleTargetInput |
RuleTargetInput.fromMultilineText(String text)
Pass text to the event target, splitting on newlines.
|
static RuleTargetInput |
RuleTargetInput.fromObject(Object obj)
Pass a JSON object to the event target.
|
static RuleTargetInput |
RuleTargetInput.fromText(String text)
Pass text to the event target.
|
default RuleTargetInput |
RuleTargetConfig.getInput()
What input to send to the event target.
|
RuleTargetInput |
RuleTargetConfig.Jsii$Proxy.getInput() |
| Modifier and Type | Method and Description |
|---|---|
RuleTargetConfig.Builder |
RuleTargetConfig.Builder.input(RuleTargetInput input)
Sets the value of
RuleTargetConfig.getInput() |
Copyright © 2020. All rights reserved.