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
gefragt vor 2 Monaten395 Aufrufe
1 Antwort
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
EXPERTE
Artem
beantwortet vor 2 Monaten
profile picture
EXPERTE
überprüft vor 2 Monaten
profile picture
EXPERTE
überprüft vor 2 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen