gpt4 book ai didi

amazon-web-services - aws cloudformation 描述堆栈 --query

转载 作者:行者123 更新时间:2023-12-03 07:30:08 25 4
gpt4 key购买 nike

我正在尝试为特定堆栈编写查询。它看起来像这样:

$ aws cloudformation describe-stacks --region $AWS_REGION --profile $AWS_PROFILE --stack-name MyStack --query 'Stacks[?StackName == "MyStack"]'
[]

如您所见,输出是一个空数组。另一方面:

$ aws cloudformation describe-stacks --region $AWS_REGION --profile $AWS_PROFILE --stack-name MyStack --query 'Stacks[0]'
{
// the output
}

我的查询版本中缺少什么?我该如何修复它?

最佳答案

将值括在反引号中:

--query 'Stacks[?StackName == `MyStack`]'

Filtering AWS CLI output - AWS Command Line Interface

关于amazon-web-services - aws cloudformation 描述堆栈 --query,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/75239201/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com