File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 144144 "type" : " int" ,
145145 "description" : " Current number of authentication connections the user has"
146146 },
147+ {
148+ "name" : " authConsoleLoginStarted" ,
149+ "type" : " boolean" ,
150+ "description" : " Indicates the console login flow was initiated"
151+ },
147152 {
148153 "name" : " authEnabledConnections" ,
149154 "type" : " string" ,
39994004 }
40004005 ]
40014006 },
4007+ {
4008+ "name" : " auth_consoleLoginCommand" ,
4009+ "description" : " Tracks the complete console login flow, including profile creation and activation" ,
4010+ "metadata" : [
4011+ {
4012+ "type" : " authConsoleLoginStarted" ,
4013+ "required" : false
4014+ }
4015+ ]
4016+ },
40024017 {
40034018 "name" : " auth_signInPageClosed" ,
40044019 "description" : " When the Amazon Q sign in page is closed." ,
41004115 ],
41014116 "passive" : true
41024117 },
4118+ {
4119+ "name" : " aws_consoleLoginCLISuccess" ,
4120+ "description" : " Emitted when AWS CLI 'aws login' command completes successfully with exit code 0"
4121+ },
41034122 {
41044123 "name" : " aws_copyArn" ,
41054124 "description" : " Copy the ARN of an AWS resource" ,
You can’t perform that action at this time.
0 commit comments