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 TypeMethodDescriptionstatic RuleTargetInput
LogGroupTargetInput.fromObject()
Pass a JSON object to the the log group event target.static RuleTargetInput
LogGroupTargetInput.fromObject
(LogGroupTargetInputOptions options) Pass a JSON object to the the log group event target.default 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()
Deprecated.use logEvent insteadfinal RuleTargetInput
LogGroupProps.Jsii$Proxy.getEvent()
default RuleTargetInput
RedshiftQueryProps.getInput()
The input to the state machine execution.final RuleTargetInput
RedshiftQueryProps.Jsii$Proxy.getInput()
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()
default RuleTargetInput
AppSyncGraphQLApiProps.getVariables()
The variables that are include in the GraphQL operation.final RuleTargetInput
AppSyncGraphQLApiProps.Jsii$Proxy.getVariables()
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) Deprecated.use logEvent insteadCodeBuildProject.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) Deprecated.use logEvent insteadRedshiftQuery.Builder.input
(RuleTargetInput input) The input to the state machine execution.RedshiftQueryProps.Builder.input
(RuleTargetInput input) Sets the value ofRedshiftQueryProps.getInput()
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) Deprecated.The message to send to the stream.KinesisFirehoseStreamProps.Builder.message
(RuleTargetInput message) Sets the value ofKinesisFirehoseStreamProps.getMessage()
KinesisFirehoseStreamV2.Builder.message
(RuleTargetInput message) The message to send to the stream.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()
AppSync.Builder.variables
(RuleTargetInput variables) The variables that are include in the GraphQL operation.AppSyncGraphQLApiProps.Builder.variables
(RuleTargetInput variables) Sets the value ofAppSyncGraphQLApiProps.getVariables()