-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaws.xml
32 lines (32 loc) · 990 Bytes
/
aws.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<application>
<component name="authManager">
<option name="ssoProfiles">
<list>
<ManagedSsoProfile>
<option name="scopes">
<list>
<option value="codewhisperer:completions" />
<option value="codewhisperer:analysis" />
<option value="codecatalyst:read_write" />
</list>
</option>
<option name="ssoRegion" value="us-east-1" />
<option name="startUrl" value="https://view.awsapps.com/start" />
</ManagedSsoProfile>
</list>
</option>
</component>
<component name="aws">
<option name="promptedForTelemetry" value="true" />
</component>
<component name="codewhispererAutotriggerStates">
<option name="classifierGroup" value="false" />
</component>
<component name="codewhispererStates">
<option name="value">
<map>
<entry key="IsAutoEnabled" value="false" />
</map>
</option>
</component>
</application>