AWS cli medium security documentation change
Summary
Added maxNonSsoSessionMinutes parameter and updated shredderIntensity documentation
Security assessment
Added session duration control for non-SSO users (security feature) and clarified data shredding functionality. Security impact: Enforces session timeouts and secure data deletion. Concrete evidence: New security parameter (maxNonSsoSessionMinutes) and shredder behavior documentation.
Diff
diff --git a/cli/latest/reference/wickr/get-security-group.md b/cli/latest/reference/wickr/get-security-group.md index 0873fdd98..bae4655c5 100644 --- a//cli/latest/reference/wickr/get-security-group.md +++ b//cli/latest/reference/wickr/get-security-group.md @@ -15 +15 @@ - * [AWS CLI 2.34.61 Command Reference](../../index.html) » + * [AWS CLI 2.34.63 Command Reference](../../index.html) » @@ -453 +453,5 @@ securityGroup -> (structure) ->>>> Prevents Wickr data from being recovered by overwriting deleted Wickr data. Valid Values: Must be one of [0, 20, 60, 100] +>>>> Controls the rate (MB/minute) at which the shredder function runs on clients. Valid Values: Must be one of [0, 20, 60, 100]. +>>>> +>>>> ### Note +>>>> +>>>> A higher intensity setting could lead to higher battery usage on mobile devices. @@ -457,0 +462,11 @@ securityGroup -> (structure) +>> +>> maxNonSsoSessionMinutes -> (integer) +>> +>>> Maximum session duration in minutes for non-SSO users. Set to 0 to disable. Valid range is 60 to 525600 (1 hour to 365 days). +>>> +>>> Constraints: +>>> +>>> * min: `0` +>>> * max: `525600` +>>> + @@ -551 +566 @@ securityGroup -> (structure) - * [AWS CLI 2.34.61 Command Reference](../../index.html) » + * [AWS CLI 2.34.63 Command Reference](../../index.html) »