Skip to main content

connections

Retrieves a list of connections in a region

Overview

Nameconnections
TypeResource
Descriptionconnections
Idawscc.events.connections

Fields

NameDatatypeDescription
namestringName of the connection.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
name
FROM awscc.events.connections
WHERE region = 'us-east-1'

Permissions

To operate on the connections resource, the following permissions are required:

Create

events:CreateConnection,
events:DescribeConnection,
secretsmanager:CreateSecret,
secretsmanager:GetSecretValue,
secretsmanager:PutSecretValue,
iam:CreateServiceLinkedRole

List

events:ListConnections