Uses of Class
software.amazon.awscdk.services.events.RuleTargetInput
Package
Description
Amazon EventBridge Construct Library
Event Targets for Amazon EventBridge
-
Uses of RuleTargetInput in software.amazon.awscdk.services.events
Modifier and TypeMethodDescriptionstatic 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
Pass text to the event target.default RuleTargetInput
RuleTargetConfig.getInput()
What input to send to the event target.final RuleTargetInput
RuleTargetConfig.Jsii$Proxy.getInput()
Modifier and TypeMethodDescriptionRuleTargetConfig.Builder.input
(RuleTargetInput input) Sets the value ofRuleTargetConfig.getInput()
-
Uses of RuleTargetInput in software.amazon.awscdk.services.events.targets
Modifier and TypeMethodDescriptiondefault RuleTargetInput
ApiDestinationProps.getEvent()
The event to send.final RuleTargetInput
ApiDestinationProps.Jsii$Proxy.getEvent()
default RuleTargetInput
BatchJobProps.getEvent()
The event to send to the Lambda.final RuleTargetInput
BatchJobProps.Jsii$Proxy.getEvent()
default RuleTargetInput
CodeBuildProjectProps.getEvent()
The event to send to CodeBuild.final RuleTargetInput
CodeBuildProjectProps.Jsii$Proxy.getEvent()
default RuleTargetInput
LambdaFunctionProps.getEvent()
The event to send to the Lambda.final RuleTargetInput
LambdaFunctionProps.Jsii$Proxy.getEvent()
default RuleTargetInput
LogGroupProps.getEvent()
The event to send to the CloudWatch LogGroup.final RuleTargetInput
LogGroupProps.Jsii$Proxy.getEvent()
default RuleTargetInput
SfnStateMachineProps.getInput()
The input to the state machine execution.final RuleTargetInput
SfnStateMachineProps.Jsii$Proxy.getInput()
default RuleTargetInput
KinesisFirehoseStreamProps.getMessage()
The message to send to the stream.final RuleTargetInput
KinesisFirehoseStreamProps.Jsii$Proxy.getMessage()
default RuleTargetInput
KinesisStreamProps.getMessage()
The message to send to the stream.final RuleTargetInput
KinesisStreamProps.Jsii$Proxy.getMessage()
default RuleTargetInput
SnsTopicProps.getMessage()
The message to send to the topic.final RuleTargetInput
SnsTopicProps.Jsii$Proxy.getMessage()
default RuleTargetInput
SqsQueueProps.getMessage()
The message to send to the queue.final RuleTargetInput
SqsQueueProps.Jsii$Proxy.getMessage()
default RuleTargetInput
ApiGatewayProps.getPostBody()
This will be the post request body send to the API.final RuleTargetInput
ApiGatewayProps.Jsii$Proxy.getPostBody()
Modifier and TypeMethodDescriptionApiDestination.Builder.event
(RuleTargetInput event) The event to send.ApiDestinationProps.Builder.event
(RuleTargetInput event) Sets the value ofApiDestinationProps.getEvent()
BatchJob.Builder.event
(RuleTargetInput event) The event to send to the Lambda.BatchJobProps.Builder.event
(RuleTargetInput event) Sets the value ofBatchJobProps.getEvent()
CloudWatchLogGroup.Builder.event
(RuleTargetInput event) The event to send to the CloudWatch LogGroup.CodeBuildProject.Builder.event
(RuleTargetInput event) The event to send to CodeBuild.CodeBuildProjectProps.Builder.event
(RuleTargetInput event) Sets the value ofCodeBuildProjectProps.getEvent()
LambdaFunction.Builder.event
(RuleTargetInput event) The event to send to the Lambda.LambdaFunctionProps.Builder.event
(RuleTargetInput event) Sets the value ofLambdaFunctionProps.getEvent()
LogGroupProps.Builder.event
(RuleTargetInput event) Sets the value ofLogGroupProps.getEvent()
SfnStateMachine.Builder.input
(RuleTargetInput input) The input to the state machine execution.SfnStateMachineProps.Builder.input
(RuleTargetInput input) Sets the value ofSfnStateMachineProps.getInput()
KinesisFirehoseStream.Builder.message
(RuleTargetInput message) The message to send to the stream.KinesisFirehoseStreamProps.Builder.message
(RuleTargetInput message) Sets the value ofKinesisFirehoseStreamProps.getMessage()
KinesisStream.Builder.message
(RuleTargetInput message) The message to send to the stream.KinesisStreamProps.Builder.message
(RuleTargetInput message) Sets the value ofKinesisStreamProps.getMessage()
SnsTopic.Builder.message
(RuleTargetInput message) The message to send to the topic.SnsTopicProps.Builder.message
(RuleTargetInput message) Sets the value ofSnsTopicProps.getMessage()
SqsQueue.Builder.message
(RuleTargetInput message) The message to send to the queue.SqsQueueProps.Builder.message
(RuleTargetInput message) Sets the value ofSqsQueueProps.getMessage()
ApiGateway.Builder.postBody
(RuleTargetInput postBody) This will be the post request body send to the API.ApiGatewayProps.Builder.postBody
(RuleTargetInput postBody) Sets the value ofApiGatewayProps.getPostBody()