Schedule Target Args
data class ScheduleTargetArgs(val arn: Output<String>, val deadLetterConfig: Output<ScheduleDeadLetterConfigArgs>? = null, val ecsParameters: Output<ScheduleEcsParametersArgs>? = null, val eventBridgeParameters: Output<ScheduleEventBridgeParametersArgs>? = null, val input: Output<String>? = null, val kinesisParameters: Output<ScheduleKinesisParametersArgs>? = null, val retryPolicy: Output<ScheduleRetryPolicyArgs>? = null, val roleArn: Output<String>, val sageMakerPipelineParameters: Output<ScheduleSageMakerPipelineParametersArgs>? = null, val sqsParameters: Output<ScheduleSqsParametersArgs>? = null) : ConvertibleToJava<ScheduleTargetArgs>
The schedule target.
Constructors
Link copied to clipboard
fun ScheduleTargetArgs(arn: Output<String>, deadLetterConfig: Output<ScheduleDeadLetterConfigArgs>? = null, ecsParameters: Output<ScheduleEcsParametersArgs>? = null, eventBridgeParameters: Output<ScheduleEventBridgeParametersArgs>? = null, input: Output<String>? = null, kinesisParameters: Output<ScheduleKinesisParametersArgs>? = null, retryPolicy: Output<ScheduleRetryPolicyArgs>? = null, roleArn: Output<String>, sageMakerPipelineParameters: Output<ScheduleSageMakerPipelineParametersArgs>? = null, sqsParameters: Output<ScheduleSqsParametersArgs>? = null)
Functions
Properties
Link copied to clipboard
The text, or well-formed JSON, passed to the target. If you are configuring a templated Lambda, AWS Step Functions, or Amazon EventBridge target, the input must be a well-formed JSON. For all other target types, a JSON is not required. If you do not specify anything for this field, EventBridge Scheduler delivers a default notification to the target.