@volcengine/pulumi 0.0.33 → 0.0.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/apig/apigCustomDomain.d.ts +244 -0
- package/apig/apigCustomDomain.js +167 -0
- package/apig/apigCustomDomain.js.map +1 -0
- package/apig/apigGateway.d.ts +262 -0
- package/apig/apigGateway.js +150 -0
- package/apig/apigGateway.js.map +1 -0
- package/apig/apigGatewayService.d.ts +206 -0
- package/apig/apigGatewayService.js +159 -0
- package/apig/apigGatewayService.js.map +1 -0
- package/apig/apigRoute.d.ts +397 -0
- package/apig/apigRoute.js +299 -0
- package/apig/apigRoute.js.map +1 -0
- package/apig/apigUpstream.d.ts +375 -0
- package/apig/apigUpstream.js +278 -0
- package/apig/apigUpstream.js.map +1 -0
- package/apig/apigUpstreamSource.d.ts +214 -0
- package/apig/apigUpstreamSource.js +182 -0
- package/apig/apigUpstreamSource.js.map +1 -0
- package/apig/apigUpstreamVersion.d.ts +211 -0
- package/apig/apigUpstreamVersion.js +206 -0
- package/apig/apigUpstreamVersion.js.map +1 -0
- package/apig/customDomains.d.ts +112 -0
- package/apig/customDomains.js +55 -0
- package/apig/customDomains.js.map +1 -0
- package/apig/gatewayServices.d.ts +104 -0
- package/apig/gatewayServices.js +52 -0
- package/apig/gatewayServices.js.map +1 -0
- package/apig/gateways.d.ts +162 -0
- package/apig/gateways.js +63 -0
- package/apig/gateways.js.map +1 -0
- package/apig/getCustomDomains.d.ts +110 -0
- package/apig/getCustomDomains.js +52 -0
- package/apig/getCustomDomains.js.map +1 -0
- package/apig/getGatewayServices.d.ts +102 -0
- package/apig/getGatewayServices.js +49 -0
- package/apig/getGatewayServices.js.map +1 -0
- package/apig/getGateways.d.ts +160 -0
- package/apig/getGateways.js +60 -0
- package/apig/getGateways.js.map +1 -0
- package/apig/getRoutes.d.ts +153 -0
- package/apig/getRoutes.js +54 -0
- package/apig/getRoutes.js.map +1 -0
- package/apig/getUpstreamSources.d.ts +123 -0
- package/apig/getUpstreamSources.js +51 -0
- package/apig/getUpstreamSources.js.map +1 -0
- package/apig/getUpstreamVersions.d.ts +84 -0
- package/apig/getUpstreamVersions.js +47 -0
- package/apig/getUpstreamVersions.js.map +1 -0
- package/apig/getUpstreams.d.ts +140 -0
- package/apig/getUpstreams.js +60 -0
- package/apig/getUpstreams.js.map +1 -0
- package/apig/index.d.ts +63 -0
- package/apig/index.js +94 -0
- package/apig/index.js.map +1 -0
- package/apig/routes.d.ts +155 -0
- package/apig/routes.js +57 -0
- package/apig/routes.js.map +1 -0
- package/apig/upstreamSources.d.ts +125 -0
- package/apig/upstreamSources.js +54 -0
- package/apig/upstreamSources.js.map +1 -0
- package/apig/upstreamVersions.d.ts +86 -0
- package/apig/upstreamVersions.js +50 -0
- package/apig/upstreamVersions.js.map +1 -0
- package/apig/upstreams.d.ts +142 -0
- package/apig/upstreams.js +63 -0
- package/apig/upstreams.js.map +1 -0
- package/autoscaling/scalingGroup.d.ts +24 -0
- package/autoscaling/scalingGroup.js +4 -0
- package/autoscaling/scalingGroup.js.map +1 -1
- package/cen/interRegionBandwidth.d.ts +12 -0
- package/cen/interRegionBandwidth.js +2 -0
- package/cen/interRegionBandwidth.js.map +1 -1
- package/config/vars.d.ts +4 -0
- package/config/vars.js +6 -0
- package/config/vars.js.map +1 -1
- package/ecs/command.d.ts +65 -18
- package/ecs/command.js +10 -15
- package/ecs/command.js.map +1 -1
- package/ecs/commands.d.ts +26 -1
- package/ecs/commands.js +2 -0
- package/ecs/commands.js.map +1 -1
- package/ecs/getCommands.d.ts +26 -1
- package/ecs/getCommands.js +2 -0
- package/ecs/getCommands.js.map +1 -1
- package/ecs/getInvocations.d.ts +25 -0
- package/ecs/getInvocations.js +2 -0
- package/ecs/getInvocations.js.map +1 -1
- package/ecs/instance.d.ts +20 -0
- package/ecs/instance.js +4 -0
- package/ecs/instance.js.map +1 -1
- package/ecs/invocation.d.ts +53 -6
- package/ecs/invocation.js +15 -0
- package/ecs/invocation.js.map +1 -1
- package/ecs/invocations.d.ts +25 -0
- package/ecs/invocations.js +2 -0
- package/ecs/invocations.js.map +1 -1
- package/index.d.ts +3 -1
- package/index.js +6 -2
- package/index.js.map +1 -1
- package/kafka/instance.d.ts +12 -0
- package/kafka/instance.js +2 -0
- package/kafka/instance.js.map +1 -1
- package/package.json +1 -1
- package/provider.d.ts +4 -0
- package/provider.js +1 -0
- package/provider.js.map +1 -1
- package/redis/getParameterGroups.d.ts +22 -0
- package/redis/getParameterGroups.js +22 -0
- package/redis/getParameterGroups.js.map +1 -1
- package/redis/parameterGroups.d.ts +22 -0
- package/redis/parameterGroups.js +22 -0
- package/redis/parameterGroups.js.map +1 -1
- package/tos/bucketCors.d.ts +120 -0
- package/tos/bucketCors.js +115 -0
- package/tos/bucketCors.js.map +1 -0
- package/tos/bucketEncryption.d.ts +105 -0
- package/tos/bucketEncryption.js +100 -0
- package/tos/bucketEncryption.js.map +1 -0
- package/tos/bucketNotification.d.ts +166 -0
- package/tos/bucketNotification.js +155 -0
- package/tos/bucketNotification.js.map +1 -0
- package/tos/index.d.ts +9 -0
- package/tos/index.js +16 -1
- package/tos/index.js.map +1 -1
- package/types/input.d.ts +6104 -3944
- package/types/output.d.ts +35681 -27825
- package/vke/node.d.ts +12 -0
- package/vke/node.js +2 -0
- package/vke/node.js.map +1 -1
- package/vpc/cidrBlockAssociate.d.ts +83 -0
- package/vpc/cidrBlockAssociate.js +80 -0
- package/vpc/cidrBlockAssociate.js.map +1 -0
- package/vpc/flowLog.d.ts +266 -0
- package/vpc/flowLog.js +148 -0
- package/vpc/flowLog.js.map +1 -0
- package/vpc/flowLogActive.d.ts +103 -0
- package/vpc/flowLogActive.js +101 -0
- package/vpc/flowLogActive.js.map +1 -0
- package/vpc/flowLogs.d.ts +231 -0
- package/vpc/flowLogs.js +63 -0
- package/vpc/flowLogs.js.map +1 -0
- package/vpc/getFlowLogs.d.ts +229 -0
- package/vpc/getFlowLogs.js +60 -0
- package/vpc/getFlowLogs.js.map +1 -0
- package/vpc/getSubnets.d.ts +9 -0
- package/vpc/getSubnets.js +1 -0
- package/vpc/getSubnets.js.map +1 -1
- package/vpc/getTrafficMirrorFilterRules.d.ts +103 -0
- package/vpc/getTrafficMirrorFilterRules.js +50 -0
- package/vpc/getTrafficMirrorFilterRules.js.map +1 -0
- package/vpc/getTrafficMirrorFilters.d.ts +118 -0
- package/vpc/getTrafficMirrorFilters.js +51 -0
- package/vpc/getTrafficMirrorFilters.js.map +1 -0
- package/vpc/getTrafficMirrorSessions.d.ts +187 -0
- package/vpc/getTrafficMirrorSessions.js +57 -0
- package/vpc/getTrafficMirrorSessions.js.map +1 -0
- package/vpc/getTrafficMirrorTargets.d.ts +121 -0
- package/vpc/getTrafficMirrorTargets.js +51 -0
- package/vpc/getTrafficMirrorTargets.js.map +1 -0
- package/vpc/getVpcs.d.ts +9 -0
- package/vpc/getVpcs.js +1 -0
- package/vpc/getVpcs.js.map +1 -1
- package/vpc/index.d.ts +51 -0
- package/vpc/index.js +67 -2
- package/vpc/index.js.map +1 -1
- package/vpc/networkInterface.d.ts +27 -7
- package/vpc/networkInterface.js +27 -7
- package/vpc/networkInterface.js.map +1 -1
- package/vpc/subnets.d.ts +9 -0
- package/vpc/subnets.js +1 -0
- package/vpc/subnets.js.map +1 -1
- package/vpc/trafficMirrorFilter.d.ts +137 -0
- package/vpc/trafficMirrorFilter.js +88 -0
- package/vpc/trafficMirrorFilter.js.map +1 -0
- package/vpc/trafficMirrorFilterRule.d.ts +245 -0
- package/vpc/trafficMirrorFilterRule.js +144 -0
- package/vpc/trafficMirrorFilterRule.js.map +1 -0
- package/vpc/trafficMirrorFilterRules.d.ts +105 -0
- package/vpc/trafficMirrorFilterRules.js +53 -0
- package/vpc/trafficMirrorFilterRules.js.map +1 -0
- package/vpc/trafficMirrorFilters.d.ts +120 -0
- package/vpc/trafficMirrorFilters.js +54 -0
- package/vpc/trafficMirrorFilters.js.map +1 -0
- package/vpc/trafficMirrorSession.d.ts +330 -0
- package/vpc/trafficMirrorSession.js +221 -0
- package/vpc/trafficMirrorSession.js.map +1 -0
- package/vpc/trafficMirrorSessions.d.ts +189 -0
- package/vpc/trafficMirrorSessions.js +60 -0
- package/vpc/trafficMirrorSessions.js.map +1 -0
- package/vpc/trafficMirrorTarget.d.ts +222 -0
- package/vpc/trafficMirrorTarget.js +159 -0
- package/vpc/trafficMirrorTarget.js.map +1 -0
- package/vpc/trafficMirrorTargets.d.ts +123 -0
- package/vpc/trafficMirrorTargets.js +54 -0
- package/vpc/trafficMirrorTargets.js.map +1 -0
- package/vpc/vpc.d.ts +8 -0
- package/vpc/vpc.js +2 -0
- package/vpc/vpc.js.map +1 -1
- package/vpc/vpcs.d.ts +9 -0
- package/vpc/vpcs.js +1 -0
- package/vpc/vpcs.js.map +1 -1
- package/waf/aclRule.d.ts +326 -0
- package/waf/aclRule.js +150 -0
- package/waf/aclRule.js.map +1 -0
- package/waf/aclRules.d.ts +170 -0
- package/waf/aclRules.js +69 -0
- package/waf/aclRules.js.map +1 -0
- package/waf/botAnalyseProtectRule.d.ts +320 -0
- package/waf/botAnalyseProtectRule.js +171 -0
- package/waf/botAnalyseProtectRule.js.map +1 -0
- package/waf/botAnalyseProtectRules.d.ts +145 -0
- package/waf/botAnalyseProtectRules.js +57 -0
- package/waf/botAnalyseProtectRules.js.map +1 -0
- package/waf/ccRule.d.ts +337 -0
- package/waf/ccRule.js +182 -0
- package/waf/ccRule.js.map +1 -0
- package/waf/ccRules.d.ts +149 -0
- package/waf/ccRules.js +61 -0
- package/waf/ccRules.js.map +1 -0
- package/waf/customBot.d.ts +191 -0
- package/waf/customBot.js +127 -0
- package/waf/customBot.js.map +1 -0
- package/waf/customBots.d.ts +86 -0
- package/waf/customBots.js +51 -0
- package/waf/customBots.js.map +1 -0
- package/waf/customPage.d.ts +310 -0
- package/waf/customPage.js +160 -0
- package/waf/customPage.js.map +1 -0
- package/waf/customPages.d.ts +110 -0
- package/waf/customPages.js +52 -0
- package/waf/customPages.js.map +1 -0
- package/waf/domains.d.ts +94 -0
- package/waf/domains.js +48 -0
- package/waf/domains.js.map +1 -0
- package/waf/getAclRules.d.ts +168 -0
- package/waf/getAclRules.js +66 -0
- package/waf/getAclRules.js.map +1 -0
- package/waf/getBotAnalyseProtectRules.d.ts +143 -0
- package/waf/getBotAnalyseProtectRules.js +54 -0
- package/waf/getBotAnalyseProtectRules.js.map +1 -0
- package/waf/getCcRules.d.ts +147 -0
- package/waf/getCcRules.js +58 -0
- package/waf/getCcRules.js.map +1 -0
- package/waf/getCustomBots.d.ts +84 -0
- package/waf/getCustomBots.js +48 -0
- package/waf/getCustomBots.js.map +1 -0
- package/waf/getCustomPages.d.ts +108 -0
- package/waf/getCustomPages.js +49 -0
- package/waf/getCustomPages.js.map +1 -0
- package/waf/getDomains.d.ts +92 -0
- package/waf/getDomains.js +45 -0
- package/waf/getDomains.js.map +1 -0
- package/waf/getHostGroups.d.ts +146 -0
- package/waf/getHostGroups.js +55 -0
- package/waf/getHostGroups.js.map +1 -0
- package/waf/getIpGroups.d.ts +105 -0
- package/waf/getIpGroups.js +49 -0
- package/waf/getIpGroups.js.map +1 -0
- package/waf/getProhibitions.d.ts +127 -0
- package/waf/getProhibitions.js +55 -0
- package/waf/getProhibitions.js.map +1 -0
- package/waf/getServiceCertificates.d.ts +71 -0
- package/waf/getServiceCertificates.js +43 -0
- package/waf/getServiceCertificates.js.map +1 -0
- package/waf/getSystemBots.d.ts +84 -0
- package/waf/getSystemBots.js +47 -0
- package/waf/getSystemBots.js.map +1 -0
- package/waf/hostGroup.d.ts +152 -0
- package/waf/hostGroup.js +90 -0
- package/waf/hostGroup.js.map +1 -0
- package/waf/hostGroups.d.ts +148 -0
- package/waf/hostGroups.js +58 -0
- package/waf/hostGroups.js.map +1 -0
- package/waf/index.d.ts +99 -0
- package/waf/index.js +139 -0
- package/waf/index.js.map +1 -0
- package/waf/instanceCtl.d.ts +95 -0
- package/waf/instanceCtl.js +76 -0
- package/waf/instanceCtl.js.map +1 -0
- package/waf/ipGroup.d.ts +132 -0
- package/waf/ipGroup.js +93 -0
- package/waf/ipGroup.js.map +1 -0
- package/waf/ipGroups.d.ts +107 -0
- package/waf/ipGroups.js +52 -0
- package/waf/ipGroups.js.map +1 -0
- package/waf/prohibitions.d.ts +129 -0
- package/waf/prohibitions.js +58 -0
- package/waf/prohibitions.js.map +1 -0
- package/waf/serviceCertificates.d.ts +73 -0
- package/waf/serviceCertificates.js +46 -0
- package/waf/serviceCertificates.js.map +1 -0
- package/waf/systemBot.d.ts +137 -0
- package/waf/systemBot.js +92 -0
- package/waf/systemBot.js.map +1 -0
- package/waf/systemBots.d.ts +86 -0
- package/waf/systemBots.js +50 -0
- package/waf/systemBots.js.map +1 -0
- package/waf/vulnerability.d.ts +116 -0
- package/waf/vulnerability.js +72 -0
- package/waf/vulnerability.js.map +1 -0
- package/waf/wafDomain.d.ts +877 -0
- package/waf/wafDomain.js +252 -0
- package/waf/wafDomain.js.map +1 -0
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Use this data source to query detailed information of apig upstream sources
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
10
|
+
*
|
|
11
|
+
* const foo = volcengine.apig.getUpstreamSources({
|
|
12
|
+
* gatewayId: "gd13d8c6eq1emkiunq6p0",
|
|
13
|
+
* });
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
/** @deprecated volcengine.apig.UpstreamSources has been deprecated in favor of volcengine.apig.getUpstreamSources */
|
|
17
|
+
export declare function upstreamSources(args?: UpstreamSourcesArgs, opts?: pulumi.InvokeOptions): Promise<UpstreamSourcesResult>;
|
|
18
|
+
/**
|
|
19
|
+
* A collection of arguments for invoking UpstreamSources.
|
|
20
|
+
*/
|
|
21
|
+
export interface UpstreamSourcesArgs {
|
|
22
|
+
/**
|
|
23
|
+
* The enable ingress of apig upstream source.
|
|
24
|
+
*/
|
|
25
|
+
enableIngress?: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* The id of api gateway.
|
|
28
|
+
*/
|
|
29
|
+
gatewayId?: string;
|
|
30
|
+
/**
|
|
31
|
+
* The name of nacos source.
|
|
32
|
+
*/
|
|
33
|
+
name?: string;
|
|
34
|
+
/**
|
|
35
|
+
* File name where to save data source results.
|
|
36
|
+
*/
|
|
37
|
+
outputFile?: string;
|
|
38
|
+
/**
|
|
39
|
+
* The source type of apig upstream source. Valid values: `K8S`, `Nacos`.
|
|
40
|
+
*/
|
|
41
|
+
sourceType?: string;
|
|
42
|
+
/**
|
|
43
|
+
* The status of apig upstream source. Valid values: `Syncing`, `SyncedSucceed`, `SyncedFailed`.
|
|
44
|
+
*/
|
|
45
|
+
status?: string;
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* A collection of values returned by UpstreamSources.
|
|
49
|
+
*/
|
|
50
|
+
export interface UpstreamSourcesResult {
|
|
51
|
+
/**
|
|
52
|
+
* Whether to enable ingress.
|
|
53
|
+
*/
|
|
54
|
+
readonly enableIngress?: boolean;
|
|
55
|
+
/**
|
|
56
|
+
* The id of api gateway.
|
|
57
|
+
*/
|
|
58
|
+
readonly gatewayId?: string;
|
|
59
|
+
/**
|
|
60
|
+
* The provider-assigned unique ID for this managed resource.
|
|
61
|
+
*/
|
|
62
|
+
readonly id: string;
|
|
63
|
+
readonly name?: string;
|
|
64
|
+
readonly outputFile?: string;
|
|
65
|
+
/**
|
|
66
|
+
* The source type of apig upstream source.
|
|
67
|
+
*/
|
|
68
|
+
readonly sourceType?: string;
|
|
69
|
+
/**
|
|
70
|
+
* The status of apig upstream source.
|
|
71
|
+
*/
|
|
72
|
+
readonly status?: string;
|
|
73
|
+
/**
|
|
74
|
+
* The total count of query.
|
|
75
|
+
*/
|
|
76
|
+
readonly totalCount: number;
|
|
77
|
+
/**
|
|
78
|
+
* The collection of query.
|
|
79
|
+
*/
|
|
80
|
+
readonly upstreamSources: outputs.apig.UpstreamSourcesUpstreamSource[];
|
|
81
|
+
}
|
|
82
|
+
/**
|
|
83
|
+
* Use this data source to query detailed information of apig upstream sources
|
|
84
|
+
* ## Example Usage
|
|
85
|
+
*
|
|
86
|
+
* ```typescript
|
|
87
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
88
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
89
|
+
*
|
|
90
|
+
* const foo = volcengine.apig.getUpstreamSources({
|
|
91
|
+
* gatewayId: "gd13d8c6eq1emkiunq6p0",
|
|
92
|
+
* });
|
|
93
|
+
* ```
|
|
94
|
+
*/
|
|
95
|
+
/** @deprecated volcengine.apig.UpstreamSources has been deprecated in favor of volcengine.apig.getUpstreamSources */
|
|
96
|
+
export declare function upstreamSourcesOutput(args?: UpstreamSourcesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<UpstreamSourcesResult>;
|
|
97
|
+
/**
|
|
98
|
+
* A collection of arguments for invoking UpstreamSources.
|
|
99
|
+
*/
|
|
100
|
+
export interface UpstreamSourcesOutputArgs {
|
|
101
|
+
/**
|
|
102
|
+
* The enable ingress of apig upstream source.
|
|
103
|
+
*/
|
|
104
|
+
enableIngress?: pulumi.Input<boolean>;
|
|
105
|
+
/**
|
|
106
|
+
* The id of api gateway.
|
|
107
|
+
*/
|
|
108
|
+
gatewayId?: pulumi.Input<string>;
|
|
109
|
+
/**
|
|
110
|
+
* The name of nacos source.
|
|
111
|
+
*/
|
|
112
|
+
name?: pulumi.Input<string>;
|
|
113
|
+
/**
|
|
114
|
+
* File name where to save data source results.
|
|
115
|
+
*/
|
|
116
|
+
outputFile?: pulumi.Input<string>;
|
|
117
|
+
/**
|
|
118
|
+
* The source type of apig upstream source. Valid values: `K8S`, `Nacos`.
|
|
119
|
+
*/
|
|
120
|
+
sourceType?: pulumi.Input<string>;
|
|
121
|
+
/**
|
|
122
|
+
* The status of apig upstream source. Valid values: `Syncing`, `SyncedSucceed`, `SyncedFailed`.
|
|
123
|
+
*/
|
|
124
|
+
status?: pulumi.Input<string>;
|
|
125
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.upstreamSourcesOutput = exports.upstreamSources = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of apig upstream sources
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
*
|
|
16
|
+
* const foo = volcengine.apig.getUpstreamSources({
|
|
17
|
+
* gatewayId: "gd13d8c6eq1emkiunq6p0",
|
|
18
|
+
* });
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
/** @deprecated volcengine.apig.UpstreamSources has been deprecated in favor of volcengine.apig.getUpstreamSources */
|
|
22
|
+
function upstreamSources(args, opts) {
|
|
23
|
+
pulumi.log.warn("upstreamSources is deprecated: volcengine.apig.UpstreamSources has been deprecated in favor of volcengine.apig.getUpstreamSources");
|
|
24
|
+
args = args || {};
|
|
25
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
26
|
+
return pulumi.runtime.invoke("volcengine:apig/upstreamSources:UpstreamSources", {
|
|
27
|
+
"enableIngress": args.enableIngress,
|
|
28
|
+
"gatewayId": args.gatewayId,
|
|
29
|
+
"name": args.name,
|
|
30
|
+
"outputFile": args.outputFile,
|
|
31
|
+
"sourceType": args.sourceType,
|
|
32
|
+
"status": args.status,
|
|
33
|
+
}, opts);
|
|
34
|
+
}
|
|
35
|
+
exports.upstreamSources = upstreamSources;
|
|
36
|
+
/**
|
|
37
|
+
* Use this data source to query detailed information of apig upstream sources
|
|
38
|
+
* ## Example Usage
|
|
39
|
+
*
|
|
40
|
+
* ```typescript
|
|
41
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
42
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
43
|
+
*
|
|
44
|
+
* const foo = volcengine.apig.getUpstreamSources({
|
|
45
|
+
* gatewayId: "gd13d8c6eq1emkiunq6p0",
|
|
46
|
+
* });
|
|
47
|
+
* ```
|
|
48
|
+
*/
|
|
49
|
+
/** @deprecated volcengine.apig.UpstreamSources has been deprecated in favor of volcengine.apig.getUpstreamSources */
|
|
50
|
+
function upstreamSourcesOutput(args, opts) {
|
|
51
|
+
return pulumi.output(args).apply((a) => upstreamSources(a, opts));
|
|
52
|
+
}
|
|
53
|
+
exports.upstreamSourcesOutput = upstreamSourcesOutput;
|
|
54
|
+
//# sourceMappingURL=upstreamSources.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"upstreamSources.js","sourceRoot":"","sources":["../../apig/upstreamSources.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;AACH,qHAAqH;AACrH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,mIAAmI,CAAC,CAAA;IACpJ,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iDAAiD,EAAE;QAC5E,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,0CAaC;AAmED;;;;;;;;;;;;GAYG;AACH,qHAAqH;AACrH,SAAgB,qBAAqB,CAAC,IAAgC,EAAE,IAA2B;IAC/F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC1E,CAAC;AAFD,sDAEC"}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Use this data source to query detailed information of apig upstream versions
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
10
|
+
*
|
|
11
|
+
* const foo = volcengine.apig.getUpstreamVersions({
|
|
12
|
+
* upstreamId: "ud18p5krj5ce3htvrd0v0",
|
|
13
|
+
* });
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
/** @deprecated volcengine.apig.UpstreamVersions has been deprecated in favor of volcengine.apig.getUpstreamVersions */
|
|
17
|
+
export declare function upstreamVersions(args: UpstreamVersionsArgs, opts?: pulumi.InvokeOptions): Promise<UpstreamVersionsResult>;
|
|
18
|
+
/**
|
|
19
|
+
* A collection of arguments for invoking UpstreamVersions.
|
|
20
|
+
*/
|
|
21
|
+
export interface UpstreamVersionsArgs {
|
|
22
|
+
/**
|
|
23
|
+
* A Name Regex of Resource.
|
|
24
|
+
*/
|
|
25
|
+
nameRegex?: string;
|
|
26
|
+
/**
|
|
27
|
+
* File name where to save data source results.
|
|
28
|
+
*/
|
|
29
|
+
outputFile?: string;
|
|
30
|
+
/**
|
|
31
|
+
* The id of the apig upstream.
|
|
32
|
+
*/
|
|
33
|
+
upstreamId: string;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* A collection of values returned by UpstreamVersions.
|
|
37
|
+
*/
|
|
38
|
+
export interface UpstreamVersionsResult {
|
|
39
|
+
/**
|
|
40
|
+
* The provider-assigned unique ID for this managed resource.
|
|
41
|
+
*/
|
|
42
|
+
readonly id: string;
|
|
43
|
+
readonly nameRegex?: string;
|
|
44
|
+
readonly outputFile?: string;
|
|
45
|
+
/**
|
|
46
|
+
* The total count of query.
|
|
47
|
+
*/
|
|
48
|
+
readonly totalCount: number;
|
|
49
|
+
readonly upstreamId: string;
|
|
50
|
+
/**
|
|
51
|
+
* The collection of query.
|
|
52
|
+
*/
|
|
53
|
+
readonly versions: outputs.apig.UpstreamVersionsVersion[];
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* Use this data source to query detailed information of apig upstream versions
|
|
57
|
+
* ## Example Usage
|
|
58
|
+
*
|
|
59
|
+
* ```typescript
|
|
60
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
61
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
62
|
+
*
|
|
63
|
+
* const foo = volcengine.apig.getUpstreamVersions({
|
|
64
|
+
* upstreamId: "ud18p5krj5ce3htvrd0v0",
|
|
65
|
+
* });
|
|
66
|
+
* ```
|
|
67
|
+
*/
|
|
68
|
+
/** @deprecated volcengine.apig.UpstreamVersions has been deprecated in favor of volcengine.apig.getUpstreamVersions */
|
|
69
|
+
export declare function upstreamVersionsOutput(args: UpstreamVersionsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<UpstreamVersionsResult>;
|
|
70
|
+
/**
|
|
71
|
+
* A collection of arguments for invoking UpstreamVersions.
|
|
72
|
+
*/
|
|
73
|
+
export interface UpstreamVersionsOutputArgs {
|
|
74
|
+
/**
|
|
75
|
+
* A Name Regex of Resource.
|
|
76
|
+
*/
|
|
77
|
+
nameRegex?: pulumi.Input<string>;
|
|
78
|
+
/**
|
|
79
|
+
* File name where to save data source results.
|
|
80
|
+
*/
|
|
81
|
+
outputFile?: pulumi.Input<string>;
|
|
82
|
+
/**
|
|
83
|
+
* The id of the apig upstream.
|
|
84
|
+
*/
|
|
85
|
+
upstreamId: pulumi.Input<string>;
|
|
86
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.upstreamVersionsOutput = exports.upstreamVersions = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of apig upstream versions
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
*
|
|
16
|
+
* const foo = volcengine.apig.getUpstreamVersions({
|
|
17
|
+
* upstreamId: "ud18p5krj5ce3htvrd0v0",
|
|
18
|
+
* });
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
/** @deprecated volcengine.apig.UpstreamVersions has been deprecated in favor of volcengine.apig.getUpstreamVersions */
|
|
22
|
+
function upstreamVersions(args, opts) {
|
|
23
|
+
pulumi.log.warn("upstreamVersions is deprecated: volcengine.apig.UpstreamVersions has been deprecated in favor of volcengine.apig.getUpstreamVersions");
|
|
24
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
25
|
+
return pulumi.runtime.invoke("volcengine:apig/upstreamVersions:UpstreamVersions", {
|
|
26
|
+
"nameRegex": args.nameRegex,
|
|
27
|
+
"outputFile": args.outputFile,
|
|
28
|
+
"upstreamId": args.upstreamId,
|
|
29
|
+
}, opts);
|
|
30
|
+
}
|
|
31
|
+
exports.upstreamVersions = upstreamVersions;
|
|
32
|
+
/**
|
|
33
|
+
* Use this data source to query detailed information of apig upstream versions
|
|
34
|
+
* ## Example Usage
|
|
35
|
+
*
|
|
36
|
+
* ```typescript
|
|
37
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
38
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
39
|
+
*
|
|
40
|
+
* const foo = volcengine.apig.getUpstreamVersions({
|
|
41
|
+
* upstreamId: "ud18p5krj5ce3htvrd0v0",
|
|
42
|
+
* });
|
|
43
|
+
* ```
|
|
44
|
+
*/
|
|
45
|
+
/** @deprecated volcengine.apig.UpstreamVersions has been deprecated in favor of volcengine.apig.getUpstreamVersions */
|
|
46
|
+
function upstreamVersionsOutput(args, opts) {
|
|
47
|
+
return pulumi.output(args).apply((a) => upstreamVersions(a, opts));
|
|
48
|
+
}
|
|
49
|
+
exports.upstreamVersionsOutput = upstreamVersionsOutput;
|
|
50
|
+
//# sourceMappingURL=upstreamVersions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"upstreamVersions.js","sourceRoot":"","sources":["../../apig/upstreamVersions.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;AACH,uHAAuH;AACvH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,sIAAsI,CAAC,CAAA;IAEvJ,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mDAAmD,EAAE;QAC9E,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,4CASC;AAwCD;;;;;;;;;;;;GAYG;AACH,uHAAuH;AACvH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC3E,CAAC;AAFD,wDAEC"}
|
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Use this data source to query detailed information of apig upstreams
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
10
|
+
*
|
|
11
|
+
* const foo = volcengine.apig.getUpstreams({
|
|
12
|
+
* gatewayId: "gd13d8c6eq1emkiunq6p0",
|
|
13
|
+
* ids: [
|
|
14
|
+
* "ud18p5krj5ce3htvrd0v0",
|
|
15
|
+
* "ud18ouitrjp6fhvu61n7g",
|
|
16
|
+
* ],
|
|
17
|
+
* });
|
|
18
|
+
* ```
|
|
19
|
+
*/
|
|
20
|
+
/** @deprecated volcengine.apig.Upstreams has been deprecated in favor of volcengine.apig.getUpstreams */
|
|
21
|
+
export declare function upstreams(args?: UpstreamsArgs, opts?: pulumi.InvokeOptions): Promise<UpstreamsResult>;
|
|
22
|
+
/**
|
|
23
|
+
* A collection of arguments for invoking Upstreams.
|
|
24
|
+
*/
|
|
25
|
+
export interface UpstreamsArgs {
|
|
26
|
+
/**
|
|
27
|
+
* The id of api gateway.
|
|
28
|
+
*/
|
|
29
|
+
gatewayId?: string;
|
|
30
|
+
/**
|
|
31
|
+
* A list of apig upstream IDs.
|
|
32
|
+
*/
|
|
33
|
+
ids?: string[];
|
|
34
|
+
/**
|
|
35
|
+
* The name of apig upstream. This field support fuzzy query.
|
|
36
|
+
*/
|
|
37
|
+
name?: string;
|
|
38
|
+
/**
|
|
39
|
+
* A Name Regex of Resource.
|
|
40
|
+
*/
|
|
41
|
+
nameRegex?: string;
|
|
42
|
+
/**
|
|
43
|
+
* File name where to save data source results.
|
|
44
|
+
*/
|
|
45
|
+
outputFile?: string;
|
|
46
|
+
/**
|
|
47
|
+
* The resource type of apig upstream. Valid values: `Console`, `Ingress`.
|
|
48
|
+
*/
|
|
49
|
+
resourceType?: string;
|
|
50
|
+
/**
|
|
51
|
+
* The source type of apig upstream. Valid values: `VeFaas`, `ECS`, `FixedIP`, `K8S`, `Nacos`, `Domain`, `AIProvider`, `VeMLP`.
|
|
52
|
+
*/
|
|
53
|
+
sourceType?: string;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* A collection of values returned by Upstreams.
|
|
57
|
+
*/
|
|
58
|
+
export interface UpstreamsResult {
|
|
59
|
+
/**
|
|
60
|
+
* The id of api gateway.
|
|
61
|
+
*/
|
|
62
|
+
readonly gatewayId?: string;
|
|
63
|
+
/**
|
|
64
|
+
* The provider-assigned unique ID for this managed resource.
|
|
65
|
+
*/
|
|
66
|
+
readonly id: string;
|
|
67
|
+
readonly ids?: string[];
|
|
68
|
+
/**
|
|
69
|
+
* The name of apig upstream version.
|
|
70
|
+
*/
|
|
71
|
+
readonly name?: string;
|
|
72
|
+
readonly nameRegex?: string;
|
|
73
|
+
readonly outputFile?: string;
|
|
74
|
+
/**
|
|
75
|
+
* The resource type of apig upstream.
|
|
76
|
+
*/
|
|
77
|
+
readonly resourceType?: string;
|
|
78
|
+
/**
|
|
79
|
+
* The source type of apig upstream.
|
|
80
|
+
*/
|
|
81
|
+
readonly sourceType?: string;
|
|
82
|
+
/**
|
|
83
|
+
* The total count of query.
|
|
84
|
+
*/
|
|
85
|
+
readonly totalCount: number;
|
|
86
|
+
/**
|
|
87
|
+
* The collection of query.
|
|
88
|
+
*/
|
|
89
|
+
readonly upstreams: outputs.apig.UpstreamsUpstream[];
|
|
90
|
+
}
|
|
91
|
+
/**
|
|
92
|
+
* Use this data source to query detailed information of apig upstreams
|
|
93
|
+
* ## Example Usage
|
|
94
|
+
*
|
|
95
|
+
* ```typescript
|
|
96
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
97
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
98
|
+
*
|
|
99
|
+
* const foo = volcengine.apig.getUpstreams({
|
|
100
|
+
* gatewayId: "gd13d8c6eq1emkiunq6p0",
|
|
101
|
+
* ids: [
|
|
102
|
+
* "ud18p5krj5ce3htvrd0v0",
|
|
103
|
+
* "ud18ouitrjp6fhvu61n7g",
|
|
104
|
+
* ],
|
|
105
|
+
* });
|
|
106
|
+
* ```
|
|
107
|
+
*/
|
|
108
|
+
/** @deprecated volcengine.apig.Upstreams has been deprecated in favor of volcengine.apig.getUpstreams */
|
|
109
|
+
export declare function upstreamsOutput(args?: UpstreamsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<UpstreamsResult>;
|
|
110
|
+
/**
|
|
111
|
+
* A collection of arguments for invoking Upstreams.
|
|
112
|
+
*/
|
|
113
|
+
export interface UpstreamsOutputArgs {
|
|
114
|
+
/**
|
|
115
|
+
* The id of api gateway.
|
|
116
|
+
*/
|
|
117
|
+
gatewayId?: pulumi.Input<string>;
|
|
118
|
+
/**
|
|
119
|
+
* A list of apig upstream IDs.
|
|
120
|
+
*/
|
|
121
|
+
ids?: pulumi.Input<pulumi.Input<string>[]>;
|
|
122
|
+
/**
|
|
123
|
+
* The name of apig upstream. This field support fuzzy query.
|
|
124
|
+
*/
|
|
125
|
+
name?: pulumi.Input<string>;
|
|
126
|
+
/**
|
|
127
|
+
* A Name Regex of Resource.
|
|
128
|
+
*/
|
|
129
|
+
nameRegex?: pulumi.Input<string>;
|
|
130
|
+
/**
|
|
131
|
+
* File name where to save data source results.
|
|
132
|
+
*/
|
|
133
|
+
outputFile?: pulumi.Input<string>;
|
|
134
|
+
/**
|
|
135
|
+
* The resource type of apig upstream. Valid values: `Console`, `Ingress`.
|
|
136
|
+
*/
|
|
137
|
+
resourceType?: pulumi.Input<string>;
|
|
138
|
+
/**
|
|
139
|
+
* The source type of apig upstream. Valid values: `VeFaas`, `ECS`, `FixedIP`, `K8S`, `Nacos`, `Domain`, `AIProvider`, `VeMLP`.
|
|
140
|
+
*/
|
|
141
|
+
sourceType?: pulumi.Input<string>;
|
|
142
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.upstreamsOutput = exports.upstreams = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of apig upstreams
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
*
|
|
16
|
+
* const foo = volcengine.apig.getUpstreams({
|
|
17
|
+
* gatewayId: "gd13d8c6eq1emkiunq6p0",
|
|
18
|
+
* ids: [
|
|
19
|
+
* "ud18p5krj5ce3htvrd0v0",
|
|
20
|
+
* "ud18ouitrjp6fhvu61n7g",
|
|
21
|
+
* ],
|
|
22
|
+
* });
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
/** @deprecated volcengine.apig.Upstreams has been deprecated in favor of volcengine.apig.getUpstreams */
|
|
26
|
+
function upstreams(args, opts) {
|
|
27
|
+
pulumi.log.warn("upstreams is deprecated: volcengine.apig.Upstreams has been deprecated in favor of volcengine.apig.getUpstreams");
|
|
28
|
+
args = args || {};
|
|
29
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
30
|
+
return pulumi.runtime.invoke("volcengine:apig/upstreams:Upstreams", {
|
|
31
|
+
"gatewayId": args.gatewayId,
|
|
32
|
+
"ids": args.ids,
|
|
33
|
+
"name": args.name,
|
|
34
|
+
"nameRegex": args.nameRegex,
|
|
35
|
+
"outputFile": args.outputFile,
|
|
36
|
+
"resourceType": args.resourceType,
|
|
37
|
+
"sourceType": args.sourceType,
|
|
38
|
+
}, opts);
|
|
39
|
+
}
|
|
40
|
+
exports.upstreams = upstreams;
|
|
41
|
+
/**
|
|
42
|
+
* Use this data source to query detailed information of apig upstreams
|
|
43
|
+
* ## Example Usage
|
|
44
|
+
*
|
|
45
|
+
* ```typescript
|
|
46
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
47
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
48
|
+
*
|
|
49
|
+
* const foo = volcengine.apig.getUpstreams({
|
|
50
|
+
* gatewayId: "gd13d8c6eq1emkiunq6p0",
|
|
51
|
+
* ids: [
|
|
52
|
+
* "ud18p5krj5ce3htvrd0v0",
|
|
53
|
+
* "ud18ouitrjp6fhvu61n7g",
|
|
54
|
+
* ],
|
|
55
|
+
* });
|
|
56
|
+
* ```
|
|
57
|
+
*/
|
|
58
|
+
/** @deprecated volcengine.apig.Upstreams has been deprecated in favor of volcengine.apig.getUpstreams */
|
|
59
|
+
function upstreamsOutput(args, opts) {
|
|
60
|
+
return pulumi.output(args).apply((a) => upstreams(a, opts));
|
|
61
|
+
}
|
|
62
|
+
exports.upstreamsOutput = upstreamsOutput;
|
|
63
|
+
//# sourceMappingURL=upstreams.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"upstreams.js","sourceRoot":"","sources":["../../apig/upstreams.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;GAgBG;AACH,yGAAyG;AACzG,SAAgB,SAAS,CAAC,IAAoB,EAAE,IAA2B;IACvE,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,iHAAiH,CAAC,CAAA;IAClI,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qCAAqC,EAAE;QAChE,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,8BAcC;AAwED;;;;;;;;;;;;;;;;GAgBG;AACH,yGAAyG;AACzG,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,SAAS,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpE,CAAC;AAFD,0CAEC"}
|
|
@@ -94,6 +94,10 @@ export declare class ScalingGroup extends pulumi.CustomResource {
|
|
|
94
94
|
* The health check type of the scaling group.
|
|
95
95
|
*/
|
|
96
96
|
readonly healthCheckType: pulumi.Output<string>;
|
|
97
|
+
/**
|
|
98
|
+
* Whether to ignore failed ASG scaling activities while waiting for capacity. Default is false.
|
|
99
|
+
*/
|
|
100
|
+
readonly ignoreFailedScalingActivities: pulumi.Output<boolean | undefined>;
|
|
97
101
|
/**
|
|
98
102
|
* The instance terminate policy of the scaling group. Valid values: OldestInstance, NewestInstance, OldestScalingConfigurationWithOldestInstance, OldestScalingConfigurationWithNewestInstance. Default value: OldestScalingConfigurationWithOldestInstance.
|
|
99
103
|
*/
|
|
@@ -176,6 +180,10 @@ export declare class ScalingGroup extends pulumi.CustomResource {
|
|
|
176
180
|
* The VPC id of the scaling group.
|
|
177
181
|
*/
|
|
178
182
|
readonly vpcId: pulumi.Output<string>;
|
|
183
|
+
/**
|
|
184
|
+
* Maximum duration that Provider should wait for ASG instances to be InService before timing out. Setting this to "0" causes Provider to skip all Capacity Waiting behavior. Default is "0".
|
|
185
|
+
*/
|
|
186
|
+
readonly waitForCapacityTimeout: pulumi.Output<string | undefined>;
|
|
179
187
|
/**
|
|
180
188
|
* Create a ScalingGroup resource with the given unique name, arguments, and options.
|
|
181
189
|
*
|
|
@@ -213,6 +221,10 @@ export interface ScalingGroupState {
|
|
|
213
221
|
* The health check type of the scaling group.
|
|
214
222
|
*/
|
|
215
223
|
healthCheckType?: pulumi.Input<string>;
|
|
224
|
+
/**
|
|
225
|
+
* Whether to ignore failed ASG scaling activities while waiting for capacity. Default is false.
|
|
226
|
+
*/
|
|
227
|
+
ignoreFailedScalingActivities?: pulumi.Input<boolean>;
|
|
216
228
|
/**
|
|
217
229
|
* The instance terminate policy of the scaling group. Valid values: OldestInstance, NewestInstance, OldestScalingConfigurationWithOldestInstance, OldestScalingConfigurationWithNewestInstance. Default value: OldestScalingConfigurationWithOldestInstance.
|
|
218
230
|
*/
|
|
@@ -295,6 +307,10 @@ export interface ScalingGroupState {
|
|
|
295
307
|
* The VPC id of the scaling group.
|
|
296
308
|
*/
|
|
297
309
|
vpcId?: pulumi.Input<string>;
|
|
310
|
+
/**
|
|
311
|
+
* Maximum duration that Provider should wait for ASG instances to be InService before timing out. Setting this to "0" causes Provider to skip all Capacity Waiting behavior. Default is "0".
|
|
312
|
+
*/
|
|
313
|
+
waitForCapacityTimeout?: pulumi.Input<string>;
|
|
298
314
|
}
|
|
299
315
|
/**
|
|
300
316
|
* The set of arguments for constructing a ScalingGroup resource.
|
|
@@ -312,6 +328,10 @@ export interface ScalingGroupArgs {
|
|
|
312
328
|
* The desire instance number of the scaling group.
|
|
313
329
|
*/
|
|
314
330
|
desireInstanceNumber?: pulumi.Input<number>;
|
|
331
|
+
/**
|
|
332
|
+
* Whether to ignore failed ASG scaling activities while waiting for capacity. Default is false.
|
|
333
|
+
*/
|
|
334
|
+
ignoreFailedScalingActivities?: pulumi.Input<boolean>;
|
|
315
335
|
/**
|
|
316
336
|
* The instance terminate policy of the scaling group. Valid values: OldestInstance, NewestInstance, OldestScalingConfigurationWithOldestInstance, OldestScalingConfigurationWithNewestInstance. Default value: OldestScalingConfigurationWithOldestInstance.
|
|
317
337
|
*/
|
|
@@ -366,4 +386,8 @@ export interface ScalingGroupArgs {
|
|
|
366
386
|
* Tags.
|
|
367
387
|
*/
|
|
368
388
|
tags?: pulumi.Input<pulumi.Input<inputs.autoscaling.ScalingGroupTag>[]>;
|
|
389
|
+
/**
|
|
390
|
+
* Maximum duration that Provider should wait for ASG instances to be InService before timing out. Setting this to "0" causes Provider to skip all Capacity Waiting behavior. Default is "0".
|
|
391
|
+
*/
|
|
392
|
+
waitForCapacityTimeout?: pulumi.Input<string>;
|
|
369
393
|
}
|
|
@@ -92,6 +92,7 @@ class ScalingGroup extends pulumi.CustomResource {
|
|
|
92
92
|
resourceInputs["defaultCooldown"] = state ? state.defaultCooldown : undefined;
|
|
93
93
|
resourceInputs["desireInstanceNumber"] = state ? state.desireInstanceNumber : undefined;
|
|
94
94
|
resourceInputs["healthCheckType"] = state ? state.healthCheckType : undefined;
|
|
95
|
+
resourceInputs["ignoreFailedScalingActivities"] = state ? state.ignoreFailedScalingActivities : undefined;
|
|
95
96
|
resourceInputs["instanceTerminatePolicy"] = state ? state.instanceTerminatePolicy : undefined;
|
|
96
97
|
resourceInputs["launchTemplateId"] = state ? state.launchTemplateId : undefined;
|
|
97
98
|
resourceInputs["launchTemplateOverrides"] = state ? state.launchTemplateOverrides : undefined;
|
|
@@ -112,6 +113,7 @@ class ScalingGroup extends pulumi.CustomResource {
|
|
|
112
113
|
resourceInputs["totalInstanceCount"] = state ? state.totalInstanceCount : undefined;
|
|
113
114
|
resourceInputs["updatedAt"] = state ? state.updatedAt : undefined;
|
|
114
115
|
resourceInputs["vpcId"] = state ? state.vpcId : undefined;
|
|
116
|
+
resourceInputs["waitForCapacityTimeout"] = state ? state.waitForCapacityTimeout : undefined;
|
|
115
117
|
}
|
|
116
118
|
else {
|
|
117
119
|
const args = argsOrState;
|
|
@@ -130,6 +132,7 @@ class ScalingGroup extends pulumi.CustomResource {
|
|
|
130
132
|
resourceInputs["dbInstanceIds"] = args ? args.dbInstanceIds : undefined;
|
|
131
133
|
resourceInputs["defaultCooldown"] = args ? args.defaultCooldown : undefined;
|
|
132
134
|
resourceInputs["desireInstanceNumber"] = args ? args.desireInstanceNumber : undefined;
|
|
135
|
+
resourceInputs["ignoreFailedScalingActivities"] = args ? args.ignoreFailedScalingActivities : undefined;
|
|
133
136
|
resourceInputs["instanceTerminatePolicy"] = args ? args.instanceTerminatePolicy : undefined;
|
|
134
137
|
resourceInputs["launchTemplateId"] = args ? args.launchTemplateId : undefined;
|
|
135
138
|
resourceInputs["launchTemplateOverrides"] = args ? args.launchTemplateOverrides : undefined;
|
|
@@ -143,6 +146,7 @@ class ScalingGroup extends pulumi.CustomResource {
|
|
|
143
146
|
resourceInputs["serverGroupAttributes"] = args ? args.serverGroupAttributes : undefined;
|
|
144
147
|
resourceInputs["subnetIds"] = args ? args.subnetIds : undefined;
|
|
145
148
|
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
149
|
+
resourceInputs["waitForCapacityTimeout"] = args ? args.waitForCapacityTimeout : undefined;
|
|
146
150
|
resourceInputs["activeScalingConfigurationId"] = undefined /*out*/;
|
|
147
151
|
resourceInputs["createdAt"] = undefined /*out*/;
|
|
148
152
|
resourceInputs["healthCheckType"] = undefined /*out*/;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scalingGroup.js","sourceRoot":"","sources":["../../autoscaling/scalingGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoDG;AACH,MAAa,YAAa,SAAQ,MAAM,CAAC,cAAc;IACnD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAyB,EAAE,IAAmC;QACvH,OAAO,IAAI,YAAY,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACnE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,YAAY,CAAC,YAAY,CAAC;IAC7D,CAAC;
|
|
1
|
+
{"version":3,"file":"scalingGroup.js","sourceRoot":"","sources":["../../autoscaling/scalingGroup.ts"],"names":[],"mappings":"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"}
|