aws_login_complete
Blocks until an active AWS SSO login finishes, then returns the authenticated identity on success or a structured error on failure.
Instructions
Block until the SSO login started by aws_login_start finishes (user completed auth in browser, or subprocess exited with error). Returns the new identity on success, or a structured error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | No | Region for the post-login identity check. | |
| profile | No | Profile to verify identity against after login. Defaults to $AWS_PROFILE or 'default'. | |
| sessionId | Yes | The sessionId returned by aws_login_start. |