connection
Gets an individual connection
resource
Overview
Name | connection |
Type | Resource |
Description | connection |
Id | awscc.events.connection |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Name of the connection. |
arn | string | The arn of the connection resource. |
secret_arn | string | The arn of the secrets manager secret created in the customer account. |
description | string | Description of the connection. |
authorization_type | string | |
auth_parameters | object | |
region | string | AWS 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