AppFlow SourceFlowConfig ConnectorType for Google Sheets?

0

What's the AppFlow SourceFlowConfig ConnectorType for Google Sheets?

When I launch a CloudFormation stack with the following AWS::AppFlow::Flow resource, I get the following property validation failure:

#/SourceFlowConfig/ConnectorType: GoogleSheets is not a valid enum value
Resources:
  Flow:
    Type: AWS::AppFlow::Flow
    Properties:
        DestinationFlowConfigList:
          - ConnectorType: DynamoDB
            DestinationConnectorProperties: {}
        FlowName: Flow
        SourceFlowConfig:
          ConnectorType: GoogleSheets
          SourceConnectorProperties: {}
        Tasks: []
        TriggerConfig:
          TriggerType: Event
已提问 2 个月前395 查看次数
1 回答
2

I think that the issue is that DynamoDB isn't supported as destination for Google Sheets.

You can set either RDS for PostgreSQL or Redshift as destination.

You can find the full list of supported destinations here

Plus you also have to provide the connector properties, as without them you won't be able to do anything Configure flow

profile picture
专家
Artem
已回答 2 个月前
profile picture
专家
已审核 2 个月前
profile picture
专家
已审核 2 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则