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
posta 2 mesi fa395 visualizzazioni
1 Risposta
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
ESPERTO
Artem
con risposta 2 mesi fa
profile picture
ESPERTO
verificato 2 mesi fa
profile picture
ESPERTO
verificato 2 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande