aws.pipes.list_pipes
Example SQL Queries
SELECT * FROMaws.pipes.list_pipes;Description
Get the pipes associated with this account. For more information about pipes, see Amazon EventBridge Pipes in the Amazon EventBridge User Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| current_state Input Column The state the pipe is in. | VARCHAR |
| desired_state Input Column The state the pipe should be in. | VARCHAR |
| name_prefix Input Column A value that will return a subset of the pipes associated with this account. For example, "NamePrefix": "ABC" will return all endpoints with "ABC" in the name. | VARCHAR |
| source_prefix Input Column The prefix matching the pipe source. | VARCHAR |
| target_prefix Input Column The prefix matching the pipe target. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn The ARN of the pipe. | VARCHAR |
| creation_time The time the pipe was created. | TIMESTAMP_S |
| enrichment The ARN of the enrichment resource. | VARCHAR |
| last_modified_time When the pipe was last updated, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD). | TIMESTAMP_S |
| name The name of the pipe. | VARCHAR |
| source The ARN of the source resource. | VARCHAR |
| state_reason The reason the pipe is in its current state. | VARCHAR |
| target The ARN of the target resource. | VARCHAR |