EventBridge Pipe

EventBridge Pipe is an AWS resource that connects event sources to targets with optional filtering, enrichment, and transformation. It allows you to build event-driven integrations without writing custom code, simplifying the process of routing data between services. Pipes provide a managed way to reliably move events from producers to consumers while applying business logic inline.

aws.pipes_pipe

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
arncorestringThe ARN of the pipe.
creation_timecoretimestampThe time the pipe was created.
current_statecorestringThe state the pipe is in.
desired_statecorestringThe state the pipe should be in.
enrichmentcorestringThe ARN of the enrichment resource.
last_modified_timecoretimestampWhen the pipe was last updated, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
namecorestringThe name of the pipe.
state_reasoncorestringThe reason the pipe is in its current state.
tagscorehstore
targetcorestringThe ARN of the target resource.