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/cloudwatchevents_create_connection/ for full documentation.
cloudwatchevents_create_connection(
Name,
Description = NULL,
AuthorizationType,
AuthParameters
)
[required] The name for the connection to create.
A description for the connection to create.
[required] The type of authorization to use for the connection.
[required] A CreateConnectionAuthRequestParameters
object that contains the
authorization parameters to use to authorize with the endpoint.