View source: R/eventbridgepipes_operations.R
eventbridgepipes_update_pipe | R Documentation |
Update an existing pipe. When you call update_pipe
, EventBridge only the updates fields you have specified in the request; the rest remain unchanged. The exception to this is if you modify any Amazon Web Services-service specific fields in the SourceParameters
, EnrichmentParameters
, or TargetParameters
objects. For example, DynamoDBStreamParameters
or EventBridgeEventBusParameters
. EventBridge updates the fields in these objects atomically as one and overrides existing values. This is by design, and means that if you don't specify an optional field in one of these Parameters
objects, EventBridge sets that field to its system-default value during the update.
See https://www.paws-r-sdk.com/docs/eventbridgepipes_update_pipe/ for full documentation.
eventbridgepipes_update_pipe(
Name,
Description = NULL,
DesiredState = NULL,
SourceParameters = NULL,
Enrichment = NULL,
EnrichmentParameters = NULL,
Target = NULL,
TargetParameters = NULL,
RoleArn,
LogConfiguration = NULL
)
Name |
[required] The name of the pipe. |
Description |
A description of the pipe. |
DesiredState |
The state the pipe should be in. |
SourceParameters |
The parameters required to set up a source for your pipe. |
Enrichment |
The ARN of the enrichment resource. |
EnrichmentParameters |
The parameters required to set up enrichment on your pipe. |
Target |
The ARN of the target resource. |
TargetParameters |
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. |
RoleArn |
[required] The ARN of the role that allows the pipe to send data to the target. |
LogConfiguration |
The logging configuration settings for the pipe. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.