| 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() |
| Constructor and Description |
|---|
Jsii$Proxy(String arn,
String id,
CfnRule.BatchParametersProperty batchParameters,
CfnRule.EcsParametersProperty ecsParameters,
RuleTargetInput input,
CfnRule.KinesisParametersProperty kinesisParameters,
IRole role,
CfnRule.RunCommandParametersProperty runCommandParameters,
CfnRule.SqsParametersProperty sqsParameters,
IConstruct targetResource)
Constructor that initializes the object based on literal property values passed by the
RuleTargetConfig.Builder. |
Copyright © 2020. All rights reserved.