Skip to main content

connection

Gets an individual connection resource

Overview

Nameconnection
TypeResource
Descriptionconnection
Idawscc.events.connection

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

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
name,
arn,
secret_arn,
description,
authorization_type,
auth_parameters
FROM awscc.events.connection
WHERE data__Identifier = '<Name>';

Permissions

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

Read

events:DescribeConnection

Update

events:UpdateConnection,
events:DescribeConnection,
secretsmanager:CreateSecret,
secretsmanager:UpdateSecret,
secretsmanager:GetSecretValue,
secretsmanager:PutSecretValue

Delete

events:DeleteConnection,
events:DescribeConnection