ScheduleTargetArgs

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
constructor(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)

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the target.

Link copied to clipboard

An object that contains information about an Amazon SQS queue that EventBridge Scheduler uses as a dead-letter queue for your schedule. If specified, EventBridge Scheduler delivers failed events that could not be successfully delivered to a target to the queue.

Link copied to clipboard

The templated target type for the Amazon ECS RunTask API operation.

Link copied to clipboard

The templated target type for the EventBridge PutEvents API operation.

Link copied to clipboard
val input: Output<String>? = null

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.

Link copied to clipboard

The templated target type for the Amazon Kinesis PutRecord API operation.

Link copied to clipboard

A RetryPolicy object that includes information about the retry policy settings, including the maximum age of an event, and the maximum number of times EventBridge Scheduler will try to deliver the event to a target.

Link copied to clipboard
val roleArn: Output<String>

The Amazon Resource Name (ARN) of the IAM role to be used for this target when the schedule is triggered.

Link copied to clipboard

The templated target type for the Amazon SageMaker StartPipelineExecution API operation.

Link copied to clipboard

The templated target type for the Amazon SQS SendMessage API operation. Contains the message group ID to use when the target is a FIFO queue. If you specify an Amazon SQS FIFO queue as a target, the queue must have content-based deduplication enabled. For more information, see Using the Amazon SQS message deduplication ID in the Amazon SQS Developer Guide .

Functions

Link copied to clipboard
open override fun toJava(): ScheduleTargetArgs