Skip to main content

connectors_list_only

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

Overview

Nameconnectors_list_only
TypeResource
DescriptionResource schema for AWS::AppFlow::Connector
Idaws.appflow.connectors_list_only

Fields

NameDatatypeDescription
connector_labelstringThe name of the connector. The name is unique for each ConnectorRegistration in your AWS account.
connector_arnstringThe 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

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all connectors in a region.

SELECT
region,
connector_label
FROM aws.appflow.connectors_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the connectors_list_only resource, see connectors