@Generated(value="jsii-pacmak/1.1.0 (build df55f5e)", date="2020-04-10T14:28:19.285Z") @Stability(value=Stable) 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)
Return the input properties for this input object.
|
static RuleTargetInput |
fromEventPath(String path)
Take the event target input from a path in the event JSON.
|
static RuleTargetInput |
fromMultilineText(String text)
Pass text to the event target, splitting on newlines.
|
static RuleTargetInput |
fromObject(Object obj)
Pass a JSON object to the event target.
|
static RuleTargetInput |
fromText(String text)
Pass text to the event target.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetprotected RuleTargetInput(software.amazon.jsii.JsiiObjectRef objRef)
protected RuleTargetInput(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) protected RuleTargetInput()
@Stability(value=Stable) @NotNull public static RuleTargetInput fromEventPath(@NotNull String path)
path - This parameter is required.@Stability(value=Stable) @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=Stable) @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=Stable) @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=Stable) @NotNull public abstract RuleTargetInputProperties bind(@NotNull IRule rule)
rule - This parameter is required.Copyright © 2020. All rights reserved.