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 185185 "type" : " boolean" ,
186186 "description" : " Whether the code issue was detected by auto-review"
187187 },
188+ {
189+ "name" : " authConsoleLoginStarted" ,
190+ "type" : " boolean" ,
191+ "description" : " Indicates the console login flow was initiated"
192+ },
188193 {
189194 "name" : " awsAccount" ,
190195 "type" : " string" ,
41004105 ],
41014106 "passive" : true
41024107 },
4108+ {
4109+ "name" : " auth_consoleLoginCommand" ,
4110+ "description" : " Tracks the complete console login flow, including profile creation and activation" ,
4111+ "metadata" : [
4112+ {
4113+ "type" : " authConsoleLoginStarted" ,
4114+ "required" : false
4115+ }
4116+ ]
4117+ },
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