Uses of Class
software.amazon.awscdk.services.scheduler.ScheduleTargetInput
Packages that use ScheduleTargetInput
Package
Description
Amazon EventBridge Scheduler Construct Library
Amazon EventBridge Scheduler Targets Construct Library
-
Uses of ScheduleTargetInput in software.amazon.awscdk.services.scheduler
Methods in software.amazon.awscdk.services.scheduler that return ScheduleTargetInputModifier and TypeMethodDescriptionstatic ScheduleTargetInputScheduleTargetInput.fromObject(Object obj) Pass a JSON object to the target.static ScheduleTargetInputPass simple text to the target.default ScheduleTargetInputScheduleTargetConfig.getInput()What input to pass to the target.final ScheduleTargetInputScheduleTargetConfig.Jsii$Proxy.getInput()Methods in software.amazon.awscdk.services.scheduler with parameters of type ScheduleTargetInputModifier and TypeMethodDescriptionScheduleTargetConfig.Builder.input(ScheduleTargetInput input) Sets the value ofScheduleTargetConfig.getInput() -
Uses of ScheduleTargetInput in software.amazon.awscdk.services.scheduler.targets
Methods in software.amazon.awscdk.services.scheduler.targets that return ScheduleTargetInputModifier and TypeMethodDescriptionEventBridgePutEventsEntry.getDetail()The event body.final ScheduleTargetInputEventBridgePutEventsEntry.Jsii$Proxy.getDetail()final ScheduleTargetInputEc2TaskProps.Jsii$Proxy.getInput()final ScheduleTargetInputEcsRunTaskBaseProps.Jsii$Proxy.getInput()final ScheduleTargetInputFargateTaskProps.Jsii$Proxy.getInput()final ScheduleTargetInputKinesisStreamPutRecordProps.Jsii$Proxy.getInput()final ScheduleTargetInputSageMakerStartPipelineExecutionProps.Jsii$Proxy.getInput()default ScheduleTargetInputScheduleTargetBaseProps.getInput()Input passed to the target.final ScheduleTargetInputScheduleTargetBaseProps.Jsii$Proxy.getInput()final ScheduleTargetInputSqsSendMessageProps.Jsii$Proxy.getInput()final ScheduleTargetInputUniversalTargetProps.Jsii$Proxy.getInput()Methods in software.amazon.awscdk.services.scheduler.targets with parameters of type ScheduleTargetInputModifier and TypeMethodDescriptionEventBridgePutEvents.Builder.detail(ScheduleTargetInput detail) The event body.EventBridgePutEventsEntry.Builder.detail(ScheduleTargetInput detail) Sets the value ofEventBridgePutEventsEntry.getDetail()CodeBuildStartBuild.Builder.input(ScheduleTargetInput input) Input passed to the target.CodePipelineStartPipelineExecution.Builder.input(ScheduleTargetInput input) Input passed to the target.Ec2TaskProps.Builder.input(ScheduleTargetInput input) Sets the value ofScheduleTargetBaseProps.getInput()EcsRunEc2Task.Builder.input(ScheduleTargetInput input) Input passed to the target.EcsRunFargateTask.Builder.input(ScheduleTargetInput input) Input passed to the target.EcsRunTaskBaseProps.Builder.input(ScheduleTargetInput input) Sets the value ofScheduleTargetBaseProps.getInput()FargateTaskProps.Builder.input(ScheduleTargetInput input) Sets the value ofScheduleTargetBaseProps.getInput()FirehosePutRecord.Builder.input(ScheduleTargetInput input) Input passed to the target.InspectorStartAssessmentRun.Builder.input(ScheduleTargetInput input) Input passed to the target.KinesisStreamPutRecord.Builder.input(ScheduleTargetInput input) Input passed to the target.KinesisStreamPutRecordProps.Builder.input(ScheduleTargetInput input) Sets the value ofScheduleTargetBaseProps.getInput()LambdaInvoke.Builder.input(ScheduleTargetInput input) Input passed to the target.SageMakerStartPipelineExecution.Builder.input(ScheduleTargetInput input) Input passed to the target.SageMakerStartPipelineExecutionProps.Builder.input(ScheduleTargetInput input) Sets the value ofScheduleTargetBaseProps.getInput()ScheduleTargetBaseProps.Builder.input(ScheduleTargetInput input) Sets the value ofScheduleTargetBaseProps.getInput()SnsPublish.Builder.input(ScheduleTargetInput input) Input passed to the target.SqsSendMessage.Builder.input(ScheduleTargetInput input) Input passed to the target.SqsSendMessageProps.Builder.input(ScheduleTargetInput input) Sets the value ofScheduleTargetBaseProps.getInput()StepFunctionsStartExecution.Builder.input(ScheduleTargetInput input) Input passed to the target.Universal.Builder.input(ScheduleTargetInput input) Input passed to the target.UniversalTargetProps.Builder.input(ScheduleTargetInput input) Sets the value ofScheduleTargetBaseProps.getInput()