Resource schema for AWS::AppFlow::Connector
connector_provisioning_config
(Attributes) Contains information about the configuration of the connector being registered. (see below for nested schema)connector_provisioning_type
(String) The provisioning type of the connector. Currently the only supported value is LAMBDA.connector_label
(String) The name of the connector. The name is unique for each ConnectorRegistration in your AWS account.description
(String) A description about the connector that's being registered.connector_arn
(String) The arn of the connector. The arn is unique for each ConnectorRegistration in your AWS account.id
(String) Uniquely identifies the resource.connector_provisioning_config
Optional:
lambda
(Attributes) Contains information about the configuration of the lambda which is being registered as the connector. (see below for nested schema)connector_provisioning_config.lambda
Required:
lambda_arn
(String) Lambda ARN of the connector being registered.Import is supported using the following syntax:
$ terraform import awscc_appflow_connector.example <resource ID>