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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ