简体   繁体   English

AWS Ruby SDK v2堆栈过滤

[英]AWS Ruby SDK v2 Stack filtering

My question is: "Is there any possibility to create server-side filter to sort Stacks by tags?" 我的问题是:“是否有可能创建服务器端过滤器以按标签对堆栈进行排序?” I'm trying to use v2 ruby SDK. 我正在尝试使用v2 ruby​​ SDK。 So, any kind of help would be great. 因此,任何形式的帮助都将非常有用。

Thanks, Sergey 谢谢,谢尔盖

It is not possible for the Ruby SDK to request stacks filtered by tags. Ruby SDK不可能请求按标签过滤的堆栈。 The Amazon CloudFormation ListStacks API only supports filtering stacks by status. Amazon CloudFormation ListStacks API仅支持按状态过滤堆栈。 You can view the API for ListStacks here: http://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ListStacks.html 您可以在此处查看ListStacks的API: http ://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ListStacks.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM