You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnnil, fmt.Errorf("marking profile-arn flag as required: %w", err)
115
133
}
116
-
cmd.Flags().DurationVar(&sessionDuration, "session-duration", 0, "The durationof the resulting session. Optional. Can range from 15m to 12h.")
134
+
cmd.Flags().IntVar(&sessionDuration, "session-duration", 3600, "The duration, in seconds, of the resulting session. Optional. Can range from 15 minutes (900) to 12 hours (43200).")
117
135
cmd.Flags().StringVar(&trustAnchorARN, "trust-anchor-arn", "", "The ARN of the Roles Anywhere trust anchor to use. Required.")
0 commit comments