connector
Gets an individual connector
resource
Overview
Name | connector |
Type | Resource |
Description | connector |
Id | awscc.appflow.connector |
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
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