View source: R/eventbridgepipes_operations.R
eventbridgepipes_list_pipes | R Documentation |
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.
eventbridgepipes_list_pipes(
NamePrefix = NULL,
DesiredState = NULL,
CurrentState = NULL,
SourcePrefix = NULL,
TargetPrefix = NULL,
NextToken = NULL,
Limit = NULL
)
NamePrefix |
A value that will return a subset of the pipes associated with this
account. For example, |
DesiredState |
The state the pipe should be in. |
CurrentState |
The state the pipe is in. |
SourcePrefix |
The prefix matching the pipe source. |
TargetPrefix |
The prefix matching the pipe target. |
NextToken |
If |
Limit |
The maximum number of pipes to include in the response. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.