create_cloudflow_connection
Create a CloudFlow connection to connect a GCP or AWS account for automation. Provide exactly one cloud provider config and confirm details before execution.
Instructions
Use this when the user wants to create a new CloudFlow cloud provider connection (a GCP or AWS account connected for automation). Exactly one of gcpConfig or awsConfig must be supplied. Ask the user to confirm the connection details before executing. Do NOT use this to update an existing connection (use update_cloudflow_connection) or to trigger a flow (use trigger_cloud_flow).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Human-readable connection name (required, non-empty). | |
| enabled | No | Whether the connection is enabled. Defaults to true. | |
| awsConfig | No | AWS configuration. Exactly one of gcpConfig or awsConfig must be supplied. | |
| gcpConfig | No | GCP configuration. Exactly one of gcpConfig or awsConfig must be supplied. | |
| description | No | Optional description of the connection. | |
| collaborators | No | List of collaborators and their roles on the connection. |