AWS cli medium security documentation change
Summary
Added operatorAppUrl output field with HTTPS pattern constraint
Security assessment
Enforced HTTPS in URL pattern (security best practice) and documented secure access method
Diff
diff --git a/cli/latest/reference/devops-agent/get-operator-app.md b/cli/latest/reference/devops-agent/get-operator-app.md index c5ef30b8d..a89e6a2c1 100644 --- a//cli/latest/reference/devops-agent/get-operator-app.md +++ b//cli/latest/reference/devops-agent/get-operator-app.md @@ -15 +15 @@ - * [AWS CLI 2.34.63 Command Reference](../../index.html) » + * [AWS CLI 2.35.1 Command Reference](../../index.html) » @@ -215,0 +216,12 @@ The formatting style for error output. By default, errors are displayed in enhan +operatorAppUrl -> (string) + +> The URL for operators to access the Operator App +> +> Constraints: +> +> * min: `1` +> * max: `2048` +> * pattern: `https://[a-zA-Z0-9.-]+(/.*)?` +> + + @@ -294 +306 @@ idp -> (structure) - * [AWS CLI 2.34.63 Command Reference](../../index.html) » + * [AWS CLI 2.35.1 Command Reference](../../index.html) »