AWS cli documentation change
Summary
Added IAM role ARN constraints (length/pattern validation) to endpointsDetails
Security assessment
Added security constraints for IAM role ARNs (min/max length and pattern enforcement) to prevent misconfigurations. This improves security posture documentation but doesn't address a specific vulnerability.
Diff
diff --git a/cli/latest/reference/groundstation/get-dataflow-endpoint-group.md b/cli/latest/reference/groundstation/get-dataflow-endpoint-group.md index b1f5b9f5a..af2b89842 100644 --- a//cli/latest/reference/groundstation/get-dataflow-endpoint-group.md +++ b//cli/latest/reference/groundstation/get-dataflow-endpoint-group.md @@ -15 +15 @@ - * [AWS CLI 2.33.6 Command Reference](../../index.html) » + * [AWS CLI 2.33.8 Command Reference](../../index.html) » @@ -260,0 +261,8 @@ endpointsDetails -> (list) +>>>> +>>>> Constraints: +>>>> +>>>> * min: `30` +>>>> * max: `165` +>>>> * pattern: `arn:[a-z0-9-.]{1,63}:iam::[0-9]{12}:role/[\w+=,.@-]{1,64}` +>>>> + @@ -724 +732 @@ contactPostPassDurationSeconds -> (integer) - * [AWS CLI 2.33.6 Command Reference](../../index.html) » + * [AWS CLI 2.33.8 Command Reference](../../index.html) »