Terraform是一种开源工具,用于安全高效地预览、配置和管理云基础结构和资源。本文为您介绍支持Terraform编排的API网关的部分资源和数据资源清单。
首页 API 网关 开发参考 Terraform Terraform更新时间: 2024-06-19 16:39:45 Terraform资源列表 上一篇: Java SDK调用示例 下一篇: Terraform资源列表
腾讯云API网关:https://cloud.tencent.com/product/apigateway 腾讯云Terraform提供的资源类型和配置:https://cloud.tencent.com/document/product/1154 总结:基于Swagger文件使用Terraform部署API网关是一种自动化部署和管理云计算资源的方法,它可以提高部署效率、保证一致性,并且可以与腾讯云的API网关和Terraform工具进行集成...
Provides an api resource.When you create an API, you must enter the basic information about the API, and define the API request information, the API backend service and response information. For information about Api Gateway Api and how to use it, seeCreate an API ->NOTE:Available since v1...
apigateway_enabled 是否开启API网关访问日志的采集功能,取值: true:开启。 false:关闭。 false apigateway_ttl 设置API网关访问日志中心化存储时间,单位:天。 180 nas_enabled 是否开启NAS访问日志的采集功能,取值: true:开启。 false:关闭。 false nas_ttl 设置NAS访问日志中心化存储时间,单位:天。 180 appconn...
apigateway_enabled 是否开启API网关访问日志的采集功能,取值: true:开启。 false:关闭。 false apigateway_ttl 设置API网关访问日志中心化存储时间,单位:天。 180 nas_enabled 是否开启NAS访问日志的采集功能,取值: true:开启。 false:关闭。 false nas_ttl 设置NAS访问日志中心化存储时间,单位:天。 180 appconn...
group_id = alicloud_api_gateway_group.default.id name = var.name description = var.name auth_type ="APP"service_type ="HTTP"request_config { protocol ="HTTP"method ="GET"path ="/test/path"mode ="MAPPING"} http_service_config { ...
}resource"alicloud_api_gateway_vpc_access""example"{ name ="terraform-example"vpc_id = alicloud_vpc.example.id instance_id = alicloud_instance.example.id port =8080} Argument Reference The following arguments are supported: name- (Required, ForceNew) The name of the vpc authorization. ...
data "alicloud_api_gateway_service" "open" { enable = "On" } Argument Reference The following arguments are supported: enable - (Optional) Setting the value to On to enable the service. If has been enabled, return the result. Valid values: "On" or "Off". Default to "Off". -> NO...
Attributes Reference The following attributes are exported: id- The ID of the app of api gateway. Import Api gateway app can be imported using the id, e.g. $terraform import alicloud_api_gateway_app.example"7379660"