Skip to main content

connections_list_only

Lists connections in a region or regions, for all properties use connections

Overview

Nameconnections_list_only
TypeResource
DescriptionResource Type definition for AWS::Events::Connection.
Idaws.events.connections_list_only

Fields

NameDatatypeDescription
namestringName of the connection.
arnstringThe arn of the connection resource.
secret_arnstringThe arn of the secrets manager secret created in the customer account.
descriptionstringDescription of the connection.
authorization_typestring
auth_parametersobject
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all connections in a region.

SELECT
region,
name
FROM aws.events.connections_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the connections_list_only resource, see connections