create_cloudflow_connection
Create a new CloudFlow connection to link a GCP or AWS account for cloud automation. Requires either GCP or AWS configuration.
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. |