Learn R Programming

paws.management (version 0.2.0)

cloudwatchevents_update_connection: Updates settings for a connection

Description

Updates settings for a connection.

See https://paws-r.github.io/docs/cloudwatchevents/update_connection.html for full documentation.

Usage

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

Arguments

Name

[required] The name of the connection to update.

Description

A description for the connection.

AuthorizationType

The type of authorization to use for the connection.

AuthParameters

The authorization parameters to use for the connection.