eventbridgepipes_list_pipes {paws.application.integration} | R Documentation |
Get the pipes associated with this account
Description
Get the pipes associated with this account. For more information about pipes, see Amazon EventBridge Pipes in the Amazon EventBridge User Guide.
See https://www.paws-r-sdk.com/docs/eventbridgepipes_list_pipes/ for full documentation.
Usage
eventbridgepipes_list_pipes(
CurrentState = NULL,
DesiredState = NULL,
Limit = NULL,
NamePrefix = NULL,
NextToken = NULL,
SourcePrefix = NULL,
TargetPrefix = NULL
)
Arguments
CurrentState |
The state the pipe is in. |
DesiredState |
The state the pipe should be in. |
Limit |
The maximum number of pipes to include in the response. |
NamePrefix |
A value that will return a subset of the pipes associated with this
account. For example, |
NextToken |
If |
SourcePrefix |
The prefix matching the pipe source. |
TargetPrefix |
The prefix matching the pipe target. |