@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
|
@@ -73,6 +73,10 @@ export declare class InterRegionBandwidth extends pulumi.CustomResource {
|
|
|
73
73
|
* The bandwidth of the cen inter region bandwidth.
|
|
74
74
|
*/
|
|
75
75
|
readonly bandwidth: pulumi.Output<number>;
|
|
76
|
+
/**
|
|
77
|
+
* The cen bandwidth package id of the cen inter region bandwidth.
|
|
78
|
+
*/
|
|
79
|
+
readonly cenBandwidthPackageId: pulumi.Output<string>;
|
|
76
80
|
/**
|
|
77
81
|
* The cen ID of the cen inter region bandwidth.
|
|
78
82
|
*/
|
|
@@ -118,6 +122,10 @@ export interface InterRegionBandwidthState {
|
|
|
118
122
|
* The bandwidth of the cen inter region bandwidth.
|
|
119
123
|
*/
|
|
120
124
|
bandwidth?: pulumi.Input<number>;
|
|
125
|
+
/**
|
|
126
|
+
* The cen bandwidth package id of the cen inter region bandwidth.
|
|
127
|
+
*/
|
|
128
|
+
cenBandwidthPackageId?: pulumi.Input<string>;
|
|
121
129
|
/**
|
|
122
130
|
* The cen ID of the cen inter region bandwidth.
|
|
123
131
|
*/
|
|
@@ -155,6 +163,10 @@ export interface InterRegionBandwidthArgs {
|
|
|
155
163
|
* The bandwidth of the cen inter region bandwidth.
|
|
156
164
|
*/
|
|
157
165
|
bandwidth: pulumi.Input<number>;
|
|
166
|
+
/**
|
|
167
|
+
* The cen bandwidth package id of the cen inter region bandwidth.
|
|
168
|
+
*/
|
|
169
|
+
cenBandwidthPackageId?: pulumi.Input<string>;
|
|
158
170
|
/**
|
|
159
171
|
* The cen ID of the cen inter region bandwidth.
|
|
160
172
|
*/
|
|
@@ -88,6 +88,7 @@ class InterRegionBandwidth extends pulumi.CustomResource {
|
|
|
88
88
|
if (opts.id) {
|
|
89
89
|
const state = argsOrState;
|
|
90
90
|
resourceInputs["bandwidth"] = state ? state.bandwidth : undefined;
|
|
91
|
+
resourceInputs["cenBandwidthPackageId"] = state ? state.cenBandwidthPackageId : undefined;
|
|
91
92
|
resourceInputs["cenId"] = state ? state.cenId : undefined;
|
|
92
93
|
resourceInputs["creationTime"] = state ? state.creationTime : undefined;
|
|
93
94
|
resourceInputs["interRegionBandwidthId"] = state ? state.interRegionBandwidthId : undefined;
|
|
@@ -111,6 +112,7 @@ class InterRegionBandwidth extends pulumi.CustomResource {
|
|
|
111
112
|
throw new Error("Missing required property 'peerRegionId'");
|
|
112
113
|
}
|
|
113
114
|
resourceInputs["bandwidth"] = args ? args.bandwidth : undefined;
|
|
115
|
+
resourceInputs["cenBandwidthPackageId"] = args ? args.cenBandwidthPackageId : undefined;
|
|
114
116
|
resourceInputs["cenId"] = args ? args.cenId : undefined;
|
|
115
117
|
resourceInputs["localRegionId"] = args ? args.localRegionId : undefined;
|
|
116
118
|
resourceInputs["peerRegionId"] = args ? args.peerRegionId : undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"interRegionBandwidth.js","sourceRoot":"","sources":["../../cen/interRegionBandwidth.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqDG;AACH,MAAa,oBAAqB,SAAQ,MAAM,CAAC,cAAc;IAC3D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAiC,EAAE,IAAmC;QAC/H,OAAO,IAAI,oBAAoB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC3E,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,oBAAoB,CAAC,YAAY,CAAC;IACrE,CAAC;
|
|
1
|
+
{"version":3,"file":"interRegionBandwidth.js","sourceRoot":"","sources":["../../cen/interRegionBandwidth.ts"],"names":[],"mappings":"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"}
|
package/config/vars.d.ts
CHANGED
|
@@ -20,6 +20,10 @@ export declare const customerHeaders: string | undefined;
|
|
|
20
20
|
* Disable SSL for Volcengine Provider
|
|
21
21
|
*/
|
|
22
22
|
export declare const disableSsl: boolean | undefined;
|
|
23
|
+
/**
|
|
24
|
+
* ENABLE STANDARD ENDPOINT for Volcengine Provider
|
|
25
|
+
*/
|
|
26
|
+
export declare const enableStandardEndpoint: boolean | undefined;
|
|
23
27
|
/**
|
|
24
28
|
* The Customer Endpoint for Volcengine Provider
|
|
25
29
|
*/
|
package/config/vars.js
CHANGED
|
@@ -42,6 +42,12 @@ Object.defineProperty(exports, "disableSsl", {
|
|
|
42
42
|
},
|
|
43
43
|
enumerable: true,
|
|
44
44
|
});
|
|
45
|
+
Object.defineProperty(exports, "enableStandardEndpoint", {
|
|
46
|
+
get() {
|
|
47
|
+
return __config.getObject("enableStandardEndpoint");
|
|
48
|
+
},
|
|
49
|
+
enumerable: true,
|
|
50
|
+
});
|
|
45
51
|
Object.defineProperty(exports, "endpoint", {
|
|
46
52
|
get() {
|
|
47
53
|
var _a;
|
package/config/vars.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vars.js","sourceRoot":"","sources":["../../config/vars.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAG1C,MAAM,QAAQ,GAAG,IAAI,MAAM,CAAC,MAAM,CAAC,YAAY,CAAC,CAAC;AAMjD,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,WAAW,EAAE;IACxC,GAAG;;QACC,OAAO,MAAA,QAAQ,CAAC,GAAG,CAAC,WAAW,CAAC,mCAAI,SAAS,CAAC,MAAM,CAAC,uBAAuB,CAAC,CAAC;IAClF,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAGH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,YAAY,EAAE;IACzC,GAAG;QACC,OAAO,QAAQ,CAAC,SAAS,CAA4B,YAAY,CAAC,CAAC;IACvE,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,wBAAwB,EAAE;IACrD,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,wBAAwB,CAAC,CAAC;IAClD,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,mBAAmB,EAAE;IAChD,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,mBAAmB,CAAC,CAAC;IAC7C,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,iBAAiB,EAAE;IAC9C,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,iBAAiB,CAAC,CAAC;IAC3C,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,YAAY,EAAE;IACzC,GAAG;QACC,OAAO,QAAQ,CAAC,SAAS,CAAU,YAAY,CAAC,CAAC;IACrD,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,UAAU,EAAE;IACvC,GAAG;;QACC,OAAO,MAAA,QAAQ,CAAC,GAAG,CAAC,UAAU,CAAC,mCAAI,SAAS,CAAC,MAAM,CAAC,qBAAqB,CAAC,CAAC;IAC/E,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,UAAU,EAAE;IACvC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;IACpC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,EAAE;IACrC,GAAG;;QACC,OAAO,MAAA,QAAQ,CAAC,GAAG,CAAC,QAAQ,CAAC,mCAAI,SAAS,CAAC,MAAM,CAAC,mBAAmB,CAAC,CAAC;IAC3E,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,WAAW,EAAE;IACxC,GAAG;;QACC,OAAO,MAAA,QAAQ,CAAC,GAAG,CAAC,WAAW,CAAC,mCAAI,SAAS,CAAC,MAAM,CAAC,uBAAuB,CAAC,CAAC;IAClF,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,cAAc,EAAE;IAC3C,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;IACxC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"vars.js","sourceRoot":"","sources":["../../config/vars.ts"],"names":[],"mappings":"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"}
|
package/ecs/command.d.ts
CHANGED
|
@@ -1,21 +1,8 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
2
4
|
/**
|
|
3
5
|
* Provides a resource to manage ecs command
|
|
4
|
-
* ## Example Usage
|
|
5
|
-
*
|
|
6
|
-
* ```typescript
|
|
7
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
8
|
-
* import * as volcengine from "@volcengine/pulumi";
|
|
9
|
-
*
|
|
10
|
-
* const foo = new volcengine.ecs.Command("foo", {
|
|
11
|
-
* commandContent: "IyEvYmluL2Jhc2gKCgplY2hvICJvcGVyYXRpb24gc3VjY2VzcyEi",
|
|
12
|
-
* description: "tf",
|
|
13
|
-
* timeout: 100,
|
|
14
|
-
* username: "root",
|
|
15
|
-
* workingDir: "/home",
|
|
16
|
-
* });
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
6
|
* ## Import
|
|
20
7
|
*
|
|
21
8
|
* EcsCommand can be imported using the id, e.g.
|
|
@@ -52,6 +39,10 @@ export declare class Command extends pulumi.CustomResource {
|
|
|
52
39
|
* The description of the ecs command.
|
|
53
40
|
*/
|
|
54
41
|
readonly description: pulumi.Output<string>;
|
|
42
|
+
/**
|
|
43
|
+
* Whether to enable custom parameter. Default is `false`.
|
|
44
|
+
*/
|
|
45
|
+
readonly enableParameter: pulumi.Output<boolean>;
|
|
55
46
|
/**
|
|
56
47
|
* The invocation times of the ecs command. Public commands do not display the invocation times.
|
|
57
48
|
*/
|
|
@@ -61,9 +52,25 @@ export declare class Command extends pulumi.CustomResource {
|
|
|
61
52
|
*/
|
|
62
53
|
readonly name: pulumi.Output<string>;
|
|
63
54
|
/**
|
|
64
|
-
* The
|
|
55
|
+
* The custom parameter definitions of the ecs command.
|
|
56
|
+
*/
|
|
57
|
+
readonly parameterDefinitions: pulumi.Output<outputs.ecs.CommandParameterDefinition[] | undefined>;
|
|
58
|
+
/**
|
|
59
|
+
* The project name of the ecs command.
|
|
60
|
+
*/
|
|
61
|
+
readonly projectName: pulumi.Output<string>;
|
|
62
|
+
/**
|
|
63
|
+
* Tags.
|
|
64
|
+
*/
|
|
65
|
+
readonly tags: pulumi.Output<outputs.ecs.CommandTag[] | undefined>;
|
|
66
|
+
/**
|
|
67
|
+
* The timeout of the ecs command. Unit: seconds. Valid value range: 30~86400. Default is 300.
|
|
65
68
|
*/
|
|
66
69
|
readonly timeout: pulumi.Output<number>;
|
|
70
|
+
/**
|
|
71
|
+
* The type of the ecs command. Valid values: `Shell`, `Python`, `PowerShell`, `Bat`. Default is `Shell`.
|
|
72
|
+
*/
|
|
73
|
+
readonly type: pulumi.Output<string | undefined>;
|
|
67
74
|
/**
|
|
68
75
|
* The update time of the ecs command.
|
|
69
76
|
*/
|
|
@@ -101,6 +108,10 @@ export interface CommandState {
|
|
|
101
108
|
* The description of the ecs command.
|
|
102
109
|
*/
|
|
103
110
|
description?: pulumi.Input<string>;
|
|
111
|
+
/**
|
|
112
|
+
* Whether to enable custom parameter. Default is `false`.
|
|
113
|
+
*/
|
|
114
|
+
enableParameter?: pulumi.Input<boolean>;
|
|
104
115
|
/**
|
|
105
116
|
* The invocation times of the ecs command. Public commands do not display the invocation times.
|
|
106
117
|
*/
|
|
@@ -110,9 +121,25 @@ export interface CommandState {
|
|
|
110
121
|
*/
|
|
111
122
|
name?: pulumi.Input<string>;
|
|
112
123
|
/**
|
|
113
|
-
* The
|
|
124
|
+
* The custom parameter definitions of the ecs command.
|
|
125
|
+
*/
|
|
126
|
+
parameterDefinitions?: pulumi.Input<pulumi.Input<inputs.ecs.CommandParameterDefinition>[]>;
|
|
127
|
+
/**
|
|
128
|
+
* The project name of the ecs command.
|
|
129
|
+
*/
|
|
130
|
+
projectName?: pulumi.Input<string>;
|
|
131
|
+
/**
|
|
132
|
+
* Tags.
|
|
133
|
+
*/
|
|
134
|
+
tags?: pulumi.Input<pulumi.Input<inputs.ecs.CommandTag>[]>;
|
|
135
|
+
/**
|
|
136
|
+
* The timeout of the ecs command. Unit: seconds. Valid value range: 30~86400. Default is 300.
|
|
114
137
|
*/
|
|
115
138
|
timeout?: pulumi.Input<number>;
|
|
139
|
+
/**
|
|
140
|
+
* The type of the ecs command. Valid values: `Shell`, `Python`, `PowerShell`, `Bat`. Default is `Shell`.
|
|
141
|
+
*/
|
|
142
|
+
type?: pulumi.Input<string>;
|
|
116
143
|
/**
|
|
117
144
|
* The update time of the ecs command.
|
|
118
145
|
*/
|
|
@@ -138,14 +165,34 @@ export interface CommandArgs {
|
|
|
138
165
|
* The description of the ecs command.
|
|
139
166
|
*/
|
|
140
167
|
description?: pulumi.Input<string>;
|
|
168
|
+
/**
|
|
169
|
+
* Whether to enable custom parameter. Default is `false`.
|
|
170
|
+
*/
|
|
171
|
+
enableParameter?: pulumi.Input<boolean>;
|
|
141
172
|
/**
|
|
142
173
|
* The name of the ecs command.
|
|
143
174
|
*/
|
|
144
175
|
name?: pulumi.Input<string>;
|
|
145
176
|
/**
|
|
146
|
-
* The
|
|
177
|
+
* The custom parameter definitions of the ecs command.
|
|
178
|
+
*/
|
|
179
|
+
parameterDefinitions?: pulumi.Input<pulumi.Input<inputs.ecs.CommandParameterDefinition>[]>;
|
|
180
|
+
/**
|
|
181
|
+
* The project name of the ecs command.
|
|
182
|
+
*/
|
|
183
|
+
projectName?: pulumi.Input<string>;
|
|
184
|
+
/**
|
|
185
|
+
* Tags.
|
|
186
|
+
*/
|
|
187
|
+
tags?: pulumi.Input<pulumi.Input<inputs.ecs.CommandTag>[]>;
|
|
188
|
+
/**
|
|
189
|
+
* The timeout of the ecs command. Unit: seconds. Valid value range: 30~86400. Default is 300.
|
|
147
190
|
*/
|
|
148
191
|
timeout?: pulumi.Input<number>;
|
|
192
|
+
/**
|
|
193
|
+
* The type of the ecs command. Valid values: `Shell`, `Python`, `PowerShell`, `Bat`. Default is `Shell`.
|
|
194
|
+
*/
|
|
195
|
+
type?: pulumi.Input<string>;
|
|
149
196
|
/**
|
|
150
197
|
* The username of the ecs command.
|
|
151
198
|
*/
|
package/ecs/command.js
CHANGED
|
@@ -7,21 +7,6 @@ const pulumi = require("@pulumi/pulumi");
|
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
9
|
* Provides a resource to manage ecs command
|
|
10
|
-
* ## Example Usage
|
|
11
|
-
*
|
|
12
|
-
* ```typescript
|
|
13
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
-
* import * as volcengine from "@volcengine/pulumi";
|
|
15
|
-
*
|
|
16
|
-
* const foo = new volcengine.ecs.Command("foo", {
|
|
17
|
-
* commandContent: "IyEvYmluL2Jhc2gKCgplY2hvICJvcGVyYXRpb24gc3VjY2VzcyEi",
|
|
18
|
-
* description: "tf",
|
|
19
|
-
* timeout: 100,
|
|
20
|
-
* username: "root",
|
|
21
|
-
* workingDir: "/home",
|
|
22
|
-
* });
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
10
|
* ## Import
|
|
26
11
|
*
|
|
27
12
|
* EcsCommand can be imported using the id, e.g.
|
|
@@ -61,9 +46,14 @@ class Command extends pulumi.CustomResource {
|
|
|
61
46
|
resourceInputs["commandContent"] = state ? state.commandContent : undefined;
|
|
62
47
|
resourceInputs["createdAt"] = state ? state.createdAt : undefined;
|
|
63
48
|
resourceInputs["description"] = state ? state.description : undefined;
|
|
49
|
+
resourceInputs["enableParameter"] = state ? state.enableParameter : undefined;
|
|
64
50
|
resourceInputs["invocationTimes"] = state ? state.invocationTimes : undefined;
|
|
65
51
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
52
|
+
resourceInputs["parameterDefinitions"] = state ? state.parameterDefinitions : undefined;
|
|
53
|
+
resourceInputs["projectName"] = state ? state.projectName : undefined;
|
|
54
|
+
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
66
55
|
resourceInputs["timeout"] = state ? state.timeout : undefined;
|
|
56
|
+
resourceInputs["type"] = state ? state.type : undefined;
|
|
67
57
|
resourceInputs["updatedAt"] = state ? state.updatedAt : undefined;
|
|
68
58
|
resourceInputs["username"] = state ? state.username : undefined;
|
|
69
59
|
resourceInputs["workingDir"] = state ? state.workingDir : undefined;
|
|
@@ -75,8 +65,13 @@ class Command extends pulumi.CustomResource {
|
|
|
75
65
|
}
|
|
76
66
|
resourceInputs["commandContent"] = args ? args.commandContent : undefined;
|
|
77
67
|
resourceInputs["description"] = args ? args.description : undefined;
|
|
68
|
+
resourceInputs["enableParameter"] = args ? args.enableParameter : undefined;
|
|
78
69
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
70
|
+
resourceInputs["parameterDefinitions"] = args ? args.parameterDefinitions : undefined;
|
|
71
|
+
resourceInputs["projectName"] = args ? args.projectName : undefined;
|
|
72
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
79
73
|
resourceInputs["timeout"] = args ? args.timeout : undefined;
|
|
74
|
+
resourceInputs["type"] = args ? args.type : undefined;
|
|
80
75
|
resourceInputs["username"] = args ? args.username : undefined;
|
|
81
76
|
resourceInputs["workingDir"] = args ? args.workingDir : undefined;
|
|
82
77
|
resourceInputs["createdAt"] = undefined /*out*/;
|
package/ecs/command.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"command.js","sourceRoot":"","sources":["../../ecs/command.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"command.js","sourceRoot":"","sources":["../../ecs/command.ts"],"names":[],"mappings":"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"}
|
package/ecs/commands.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
2
3
|
import * as outputs from "../types/output";
|
|
3
4
|
/**
|
|
4
5
|
* Use this data source to query detailed information of ecs commands
|
|
@@ -43,6 +44,14 @@ export interface CommandsArgs {
|
|
|
43
44
|
* File name where to save data source results.
|
|
44
45
|
*/
|
|
45
46
|
outputFile?: string;
|
|
47
|
+
/**
|
|
48
|
+
* The project name of ecs command.
|
|
49
|
+
*/
|
|
50
|
+
projectName?: string;
|
|
51
|
+
/**
|
|
52
|
+
* Tags.
|
|
53
|
+
*/
|
|
54
|
+
tags?: inputs.ecs.CommandsTag[];
|
|
46
55
|
/**
|
|
47
56
|
* The type of ecs command. Valid values: `Shell`.
|
|
48
57
|
*/
|
|
@@ -69,12 +78,20 @@ export interface CommandsResult {
|
|
|
69
78
|
*/
|
|
70
79
|
readonly id: string;
|
|
71
80
|
/**
|
|
72
|
-
* The name of the
|
|
81
|
+
* The name of the custom parameter.
|
|
73
82
|
*/
|
|
74
83
|
readonly name?: string;
|
|
75
84
|
readonly nameRegex?: string;
|
|
76
85
|
readonly order?: string;
|
|
77
86
|
readonly outputFile?: string;
|
|
87
|
+
/**
|
|
88
|
+
* The project name of the ecs command.
|
|
89
|
+
*/
|
|
90
|
+
readonly projectName?: string;
|
|
91
|
+
/**
|
|
92
|
+
* Tags.
|
|
93
|
+
*/
|
|
94
|
+
readonly tags?: outputs.ecs.CommandsTag[];
|
|
78
95
|
/**
|
|
79
96
|
* The total count of query.
|
|
80
97
|
*/
|
|
@@ -127,6 +144,14 @@ export interface CommandsOutputArgs {
|
|
|
127
144
|
* File name where to save data source results.
|
|
128
145
|
*/
|
|
129
146
|
outputFile?: pulumi.Input<string>;
|
|
147
|
+
/**
|
|
148
|
+
* The project name of ecs command.
|
|
149
|
+
*/
|
|
150
|
+
projectName?: pulumi.Input<string>;
|
|
151
|
+
/**
|
|
152
|
+
* Tags.
|
|
153
|
+
*/
|
|
154
|
+
tags?: pulumi.Input<pulumi.Input<inputs.ecs.CommandsTagArgs>[]>;
|
|
130
155
|
/**
|
|
131
156
|
* The type of ecs command. Valid values: `Shell`.
|
|
132
157
|
*/
|
package/ecs/commands.js
CHANGED
package/ecs/commands.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"commands.js","sourceRoot":"","sources":["../../ecs/commands.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;AACH,qGAAqG;AACrG,SAAgB,QAAQ,CAAC,IAAmB,EAAE,IAA2B;IACrE,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,4GAA4G,CAAC,CAAA;IAC7H,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,kCAAkC,EAAE;QAC7D,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;
|
|
1
|
+
{"version":3,"file":"commands.js","sourceRoot":"","sources":["../../ecs/commands.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;AACH,qGAAqG;AACrG,SAAgB,QAAQ,CAAC,IAAmB,EAAE,IAA2B;IACrE,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,4GAA4G,CAAC,CAAA;IAC7H,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,kCAAkC,EAAE;QAC7D,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAhBD,4BAgBC;AAwFD;;;;;;;;;;;;GAYG;AACH,qGAAqG;AACrG,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAA2B;IACjF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,QAAQ,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACnE,CAAC;AAFD,wCAEC"}
|
package/ecs/getCommands.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
2
3
|
import * as outputs from "../types/output";
|
|
3
4
|
/**
|
|
4
5
|
* Use this data source to query detailed information of ecs commands
|
|
@@ -42,6 +43,14 @@ export interface GetCommandsArgs {
|
|
|
42
43
|
* File name where to save data source results.
|
|
43
44
|
*/
|
|
44
45
|
outputFile?: string;
|
|
46
|
+
/**
|
|
47
|
+
* The project name of ecs command.
|
|
48
|
+
*/
|
|
49
|
+
projectName?: string;
|
|
50
|
+
/**
|
|
51
|
+
* Tags.
|
|
52
|
+
*/
|
|
53
|
+
tags?: inputs.ecs.GetCommandsTag[];
|
|
45
54
|
/**
|
|
46
55
|
* The type of ecs command. Valid values: `Shell`.
|
|
47
56
|
*/
|
|
@@ -68,12 +77,20 @@ export interface GetCommandsResult {
|
|
|
68
77
|
*/
|
|
69
78
|
readonly id: string;
|
|
70
79
|
/**
|
|
71
|
-
* The name of the
|
|
80
|
+
* The name of the custom parameter.
|
|
72
81
|
*/
|
|
73
82
|
readonly name?: string;
|
|
74
83
|
readonly nameRegex?: string;
|
|
75
84
|
readonly order?: string;
|
|
76
85
|
readonly outputFile?: string;
|
|
86
|
+
/**
|
|
87
|
+
* The project name of the ecs command.
|
|
88
|
+
*/
|
|
89
|
+
readonly projectName?: string;
|
|
90
|
+
/**
|
|
91
|
+
* Tags.
|
|
92
|
+
*/
|
|
93
|
+
readonly tags?: outputs.ecs.GetCommandsTag[];
|
|
77
94
|
/**
|
|
78
95
|
* The total count of query.
|
|
79
96
|
*/
|
|
@@ -125,6 +142,14 @@ export interface GetCommandsOutputArgs {
|
|
|
125
142
|
* File name where to save data source results.
|
|
126
143
|
*/
|
|
127
144
|
outputFile?: pulumi.Input<string>;
|
|
145
|
+
/**
|
|
146
|
+
* The project name of ecs command.
|
|
147
|
+
*/
|
|
148
|
+
projectName?: pulumi.Input<string>;
|
|
149
|
+
/**
|
|
150
|
+
* Tags.
|
|
151
|
+
*/
|
|
152
|
+
tags?: pulumi.Input<pulumi.Input<inputs.ecs.GetCommandsTagArgs>[]>;
|
|
128
153
|
/**
|
|
129
154
|
* The type of ecs command. Valid values: `Shell`.
|
|
130
155
|
*/
|
package/ecs/getCommands.js
CHANGED
package/ecs/getCommands.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getCommands.js","sourceRoot":"","sources":["../../ecs/getCommands.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;AACH,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,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,wCAAwC,EAAE;QACnE,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;
|
|
1
|
+
{"version":3,"file":"getCommands.js","sourceRoot":"","sources":["../../ecs/getCommands.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;AACH,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,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,wCAAwC,EAAE;QACnE,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,kCAeC;AAwFD;;;;;;;;;;;;GAYG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAA2B;IACvF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,WAAW,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtE,CAAC;AAFD,8CAEC"}
|
package/ecs/getInvocations.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
2
3
|
import * as outputs from "../types/output";
|
|
3
4
|
/**
|
|
4
5
|
* Use this data source to query detailed information of ecs invocations
|
|
@@ -51,10 +52,18 @@ export interface GetInvocationsArgs {
|
|
|
51
52
|
* File name where to save data source results.
|
|
52
53
|
*/
|
|
53
54
|
outputFile?: string;
|
|
55
|
+
/**
|
|
56
|
+
* The project name of ecs invocation.
|
|
57
|
+
*/
|
|
58
|
+
projectName?: string;
|
|
54
59
|
/**
|
|
55
60
|
* The repeat mode of ecs invocation. Valid values: `Once`, `Rate`, `Fixed`.
|
|
56
61
|
*/
|
|
57
62
|
repeatMode?: string;
|
|
63
|
+
/**
|
|
64
|
+
* Tags.
|
|
65
|
+
*/
|
|
66
|
+
tags?: inputs.ecs.GetInvocationsTag[];
|
|
58
67
|
}
|
|
59
68
|
/**
|
|
60
69
|
* A collection of values returned by getInvocations.
|
|
@@ -94,10 +103,18 @@ export interface GetInvocationsResult {
|
|
|
94
103
|
readonly invocations: outputs.ecs.GetInvocationsInvocation[];
|
|
95
104
|
readonly nameRegex?: string;
|
|
96
105
|
readonly outputFile?: string;
|
|
106
|
+
/**
|
|
107
|
+
* The project name of the ecs invocation.
|
|
108
|
+
*/
|
|
109
|
+
readonly projectName?: string;
|
|
97
110
|
/**
|
|
98
111
|
* The repeat mode of the ecs invocation.
|
|
99
112
|
*/
|
|
100
113
|
readonly repeatMode?: string;
|
|
114
|
+
/**
|
|
115
|
+
* Tags.
|
|
116
|
+
*/
|
|
117
|
+
readonly tags?: outputs.ecs.GetInvocationsTag[];
|
|
101
118
|
/**
|
|
102
119
|
* The total count of query.
|
|
103
120
|
*/
|
|
@@ -154,8 +171,16 @@ export interface GetInvocationsOutputArgs {
|
|
|
154
171
|
* File name where to save data source results.
|
|
155
172
|
*/
|
|
156
173
|
outputFile?: pulumi.Input<string>;
|
|
174
|
+
/**
|
|
175
|
+
* The project name of ecs invocation.
|
|
176
|
+
*/
|
|
177
|
+
projectName?: pulumi.Input<string>;
|
|
157
178
|
/**
|
|
158
179
|
* The repeat mode of ecs invocation. Valid values: `Once`, `Rate`, `Fixed`.
|
|
159
180
|
*/
|
|
160
181
|
repeatMode?: pulumi.Input<string>;
|
|
182
|
+
/**
|
|
183
|
+
* Tags.
|
|
184
|
+
*/
|
|
185
|
+
tags?: pulumi.Input<pulumi.Input<inputs.ecs.GetInvocationsTagArgs>[]>;
|
|
161
186
|
}
|
package/ecs/getInvocations.js
CHANGED
|
@@ -31,7 +31,9 @@ function getInvocations(args, opts) {
|
|
|
31
31
|
"invocationStatuses": args.invocationStatuses,
|
|
32
32
|
"nameRegex": args.nameRegex,
|
|
33
33
|
"outputFile": args.outputFile,
|
|
34
|
+
"projectName": args.projectName,
|
|
34
35
|
"repeatMode": args.repeatMode,
|
|
36
|
+
"tags": args.tags,
|
|
35
37
|
}, opts);
|
|
36
38
|
}
|
|
37
39
|
exports.getInvocations = getInvocations;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getInvocations.js","sourceRoot":"","sources":["../../ecs/getInvocations.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAA2B;IACjF,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,8CAA8C,EAAE;QACzE,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;
|
|
1
|
+
{"version":3,"file":"getInvocations.js","sourceRoot":"","sources":["../../ecs/getInvocations.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAA2B;IACjF,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,8CAA8C,EAAE;QACzE,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAjBD,wCAiBC;AA2GD;;;;;;;;;;;;;GAaG;AACH,SAAgB,oBAAoB,CAAC,IAA+B,EAAE,IAA2B;IAC7F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACzE,CAAC;AAFD,oDAEC"}
|
package/ecs/instance.d.ts
CHANGED
|
@@ -169,6 +169,10 @@ export declare class Instance extends pulumi.CustomResource {
|
|
|
169
169
|
* The include data volumes flag of ECS instance.Only effective when change instance charge type.include_data_volumes.
|
|
170
170
|
*/
|
|
171
171
|
readonly includeDataVolumes: pulumi.Output<boolean | undefined>;
|
|
172
|
+
/**
|
|
173
|
+
* Whether to install the Run Command Agent. Default is false. This field is only effective when creating a new instance.
|
|
174
|
+
*/
|
|
175
|
+
readonly installRunCommandAgent: pulumi.Output<boolean | undefined>;
|
|
172
176
|
/**
|
|
173
177
|
* The charge type of ECS instance, the value can be `PrePaid` or `PostPaid`.
|
|
174
178
|
*/
|
|
@@ -303,6 +307,10 @@ export declare class Instance extends pulumi.CustomResource {
|
|
|
303
307
|
* The user data of ECS instance, this field must be encrypted with base64.
|
|
304
308
|
*/
|
|
305
309
|
readonly userData: pulumi.Output<string>;
|
|
310
|
+
/**
|
|
311
|
+
* The volume ID list of ECS instance.
|
|
312
|
+
*/
|
|
313
|
+
readonly volumeIds: pulumi.Output<string[]>;
|
|
306
314
|
/**
|
|
307
315
|
* The VPC ID of ECS instance.
|
|
308
316
|
*/
|
|
@@ -391,6 +399,10 @@ export interface InstanceState {
|
|
|
391
399
|
* The include data volumes flag of ECS instance.Only effective when change instance charge type.include_data_volumes.
|
|
392
400
|
*/
|
|
393
401
|
includeDataVolumes?: pulumi.Input<boolean>;
|
|
402
|
+
/**
|
|
403
|
+
* Whether to install the Run Command Agent. Default is false. This field is only effective when creating a new instance.
|
|
404
|
+
*/
|
|
405
|
+
installRunCommandAgent?: pulumi.Input<boolean>;
|
|
394
406
|
/**
|
|
395
407
|
* The charge type of ECS instance, the value can be `PrePaid` or `PostPaid`.
|
|
396
408
|
*/
|
|
@@ -525,6 +537,10 @@ export interface InstanceState {
|
|
|
525
537
|
* The user data of ECS instance, this field must be encrypted with base64.
|
|
526
538
|
*/
|
|
527
539
|
userData?: pulumi.Input<string>;
|
|
540
|
+
/**
|
|
541
|
+
* The volume ID list of ECS instance.
|
|
542
|
+
*/
|
|
543
|
+
volumeIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
528
544
|
/**
|
|
529
545
|
* The VPC ID of ECS instance.
|
|
530
546
|
*/
|
|
@@ -589,6 +605,10 @@ export interface InstanceArgs {
|
|
|
589
605
|
* The include data volumes flag of ECS instance.Only effective when change instance charge type.include_data_volumes.
|
|
590
606
|
*/
|
|
591
607
|
includeDataVolumes?: pulumi.Input<boolean>;
|
|
608
|
+
/**
|
|
609
|
+
* Whether to install the Run Command Agent. Default is false. This field is only effective when creating a new instance.
|
|
610
|
+
*/
|
|
611
|
+
installRunCommandAgent?: pulumi.Input<boolean>;
|
|
592
612
|
/**
|
|
593
613
|
* The charge type of ECS instance, the value can be `PrePaid` or `PostPaid`.
|
|
594
614
|
*/
|
package/ecs/instance.js
CHANGED
|
@@ -134,6 +134,7 @@ class Instance extends pulumi.CustomResource {
|
|
|
134
134
|
resourceInputs["hpcClusterId"] = state ? state.hpcClusterId : undefined;
|
|
135
135
|
resourceInputs["imageId"] = state ? state.imageId : undefined;
|
|
136
136
|
resourceInputs["includeDataVolumes"] = state ? state.includeDataVolumes : undefined;
|
|
137
|
+
resourceInputs["installRunCommandAgent"] = state ? state.installRunCommandAgent : undefined;
|
|
137
138
|
resourceInputs["instanceChargeType"] = state ? state.instanceChargeType : undefined;
|
|
138
139
|
resourceInputs["instanceId"] = state ? state.instanceId : undefined;
|
|
139
140
|
resourceInputs["instanceName"] = state ? state.instanceName : undefined;
|
|
@@ -166,6 +167,7 @@ class Instance extends pulumi.CustomResource {
|
|
|
166
167
|
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
167
168
|
resourceInputs["updatedAt"] = state ? state.updatedAt : undefined;
|
|
168
169
|
resourceInputs["userData"] = state ? state.userData : undefined;
|
|
170
|
+
resourceInputs["volumeIds"] = state ? state.volumeIds : undefined;
|
|
169
171
|
resourceInputs["vpcId"] = state ? state.vpcId : undefined;
|
|
170
172
|
resourceInputs["zoneId"] = state ? state.zoneId : undefined;
|
|
171
173
|
}
|
|
@@ -201,6 +203,7 @@ class Instance extends pulumi.CustomResource {
|
|
|
201
203
|
resourceInputs["hpcClusterId"] = args ? args.hpcClusterId : undefined;
|
|
202
204
|
resourceInputs["imageId"] = args ? args.imageId : undefined;
|
|
203
205
|
resourceInputs["includeDataVolumes"] = args ? args.includeDataVolumes : undefined;
|
|
206
|
+
resourceInputs["installRunCommandAgent"] = args ? args.installRunCommandAgent : undefined;
|
|
204
207
|
resourceInputs["instanceChargeType"] = args ? args.instanceChargeType : undefined;
|
|
205
208
|
resourceInputs["instanceName"] = args ? args.instanceName : undefined;
|
|
206
209
|
resourceInputs["instanceType"] = args ? args.instanceType : undefined;
|
|
@@ -238,6 +241,7 @@ class Instance extends pulumi.CustomResource {
|
|
|
238
241
|
resourceInputs["stoppedMode"] = undefined /*out*/;
|
|
239
242
|
resourceInputs["systemVolumeId"] = undefined /*out*/;
|
|
240
243
|
resourceInputs["updatedAt"] = undefined /*out*/;
|
|
244
|
+
resourceInputs["volumeIds"] = undefined /*out*/;
|
|
241
245
|
resourceInputs["vpcId"] = undefined /*out*/;
|
|
242
246
|
}
|
|
243
247
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|