Skip to content

Commit abfd33b

Browse files
docs: document executionRoleArn in runtime spec (#872)
The runtime spec table in configuration.md omitted the existing optional executionRoleArn field, leading users (see issue #870) to believe the CLI had no way to bring their own IAM execution role. The field is already supported in the schema. Confidence: high Scope-risk: narrow
1 parent 50dc027 commit abfd33b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ on the next deployment.
191191
| `authorizerConfiguration` | No | JWT authorizer settings (for `CUSTOM_JWT`) |
192192
| `requestHeaderAllowlist` | No | Headers to forward to the agent |
193193
| `lifecycleConfiguration` | No | Runtime session lifecycle settings (idle timeout, max lifetime) |
194+
| `executionRoleArn` | No | ARN of an existing IAM execution role (skips CDK-managed role) |
194195
| `tags` | No | Agent-level tags |
195196

196197
### Runtime Versions

0 commit comments

Comments
 (0)