gpt4 book ai didi

amazon-web-services - 使用计划 key 云信息

转载 作者:行者123 更新时间:2023-12-03 07:17:10 26 4
gpt4 key购买 nike

我有一个 API key ,希望使用以下模板通过 cloudformation 将其与我的使用计划关联起来,但它不起作用:

"usagePlanKey":
{
"Type": "AWS::ApiGateway::UsagePlanKey",
"Properties":{
"UsagePlanId":{"Ref":"usagePlan"},
"KeyId":{"Ref":"ApiKey"},
"KeyType":"API_KEY"
}

如果 AWS 尚未实现,我可以创建资源吗?

最佳答案

您无法创建尚未在 CloudFormation 中实现的类型,CloudFormation ApiGateway 服务当前支持的资源列表为:

  • AWS::ApiGateway::账户
  • AWS::ApiGateway::ApiKey
  • AWS::ApiGateway::Authorizer
  • AWS::ApiGateway::BasePathMapping
  • AWS::ApiGateway::ClientCertificate
  • AWS::ApiGateway::部署
  • AWS::ApiGateway::方法
  • AWS::ApiGateway::模型
  • AWS::ApiGateway::资源
  • AWS::ApiGateway::RestApi
  • AWS::ApiGateway::Stage
  • AWS::ApiGateway::使用计划

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html

这里有一个类似的问题;

Can you create Usage Plan with Cloud Formation?

当前的解决方案似乎涉及必须手动将 API key 添加到使用计划

关于amazon-web-services - 使用计划 key 云信息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39992629/

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