Learn R Programming

paws.application.integration (version 0.5.0)

eventbridgepipes_create_pipe: Create a pipe

Description

Create a pipe. Amazon EventBridge Pipes connect event sources to targets and reduces the need for specialized knowledge and integration code.

See https://www.paws-r-sdk.com/docs/eventbridgepipes_create_pipe/ for full documentation.

Usage

eventbridgepipes_create_pipe(
  Description = NULL,
  DesiredState = NULL,
  Enrichment = NULL,
  EnrichmentParameters = NULL,
  LogConfiguration = NULL,
  Name,
  RoleArn,
  Source,
  SourceParameters = NULL,
  Tags = NULL,
  Target,
  TargetParameters = NULL
)

Arguments

Description

A description of the pipe.

DesiredState

The state the pipe should be in.

Enrichment

The ARN of the enrichment resource.

EnrichmentParameters

The parameters required to set up enrichment on your pipe.

LogConfiguration

The logging configuration settings for the pipe.

Name

[required] The name of the pipe.

RoleArn

[required] The ARN of the role that allows the pipe to send data to the target.

Source

[required] The ARN of the source resource.

SourceParameters

The parameters required to set up a source for your pipe.

Tags

The list of key-value pairs to associate with the pipe.

Target

[required] 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.