@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.233Z") @Stability(value=Experimental) public abstract class RuleTargetInput extends software.amazon.jsii.JsiiObject
| Modifier | Constructor and Description |
|---|---|
protected |
RuleTargetInput() |
protected |
RuleTargetInput(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
RuleTargetInput(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
abstract RuleTargetInputProperties |
bind(IRule rule)
(experimental) Return the input properties for this input object.
|
static RuleTargetInput |
fromEventPath(String path)
(experimental) Take the event target input from a path in the event JSON.
|
static RuleTargetInput |
fromMultilineText(String text)
(experimental) Pass text to the event target, splitting on newlines.
|
static RuleTargetInput |
fromObject(Object obj)
(experimental) Pass a JSON object to the event target.
|
static RuleTargetInput |
fromText(String text)
(experimental) Pass text to the event target.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected RuleTargetInput(software.amazon.jsii.JsiiObjectRef objRef)
protected RuleTargetInput(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) protected RuleTargetInput()
@Stability(value=Experimental) @NotNull public static RuleTargetInput fromEventPath(@NotNull String path)
path - This parameter is required.@Stability(value=Experimental) @NotNull public static RuleTargetInput fromMultilineText(@NotNull String text)
This is only useful when passing to a target that does not take a single argument.
May contain strings returned by EventField.from() to substitute in parts of the matched event.
text - This parameter is required.@Stability(value=Experimental) @NotNull public static RuleTargetInput fromObject(@NotNull Object obj)
May contain strings returned by EventField.from() to substitute in parts of the matched event.
obj - This parameter is required.@Stability(value=Experimental) @NotNull public static RuleTargetInput fromText(@NotNull String text)
May contain strings returned by EventField.from() to substitute in parts of the matched event.
text - This parameter is required.@Stability(value=Experimental) @NotNull public abstract RuleTargetInputProperties bind(@NotNull IRule rule)
rule - This parameter is required.Copyright © 2021. All rights reserved.