eventbridge_update_connection {paws.application.integration} | R Documentation |
Updates settings for a connection
Description
Updates settings for a connection.
See https://www.paws-r-sdk.com/docs/eventbridge_update_connection/ for full documentation.
Usage
eventbridge_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. |
[Package paws.application.integration version 0.7.0 Index]