Skip to main content

connector

Gets an individual connector resource

Overview

Nameconnector
TypeResource
Descriptionconnector
Idawscc.appflow.connector

Fields

NameDatatypeDescription
connector_labelstring The name of the connector. The name is unique for each ConnectorRegistration in your AWS account.
connector_arnstring The arn of the connector. The arn is unique for each ConnectorRegistration in your AWS account.
connector_provisioning_typestringThe provisioning type of the connector. Currently the only supported value is LAMBDA.
connector_provisioning_configobjectContains information about the configuration of the connector being registered.
descriptionstringA description about the connector that's being registered.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
connector_label,
connector_arn,
connector_provisioning_type,
connector_provisioning_config,
description
FROM awscc.appflow.connector
WHERE data__Identifier = '<ConnectorLabel>';

Permissions

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

Read

appflow:DescribeConnector

Delete

appflow:UnRegisterConnector

Update

appflow:UpdateConnectorRegistration,
lambda:InvokeFunction