小编Tom*_*ter的帖子

如何停止 AWS CLI 评估/跟踪 URL 并改为使用响应?

使用 时aws ssm put-parameter,其值后面带有 URL,并放置来自 API 的响应。

我想要我提供的 HTTP 端点的确切值,例如

https://supersecure.com

不是来自端点的响应,例如

<html>xyz</html>"

aws ssm put-parameter --name /example --value https://endpointthatreturnsaresponsee --type String
Run Code Online (Sandbox Code Playgroud)

如何停止 AWS CLI 跟踪和捕获 URL 的响应?

amazon-web-services aws-cli

1
推荐指数
1
解决办法
69
查看次数

标签 统计

amazon-web-services ×1

aws-cli ×1