@Stability(value=Stable) @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(RuleTargetInputProperties.Builder builder)
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()
Literal input to the target service (must be valid JSON).
|
String |
getInputPath()
JsonPath to take input from the input event.
|
Map<String,String> |
getInputPathsMap()
Paths map to extract values from event and insert into `inputTemplate`.
|
String |
getInputTemplate()
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.protected Jsii$Proxy(RuleTargetInputProperties.Builder builder)
RuleTargetInputProperties.Builder.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 © 2022. All rights reserved.