PipeTargetParameters

The parameters required to set up a target for your pipe.

For more information about pipe target parameters, including how to use dynamic path parameters, see Target parameters in the Amazon EventBridge User Guide.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The parameters for using an Batch job as a target.

Link copied to clipboard

The parameters for using an CloudWatch Logs log stream as a target.

Link copied to clipboard

The parameters for using an Amazon ECS task as a target.

Link copied to clipboard

The parameters for using an EventBridge event bus as a target.

Link copied to clipboard

These are custom parameter to be used when the target is an API Gateway REST APIs or EventBridge ApiDestinations.

Link copied to clipboard

Valid JSON text passed to the target. In this case, nothing from the event itself is passed to the target. For more information, see The JavaScript Object Notation (JSON) Data Interchange Format.

Link copied to clipboard

The parameters for using a Kinesis stream as a target.

Link copied to clipboard

The parameters for using a Lambda function as a target.

Link copied to clipboard

These are custom parameters to be used when the target is a Amazon Redshift cluster to invoke the Amazon Redshift Data API BatchExecuteStatement.

Link copied to clipboard

The parameters for using a SageMaker pipeline as a target.

Link copied to clipboard

The parameters for using a Amazon SQS stream as a target.

Link copied to clipboard

The parameters for using a Step Functions state machine as a target.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String