@Stability(value=Experimental) @Internal public static final class RuleTargetInputProperties.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements RuleTargetInputProperties
RuleTargetInputPropertiessoftware.amazon.jsii.JsiiObject.InitializationModeRuleTargetInputProperties.Builder, RuleTargetInputProperties.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String input,
String inputPath,
Map<String,String> inputPathsMap,
String inputTemplate)
Constructor that initializes the object based on literal property values passed by the
RuleTargetInputProperties.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getInput()
(experimental) Literal input to the target service (must be valid JSON).
|
String |
getInputPath()
(experimental) JsonPath to take input from the input event.
|
Map<String,String> |
getInputPathsMap()
(experimental) Paths map to extract values from event and insert into `inputTemplate`.
|
String |
getInputTemplate()
(experimental) Input template to insert paths map into.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public final String getInput()
RuleTargetInputPropertiesDefault: - input for the event target. If the input contains a paths map values wil be extracted from event and inserted into the `inputTemplate`.
getInput in interface RuleTargetInputPropertiespublic final String getInputPath()
RuleTargetInputPropertiesDefault: - None. The entire matched event is passed as input
getInputPath in interface RuleTargetInputPropertiespublic final Map<String,String> getInputPathsMap()
RuleTargetInputPropertiesDefault: - No values extracted from event.
getInputPathsMap in interface RuleTargetInputPropertiespublic final String getInputTemplate()
RuleTargetInputPropertiesDefault: - None.
getInputTemplate in interface RuleTargetInputProperties@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.