Link a cloud account (needs a human)
create_cloud_connectionStart linking a cloud account so it can be scanned. provider is "aws", the only
provider supported today; account_id is the 12-digit AWS account number.
This is a two-party flow and you cannot finish it alone — creating the read-only
IAM role requires the human's AWS credentials. Returns a `launch_url`.
Hand the human these instructions verbatim:
1. Open the launch_url (a pre-filled CloudFormation quick-create link).
2. Review the read-only role it creates, then click Create stack.
3. Tell you when the stack says CREATE_COMPLETE.
Then call `verify_connection` with the returned connection_id. Verification fails
with a clear message until the role exists, so polling it every ~15 seconds is
safe and expected. No ARN or secret needs to be copied by anyone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | ||
| region | No | us-east-1 | |
| provider | No | aws | |
| account_id | Yes |