File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -136,3 +136,13 @@ sso_region = us-east-1
136
136
sso_registration_scopes = sso:account:access
137
137
sso_start_url = https://d-0000000000.awsapps.com/start
138
138
```
139
+
140
+ ## Configuration File
141
+
142
+ The Knox config file is located at ` ~/.aws/knox/config.yaml ` . Below are the configuration options available:
143
+
144
+ | Option | Default | Description |
145
+ | -----------------------| ---------| --------------------------------------------------------------------------------------------------------|
146
+ | ` default_connect_uid ` | ` 0 ` | Default user ID for SSM sessions initiated with the ` knox connect ` command. |
147
+ | ` max_items_to_show ` | ` 10 ` | Maximum number of items to display when listing profiles or options. |
148
+ | ` select_cached_first ` | ` false ` | When selecting credentials, specifies whether to default to showing the cached role credentials first. |
You can’t perform that action at this time.
0 commit comments