connectors_list_only
Lists connectors
in a region or regions, for all properties use connectors
Overview
Name | connectors_list_only |
Type | Resource |
Description | Resource schema for AWS::AppFlow::Connector |
Id | aws.appflow.connectors_list_only |
Fields
Name | Datatype | Description |
---|---|---|
connector_label | string | The name of the connector. The name is unique for each ConnectorRegistration in your AWS account. |
connector_arn | string | The arn of the connector. The arn is unique for each ConnectorRegistration in your AWS account. |
connector_provisioning_type | string | The provisioning type of the connector. Currently the only supported value is LAMBDA. |
connector_provisioning_config | object | Contains information about the configuration of the connector being registered. |
description | string | A description about the connector that's being registered. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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