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 added access control documentation
Diff
diff --git a/cli/latest/reference/devops-agent/enable-operator-app.md b/cli/latest/reference/devops-agent/enable-operator-app.md index 48b1314d7..e23e3101b 100644 --- a//cli/latest/reference/devops-agent/enable-operator-app.md +++ b//cli/latest/reference/devops-agent/enable-operator-app.md @@ -15 +15 @@ - * [AWS CLI 2.34.63 Command Reference](../../index.html) » + * [AWS CLI 2.35.1 Command Reference](../../index.html) » @@ -290,0 +291,12 @@ agentSpaceId -> (string) +operatorAppUrl -> (string) + +> The URL for operators to access the Operator App +> +> Constraints: +> +> * min: `1` +> * max: `2048` +> * pattern: `https://[a-zA-Z0-9.-]+(/.*)?` +> + + @@ -369 +381 @@ idp -> (structure) - * [AWS CLI 2.34.63 Command Reference](../../index.html) » + * [AWS CLI 2.35.1 Command Reference](../../index.html) »