amazon-web-services - 在哪里可以找到 AWS ARN 中服务和资源类型部分的可

我正在 AWS ARN 中搜索服务和资源类型部分的所有可能值的列表。
文档中解释了这两个部分:https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html
如果有一些 API 我可以运行并获取 json 或其他数据格式的列表,那就更好了。

最佳答案

a list of all possible values for the service and resource type parts in an AWS ARN

AWS Service Authorization Reference是您要查找的内容,特别是:Actions, resources, and condition keys for AWS services .

The Service Authorization Reference provides a list of the actions, resources, and condition keys that are supported by each AWS service. You can specify actions, resources, and condition keys in AWS Identity and Access Management (IAM) policies to manage access to AWS resources.


If there is some API I can run and get the list in json or other data format, it would be even better.

遗憾的是,此信息不存在 API,因为它不是服务,更像是文档引用。

关于amazon-web-services - 在哪里可以找到 AWS ARN 中服务和资源类型部分的可能值列表?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/69600755/

相关文章:

c++ - 将 std::string 转换为 std::string_view 的时间复杂度

javascript - 使用 reduce,从一个对象数组中,在对象的数组属性中创建一组元素

azure-devops - Azure Devops yml 管道 if else 条件变量

python - 为什么在为 python 安装 psutil 包时会出现错误?

haskell - 为什么我的 ByteString 在我的 x86_64 架构上是 BigEndi

c# - 从 Swagger (Swashbuckle) 隐藏参数

kotlin - 获取列表 kotlin 范围之间的项目

haskell - 如何使组合数据构造函数成为类的实例?

arrays - 为什么我在执行 strcat() 时得到错误的源字符串输出?

c# - GraphQL : Not Getting EF Related objects afte