eventbridge_create_connection: Creates a connection

View source: R/eventbridge_operations.R

eventbridge_create_connectionR Documentation

Creates a connection

Description

Creates a connection. A connection defines the authorization type and credentials to use for authorization with an API destination HTTP endpoint.

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

Usage

eventbridge_create_connection(
  Name,
  Description = NULL,
  AuthorizationType,
  AuthParameters
)

Arguments

Name

[required] The name for the connection to create.

Description

A description for the connection to create.

AuthorizationType

[required] The type of authorization to use for the connection.

OAUTH tokens are refreshed when a 401 or 407 response is returned.

AuthParameters

[required] A CreateConnectionAuthRequestParameters object that contains the authorization parameters to use to authorize with the endpoint.


paws.application.integration documentation built on Sept. 12, 2023, 1:18 a.m.