@volcengine/pulumi-volcenginecc 0.0.26 → 0.0.28
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/cen/cen.d.ts +3 -17
- package/cen/cen.js +2 -17
- package/cen/cen.js.map +1 -1
- package/cen/getCen.d.ts +4 -0
- package/cen/getCen.js.map +1 -1
- package/clb/getNlb.d.ts +4 -0
- package/clb/getNlb.js.map +1 -1
- package/clb/nlb.d.ts +8 -0
- package/clb/nlb.js +2 -0
- package/clb/nlb.js.map +1 -1
- package/ecs/getLaunchTemplate.d.ts +2 -2
- package/ecs/getLaunchTemplate.js +2 -2
- package/ecs/getLaunchTemplateVersion.d.ts +2 -2
- package/ecs/getLaunchTemplateVersion.js +2 -2
- package/ecs/getLaunchTemplateVersions.d.ts +2 -2
- package/ecs/getLaunchTemplateVersions.js +2 -2
- package/ecs/getLaunchTemplates.d.ts +2 -2
- package/ecs/getLaunchTemplates.js +2 -2
- package/emr/getNodeGroup.d.ts +117 -0
- package/emr/getNodeGroup.js +28 -0
- package/emr/getNodeGroup.js.map +1 -0
- package/emr/getNodeGroups.d.ts +22 -0
- package/emr/getNodeGroups.js +24 -0
- package/emr/getNodeGroups.js.map +1 -0
- package/emr/index.d.ts +9 -0
- package/emr/index.js +12 -1
- package/emr/index.js.map +1 -1
- package/emr/nodeGroup.d.ts +239 -0
- package/emr/nodeGroup.js +111 -0
- package/emr/nodeGroup.js.map +1 -0
- package/kafka/getInstance.d.ts +165 -0
- package/kafka/getInstance.js +28 -0
- package/kafka/getInstance.js.map +1 -0
- package/kafka/getInstances.d.ts +22 -0
- package/kafka/getInstances.js +24 -0
- package/kafka/getInstances.js.map +1 -0
- package/kafka/index.d.ts +9 -0
- package/kafka/index.js +12 -1
- package/kafka/index.js.map +1 -1
- package/kafka/instance.d.ts +364 -0
- package/kafka/instance.js +135 -0
- package/kafka/instance.js.map +1 -0
- package/package.json +1 -1
- package/privatezone/getRecord.d.ts +4 -0
- package/privatezone/getRecord.js.map +1 -1
- package/privatezone/record.d.ts +12 -0
- package/privatezone/record.js +2 -0
- package/privatezone/record.js.map +1 -1
- package/rdsmssql/getAllowList.d.ts +2 -2
- package/rdsmssql/getAllowList.js +2 -2
- package/rdsmssql/getAllowLists.d.ts +2 -2
- package/rdsmssql/getAllowLists.js +2 -2
- package/rocketmq/allowList.d.ts +0 -26
- package/rocketmq/allowList.js +0 -16
- package/rocketmq/allowList.js.map +1 -1
- package/rocketmq/getAllowList.d.ts +0 -4
- package/rocketmq/getAllowList.js.map +1 -1
- package/types/input.d.ts +271 -0
- package/types/output.d.ts +562 -0
- package/vedbm/allowList.d.ts +146 -0
- package/vedbm/allowList.js +79 -0
- package/vedbm/allowList.js.map +1 -0
- package/vedbm/getAllowList.d.ts +77 -0
- package/vedbm/getAllowList.js +28 -0
- package/vedbm/getAllowList.js.map +1 -0
- package/vedbm/getAllowLists.d.ts +22 -0
- package/vedbm/getAllowLists.js +24 -0
- package/vedbm/getAllowLists.js.map +1 -0
- package/vedbm/index.d.ts +9 -0
- package/vedbm/index.js +12 -1
- package/vedbm/index.js.map +1 -1
- package/vke/cluster.d.ts +10 -2
- package/vke/cluster.js +3 -1
- package/vke/cluster.js.map +1 -1
- package/vke/getCluster.d.ts +4 -0
- package/vke/getCluster.js.map +1 -1
package/cen/cen.d.ts
CHANGED
|
@@ -4,23 +4,6 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* 云企业网(Cloud Enterprise Network,CEN)提供一种能够快速构建跨地域私有网络(VPC)与云下数据中心(IDC)之间高速、优质、稳定的网络能力,帮助您打造一张具有企业级规模和通信能力的全球云上网络。
|
|
6
6
|
*
|
|
7
|
-
* ## Example Usage
|
|
8
|
-
*
|
|
9
|
-
* ```typescript
|
|
10
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
-
* import * as volcenginecc from "@volcengine/pulumi-volcenginecc";
|
|
12
|
-
*
|
|
13
|
-
* const cENCENDemo = new volcenginecc.cen.Cen("CENCENDemo", {
|
|
14
|
-
* cenName: "CENCENDemo",
|
|
15
|
-
* description: "CENCENDemo descripiton",
|
|
16
|
-
* projectName: "iac",
|
|
17
|
-
* tags: [{
|
|
18
|
-
* key: "dev",
|
|
19
|
-
* value: "test",
|
|
20
|
-
* }],
|
|
21
|
-
* });
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
7
|
* ## Import
|
|
25
8
|
*
|
|
26
9
|
* ```sh
|
|
@@ -67,6 +50,7 @@ export declare class Cen extends pulumi.CustomResource {
|
|
|
67
50
|
* CEN实例的描述信息。必须以字母、数字或中文开头,可包含字母、数字、中文和以下特殊字符:英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、中划线(-)、中文逗号(,)、中文句号(。)。长度限制为0~255个字符。不填则默认为空。
|
|
68
51
|
*/
|
|
69
52
|
readonly description: pulumi.Output<string>;
|
|
53
|
+
readonly instances: pulumi.Output<outputs.cen.CenInstance[]>;
|
|
70
54
|
/**
|
|
71
55
|
* CEN实例所属项目的名称。不填则默认为default。
|
|
72
56
|
*/
|
|
@@ -117,6 +101,7 @@ export interface CenState {
|
|
|
117
101
|
* CEN实例的描述信息。必须以字母、数字或中文开头,可包含字母、数字、中文和以下特殊字符:英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、中划线(-)、中文逗号(,)、中文句号(。)。长度限制为0~255个字符。不填则默认为空。
|
|
118
102
|
*/
|
|
119
103
|
description?: pulumi.Input<string>;
|
|
104
|
+
instances?: pulumi.Input<pulumi.Input<inputs.cen.CenInstance>[]>;
|
|
120
105
|
/**
|
|
121
106
|
* CEN实例所属项目的名称。不填则默认为default。
|
|
122
107
|
*/
|
|
@@ -143,6 +128,7 @@ export interface CenArgs {
|
|
|
143
128
|
* CEN实例的描述信息。必须以字母、数字或中文开头,可包含字母、数字、中文和以下特殊字符:英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、中划线(-)、中文逗号(,)、中文句号(。)。长度限制为0~255个字符。不填则默认为空。
|
|
144
129
|
*/
|
|
145
130
|
description?: pulumi.Input<string>;
|
|
131
|
+
instances?: pulumi.Input<pulumi.Input<inputs.cen.CenInstance>[]>;
|
|
146
132
|
/**
|
|
147
133
|
* CEN实例所属项目的名称。不填则默认为default。
|
|
148
134
|
*/
|
package/cen/cen.js
CHANGED
|
@@ -8,23 +8,6 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* 云企业网(Cloud Enterprise Network,CEN)提供一种能够快速构建跨地域私有网络(VPC)与云下数据中心(IDC)之间高速、优质、稳定的网络能力,帮助您打造一张具有企业级规模和通信能力的全球云上网络。
|
|
10
10
|
*
|
|
11
|
-
* ## Example Usage
|
|
12
|
-
*
|
|
13
|
-
* ```typescript
|
|
14
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
-
* import * as volcenginecc from "@volcengine/pulumi-volcenginecc";
|
|
16
|
-
*
|
|
17
|
-
* const cENCENDemo = new volcenginecc.cen.Cen("CENCENDemo", {
|
|
18
|
-
* cenName: "CENCENDemo",
|
|
19
|
-
* description: "CENCENDemo descripiton",
|
|
20
|
-
* projectName: "iac",
|
|
21
|
-
* tags: [{
|
|
22
|
-
* key: "dev",
|
|
23
|
-
* value: "test",
|
|
24
|
-
* }],
|
|
25
|
-
* });
|
|
26
|
-
* ```
|
|
27
|
-
*
|
|
28
11
|
* ## Import
|
|
29
12
|
*
|
|
30
13
|
* ```sh
|
|
@@ -65,6 +48,7 @@ class Cen extends pulumi.CustomResource {
|
|
|
65
48
|
resourceInputs["cenName"] = state ? state.cenName : undefined;
|
|
66
49
|
resourceInputs["creationTime"] = state ? state.creationTime : undefined;
|
|
67
50
|
resourceInputs["description"] = state ? state.description : undefined;
|
|
51
|
+
resourceInputs["instances"] = state ? state.instances : undefined;
|
|
68
52
|
resourceInputs["projectName"] = state ? state.projectName : undefined;
|
|
69
53
|
resourceInputs["status"] = state ? state.status : undefined;
|
|
70
54
|
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
@@ -74,6 +58,7 @@ class Cen extends pulumi.CustomResource {
|
|
|
74
58
|
const args = argsOrState;
|
|
75
59
|
resourceInputs["cenName"] = args ? args.cenName : undefined;
|
|
76
60
|
resourceInputs["description"] = args ? args.description : undefined;
|
|
61
|
+
resourceInputs["instances"] = args ? args.instances : undefined;
|
|
77
62
|
resourceInputs["projectName"] = args ? args.projectName : undefined;
|
|
78
63
|
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
79
64
|
resourceInputs["accountId"] = undefined /*out*/;
|
package/cen/cen.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cen.js","sourceRoot":"","sources":["../../cen/cen.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"cen.js","sourceRoot":"","sources":["../../cen/cen.ts"],"names":[],"mappings":"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"}
|
package/cen/getCen.d.ts
CHANGED
package/cen/getCen.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getCen.js","sourceRoot":"","sources":["../../cen/getCen.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,MAAM,CAAC,IAAgB,EAAE,IAA2B;IAChE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE;QAC3D,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wBAKC;
|
|
1
|
+
{"version":3,"file":"getCen.js","sourceRoot":"","sources":["../../cen/getCen.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,MAAM,CAAC,IAAgB,EAAE,IAA2B;IAChE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE;QAC3D,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wBAKC;AAiED;;GAEG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAAiC;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gCAAgC,EAAE;QACjE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oCAKC"}
|
package/clb/getNlb.d.ts
CHANGED
package/clb/getNlb.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getNlb.js","sourceRoot":"","sources":["../../clb/getNlb.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,MAAM,CAAC,IAAgB,EAAE,IAA2B;IAChE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE;QAC3D,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wBAKC;
|
|
1
|
+
{"version":3,"file":"getNlb.js","sourceRoot":"","sources":["../../clb/getNlb.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,MAAM,CAAC,IAAgB,EAAE,IAA2B;IAChE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE;QAC3D,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wBAKC;AAiID;;GAEG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAAiC;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gCAAgC,EAAE;QACjE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oCAKC"}
|
package/clb/nlb.d.ts
CHANGED
|
@@ -26,6 +26,10 @@ export declare class Nlb extends pulumi.CustomResource {
|
|
|
26
26
|
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
27
27
|
*/
|
|
28
28
|
static isInstance(obj: any): obj is Nlb;
|
|
29
|
+
/**
|
|
30
|
+
* NLB实例的访问日志信息。
|
|
31
|
+
*/
|
|
32
|
+
readonly accessLog: pulumi.Output<outputs.clb.NlbAccessLog>;
|
|
29
33
|
/**
|
|
30
34
|
* NLB实例所属的账号ID。
|
|
31
35
|
*/
|
|
@@ -137,6 +141,10 @@ export declare class Nlb extends pulumi.CustomResource {
|
|
|
137
141
|
* Input properties used for looking up and filtering Nlb resources.
|
|
138
142
|
*/
|
|
139
143
|
export interface NlbState {
|
|
144
|
+
/**
|
|
145
|
+
* NLB实例的访问日志信息。
|
|
146
|
+
*/
|
|
147
|
+
accessLog?: pulumi.Input<inputs.clb.NlbAccessLog>;
|
|
140
148
|
/**
|
|
141
149
|
* NLB实例所属的账号ID。
|
|
142
150
|
*/
|
package/clb/nlb.js
CHANGED
|
@@ -42,6 +42,7 @@ class Nlb extends pulumi.CustomResource {
|
|
|
42
42
|
opts = opts || {};
|
|
43
43
|
if (opts.id) {
|
|
44
44
|
const state = argsOrState;
|
|
45
|
+
resourceInputs["accessLog"] = state ? state.accessLog : undefined;
|
|
45
46
|
resourceInputs["accountId"] = state ? state.accountId : undefined;
|
|
46
47
|
resourceInputs["billingStatus"] = state ? state.billingStatus : undefined;
|
|
47
48
|
resourceInputs["billingType"] = state ? state.billingType : undefined;
|
|
@@ -98,6 +99,7 @@ class Nlb extends pulumi.CustomResource {
|
|
|
98
99
|
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
99
100
|
resourceInputs["vpcId"] = args ? args.vpcId : undefined;
|
|
100
101
|
resourceInputs["zoneMappings"] = args ? args.zoneMappings : undefined;
|
|
102
|
+
resourceInputs["accessLog"] = undefined /*out*/;
|
|
101
103
|
resourceInputs["billingStatus"] = undefined /*out*/;
|
|
102
104
|
resourceInputs["billingType"] = undefined /*out*/;
|
|
103
105
|
resourceInputs["createdTime"] = undefined /*out*/;
|
package/clb/nlb.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nlb.js","sourceRoot":"","sources":["../../clb/nlb.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;GAQG;AACH,MAAa,GAAI,SAAQ,MAAM,CAAC,cAAc;IAC1C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAgB,EAAE,IAAmC;QAC9G,OAAO,IAAI,GAAG,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC1D,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,GAAG,CAAC,YAAY,CAAC;IACpD,CAAC;
|
|
1
|
+
{"version":3,"file":"nlb.js","sourceRoot":"","sources":["../../clb/nlb.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "../types/output";
|
|
3
3
|
/**
|
|
4
|
-
* Data Source schema for Volcengine::ECS::
|
|
4
|
+
* Data Source schema for Volcengine::ECS::LaunchTemplate
|
|
5
5
|
*/
|
|
6
6
|
export declare function getLaunchTemplate(args: GetLaunchTemplateArgs, opts?: pulumi.InvokeOptions): Promise<GetLaunchTemplateResult>;
|
|
7
7
|
/**
|
|
@@ -59,7 +59,7 @@ export interface GetLaunchTemplateResult {
|
|
|
59
59
|
readonly updatedAt: string;
|
|
60
60
|
}
|
|
61
61
|
/**
|
|
62
|
-
* Data Source schema for Volcengine::ECS::
|
|
62
|
+
* Data Source schema for Volcengine::ECS::LaunchTemplate
|
|
63
63
|
*/
|
|
64
64
|
export declare function getLaunchTemplateOutput(args: GetLaunchTemplateOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetLaunchTemplateResult>;
|
|
65
65
|
/**
|
package/ecs/getLaunchTemplate.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getLaunchTemplateOutput = exports.getLaunchTemplate = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Data Source schema for Volcengine::ECS::
|
|
9
|
+
* Data Source schema for Volcengine::ECS::LaunchTemplate
|
|
10
10
|
*/
|
|
11
11
|
function getLaunchTemplate(args, opts) {
|
|
12
12
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -16,7 +16,7 @@ function getLaunchTemplate(args, opts) {
|
|
|
16
16
|
}
|
|
17
17
|
exports.getLaunchTemplate = getLaunchTemplate;
|
|
18
18
|
/**
|
|
19
|
-
* Data Source schema for Volcengine::ECS::
|
|
19
|
+
* Data Source schema for Volcengine::ECS::LaunchTemplate
|
|
20
20
|
*/
|
|
21
21
|
function getLaunchTemplateOutput(args, opts) {
|
|
22
22
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "../types/output";
|
|
3
3
|
/**
|
|
4
|
-
* Data Source schema for Volcengine::ECS::
|
|
4
|
+
* Data Source schema for Volcengine::ECS::LaunchTemplateVersion
|
|
5
5
|
*/
|
|
6
6
|
export declare function getLaunchTemplateVersion(args: GetLaunchTemplateVersionArgs, opts?: pulumi.InvokeOptions): Promise<GetLaunchTemplateVersionResult>;
|
|
7
7
|
/**
|
|
@@ -139,7 +139,7 @@ export interface GetLaunchTemplateVersionResult {
|
|
|
139
139
|
readonly zoneId: string;
|
|
140
140
|
}
|
|
141
141
|
/**
|
|
142
|
-
* Data Source schema for Volcengine::ECS::
|
|
142
|
+
* Data Source schema for Volcengine::ECS::LaunchTemplateVersion
|
|
143
143
|
*/
|
|
144
144
|
export declare function getLaunchTemplateVersionOutput(args: GetLaunchTemplateVersionOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetLaunchTemplateVersionResult>;
|
|
145
145
|
/**
|
|
@@ -6,7 +6,7 @@ exports.getLaunchTemplateVersionOutput = exports.getLaunchTemplateVersion = void
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Data Source schema for Volcengine::ECS::
|
|
9
|
+
* Data Source schema for Volcengine::ECS::LaunchTemplateVersion
|
|
10
10
|
*/
|
|
11
11
|
function getLaunchTemplateVersion(args, opts) {
|
|
12
12
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -16,7 +16,7 @@ function getLaunchTemplateVersion(args, opts) {
|
|
|
16
16
|
}
|
|
17
17
|
exports.getLaunchTemplateVersion = getLaunchTemplateVersion;
|
|
18
18
|
/**
|
|
19
|
-
* Data Source schema for Volcengine::ECS::
|
|
19
|
+
* Data Source schema for Volcengine::ECS::LaunchTemplateVersion
|
|
20
20
|
*/
|
|
21
21
|
function getLaunchTemplateVersionOutput(args, opts) {
|
|
22
22
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* Plural Data Source schema for Volcengine::ECS::
|
|
3
|
+
* Plural Data Source schema for Volcengine::ECS::LaunchTemplateVersion
|
|
4
4
|
*/
|
|
5
5
|
export declare function getLaunchTemplateVersions(opts?: pulumi.InvokeOptions): Promise<GetLaunchTemplateVersionsResult>;
|
|
6
6
|
/**
|
|
@@ -17,6 +17,6 @@ export interface GetLaunchTemplateVersionsResult {
|
|
|
17
17
|
readonly ids: string[];
|
|
18
18
|
}
|
|
19
19
|
/**
|
|
20
|
-
* Plural Data Source schema for Volcengine::ECS::
|
|
20
|
+
* Plural Data Source schema for Volcengine::ECS::LaunchTemplateVersion
|
|
21
21
|
*/
|
|
22
22
|
export declare function getLaunchTemplateVersionsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetLaunchTemplateVersionsResult>;
|
|
@@ -6,7 +6,7 @@ exports.getLaunchTemplateVersionsOutput = exports.getLaunchTemplateVersions = vo
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Plural Data Source schema for Volcengine::ECS::
|
|
9
|
+
* Plural Data Source schema for Volcengine::ECS::LaunchTemplateVersion
|
|
10
10
|
*/
|
|
11
11
|
function getLaunchTemplateVersions(opts) {
|
|
12
12
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -14,7 +14,7 @@ function getLaunchTemplateVersions(opts) {
|
|
|
14
14
|
}
|
|
15
15
|
exports.getLaunchTemplateVersions = getLaunchTemplateVersions;
|
|
16
16
|
/**
|
|
17
|
-
* Plural Data Source schema for Volcengine::ECS::
|
|
17
|
+
* Plural Data Source schema for Volcengine::ECS::LaunchTemplateVersion
|
|
18
18
|
*/
|
|
19
19
|
function getLaunchTemplateVersionsOutput(opts) {
|
|
20
20
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* Plural Data Source schema for Volcengine::ECS::
|
|
3
|
+
* Plural Data Source schema for Volcengine::ECS::LaunchTemplate
|
|
4
4
|
*/
|
|
5
5
|
export declare function getLaunchTemplates(opts?: pulumi.InvokeOptions): Promise<GetLaunchTemplatesResult>;
|
|
6
6
|
/**
|
|
@@ -17,6 +17,6 @@ export interface GetLaunchTemplatesResult {
|
|
|
17
17
|
readonly ids: string[];
|
|
18
18
|
}
|
|
19
19
|
/**
|
|
20
|
-
* Plural Data Source schema for Volcengine::ECS::
|
|
20
|
+
* Plural Data Source schema for Volcengine::ECS::LaunchTemplate
|
|
21
21
|
*/
|
|
22
22
|
export declare function getLaunchTemplatesOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetLaunchTemplatesResult>;
|
|
@@ -6,7 +6,7 @@ exports.getLaunchTemplatesOutput = exports.getLaunchTemplates = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Plural Data Source schema for Volcengine::ECS::
|
|
9
|
+
* Plural Data Source schema for Volcengine::ECS::LaunchTemplate
|
|
10
10
|
*/
|
|
11
11
|
function getLaunchTemplates(opts) {
|
|
12
12
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -14,7 +14,7 @@ function getLaunchTemplates(opts) {
|
|
|
14
14
|
}
|
|
15
15
|
exports.getLaunchTemplates = getLaunchTemplates;
|
|
16
16
|
/**
|
|
17
|
-
* Plural Data Source schema for Volcengine::ECS::
|
|
17
|
+
* Plural Data Source schema for Volcengine::ECS::LaunchTemplate
|
|
18
18
|
*/
|
|
19
19
|
function getLaunchTemplatesOutput(opts) {
|
|
20
20
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Volcengine::EMR::NodeGroup
|
|
5
|
+
*/
|
|
6
|
+
export declare function getNodeGroup(args: GetNodeGroupArgs, opts?: pulumi.InvokeOptions): Promise<GetNodeGroupResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getNodeGroup.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetNodeGroupArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getNodeGroup.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetNodeGroupResult {
|
|
20
|
+
/**
|
|
21
|
+
* 当前节点组可布局的组件名称列表。
|
|
22
|
+
*/
|
|
23
|
+
readonly applicationLayouts: outputs.emr.GetNodeGroupApplicationLayout[];
|
|
24
|
+
/**
|
|
25
|
+
* 包周期付费配置。
|
|
26
|
+
*/
|
|
27
|
+
readonly chargePreConfig: outputs.emr.GetNodeGroupChargePreConfig;
|
|
28
|
+
/**
|
|
29
|
+
* 付费类型。PRE表示包月,POST表示按量计费。
|
|
30
|
+
*/
|
|
31
|
+
readonly chargeType: string;
|
|
32
|
+
/**
|
|
33
|
+
* 集群ID。
|
|
34
|
+
*/
|
|
35
|
+
readonly clusterId: string;
|
|
36
|
+
/**
|
|
37
|
+
* 创建时间。
|
|
38
|
+
*/
|
|
39
|
+
readonly createdTime: number;
|
|
40
|
+
/**
|
|
41
|
+
* 数据盘配置。
|
|
42
|
+
*/
|
|
43
|
+
readonly dataDisks: outputs.emr.GetNodeGroupDataDisk[];
|
|
44
|
+
/**
|
|
45
|
+
* ECS实例规格列表。当前修改仅支持单个实例规格。
|
|
46
|
+
*/
|
|
47
|
+
readonly ecsInstanceTypes: string[];
|
|
48
|
+
/**
|
|
49
|
+
* Uniquely identifies the resource.
|
|
50
|
+
*/
|
|
51
|
+
readonly id: string;
|
|
52
|
+
/**
|
|
53
|
+
* 返回的节点组组件的自定义配置参数列表。
|
|
54
|
+
*/
|
|
55
|
+
readonly layoutComponentNames: string[];
|
|
56
|
+
/**
|
|
57
|
+
* 节点数量。取值范围:1~1000。
|
|
58
|
+
*/
|
|
59
|
+
readonly nodeCount: number;
|
|
60
|
+
/**
|
|
61
|
+
* 节点组ID。
|
|
62
|
+
*/
|
|
63
|
+
readonly nodeGroupId: string;
|
|
64
|
+
/**
|
|
65
|
+
* 节点组名称。
|
|
66
|
+
*/
|
|
67
|
+
readonly nodeGroupName: string;
|
|
68
|
+
/**
|
|
69
|
+
* 节点组状态。RUNNING:运行中。EXTENDING:扩容中。REDUCING:缩容中。DISK_EXTENDING:磁盘扩容中。MODIFYING:变配中。
|
|
70
|
+
*/
|
|
71
|
+
readonly nodeGroupState: string;
|
|
72
|
+
/**
|
|
73
|
+
* 节点组类型。
|
|
74
|
+
*/
|
|
75
|
+
readonly nodeGroupType: string;
|
|
76
|
+
/**
|
|
77
|
+
* 节点列表。
|
|
78
|
+
*/
|
|
79
|
+
readonly nodes: outputs.emr.GetNodeGroupNode[];
|
|
80
|
+
/**
|
|
81
|
+
* 子网ID列表。
|
|
82
|
+
*/
|
|
83
|
+
readonly subnetIds: string[];
|
|
84
|
+
/**
|
|
85
|
+
* 系统盘。
|
|
86
|
+
*/
|
|
87
|
+
readonly systemDisk: outputs.emr.GetNodeGroupSystemDisk;
|
|
88
|
+
/**
|
|
89
|
+
* 待扩容的目标磁盘大小,最小60GB,最大2048GB,单位GB。
|
|
90
|
+
*/
|
|
91
|
+
readonly targetDiskSize: number;
|
|
92
|
+
/**
|
|
93
|
+
* 集群终止时间。
|
|
94
|
+
*/
|
|
95
|
+
readonly terminateTime: string;
|
|
96
|
+
/**
|
|
97
|
+
* ECS是否附带公网IP。
|
|
98
|
+
*/
|
|
99
|
+
readonly withPublicIp: boolean;
|
|
100
|
+
/**
|
|
101
|
+
* zoneId,为空时默认复用集群的zoneId。
|
|
102
|
+
*/
|
|
103
|
+
readonly zoneId: string;
|
|
104
|
+
}
|
|
105
|
+
/**
|
|
106
|
+
* Data Source schema for Volcengine::EMR::NodeGroup
|
|
107
|
+
*/
|
|
108
|
+
export declare function getNodeGroupOutput(args: GetNodeGroupOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetNodeGroupResult>;
|
|
109
|
+
/**
|
|
110
|
+
* A collection of arguments for invoking getNodeGroup.
|
|
111
|
+
*/
|
|
112
|
+
export interface GetNodeGroupOutputArgs {
|
|
113
|
+
/**
|
|
114
|
+
* Uniquely identifies the resource.
|
|
115
|
+
*/
|
|
116
|
+
id: pulumi.Input<string>;
|
|
117
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
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.getNodeGroupOutput = exports.getNodeGroup = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::EMR::NodeGroup
|
|
10
|
+
*/
|
|
11
|
+
function getNodeGroup(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:emr/getNodeGroup:getNodeGroup", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getNodeGroup = getNodeGroup;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::EMR::NodeGroup
|
|
20
|
+
*/
|
|
21
|
+
function getNodeGroupOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:emr/getNodeGroup:getNodeGroup", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getNodeGroupOutput = getNodeGroupOutput;
|
|
28
|
+
//# sourceMappingURL=getNodeGroup.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getNodeGroup.js","sourceRoot":"","sources":["../../emr/getNodeGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oCAKC;AAqGD;;GAEG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAAiC;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4CAA4C,EAAE;QAC7E,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gDAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::EMR::NodeGroup
|
|
4
|
+
*/
|
|
5
|
+
export declare function getNodeGroups(opts?: pulumi.InvokeOptions): Promise<GetNodeGroupsResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getNodeGroups.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetNodeGroupsResult {
|
|
10
|
+
/**
|
|
11
|
+
* Uniquely identifies the data source.
|
|
12
|
+
*/
|
|
13
|
+
readonly id: string;
|
|
14
|
+
/**
|
|
15
|
+
* Set of Resource Identifiers.
|
|
16
|
+
*/
|
|
17
|
+
readonly ids: string[];
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Plural Data Source schema for Volcengine::EMR::NodeGroup
|
|
21
|
+
*/
|
|
22
|
+
export declare function getNodeGroupsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetNodeGroupsResult>;
|
|
@@ -0,0 +1,24 @@
|
|
|
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.getNodeGroupsOutput = exports.getNodeGroups = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::EMR::NodeGroup
|
|
10
|
+
*/
|
|
11
|
+
function getNodeGroups(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:emr/getNodeGroups:getNodeGroups", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getNodeGroups = getNodeGroups;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::EMR::NodeGroup
|
|
18
|
+
*/
|
|
19
|
+
function getNodeGroupsOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:emr/getNodeGroups:getNodeGroups", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getNodeGroupsOutput = getNodeGroupsOutput;
|
|
24
|
+
//# sourceMappingURL=getNodeGroups.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getNodeGroups.js","sourceRoot":"","sources":["../../emr/getNodeGroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,aAAa,CAAC,IAA2B;IACrD,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,EAC5E,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,sCAIC;AAeD;;GAEG;AACH,SAAgB,mBAAmB,CAAC,IAAiC;IACjE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8CAA8C,EAAE,EAClF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,kDAIC"}
|
package/emr/index.d.ts
CHANGED
|
@@ -25,3 +25,12 @@ export declare const getClusterUsersOutput: typeof import("./getClusterUsers").g
|
|
|
25
25
|
export { GetClustersResult } from "./getClusters";
|
|
26
26
|
export declare const getClusters: typeof import("./getClusters").getClusters;
|
|
27
27
|
export declare const getClustersOutput: typeof import("./getClusters").getClustersOutput;
|
|
28
|
+
export { GetNodeGroupArgs, GetNodeGroupResult, GetNodeGroupOutputArgs } from "./getNodeGroup";
|
|
29
|
+
export declare const getNodeGroup: typeof import("./getNodeGroup").getNodeGroup;
|
|
30
|
+
export declare const getNodeGroupOutput: typeof import("./getNodeGroup").getNodeGroupOutput;
|
|
31
|
+
export { GetNodeGroupsResult } from "./getNodeGroups";
|
|
32
|
+
export declare const getNodeGroups: typeof import("./getNodeGroups").getNodeGroups;
|
|
33
|
+
export declare const getNodeGroupsOutput: typeof import("./getNodeGroups").getNodeGroupsOutput;
|
|
34
|
+
export { NodeGroupArgs, NodeGroupState } from "./nodeGroup";
|
|
35
|
+
export type NodeGroup = import("./nodeGroup").NodeGroup;
|
|
36
|
+
export declare const NodeGroup: typeof import("./nodeGroup").NodeGroup;
|
package/emr/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.getClustersOutput = exports.getClusters = exports.getClusterUsersOutput = exports.getClusterUsers = exports.getClusterUserGroupsOutput = exports.getClusterUserGroups = exports.getClusterUserGroupOutput = exports.getClusterUserGroup = exports.getClusterUserOutput = exports.getClusterUser = exports.getClusterOutput = exports.getCluster = exports.ClusterUserGroup = exports.ClusterUser = exports.Cluster = void 0;
|
|
5
|
+
exports.NodeGroup = exports.getNodeGroupsOutput = exports.getNodeGroups = exports.getNodeGroupOutput = exports.getNodeGroup = exports.getClustersOutput = exports.getClusters = exports.getClusterUsersOutput = exports.getClusterUsers = exports.getClusterUserGroupsOutput = exports.getClusterUserGroups = exports.getClusterUserGroupOutput = exports.getClusterUserGroup = exports.getClusterUserOutput = exports.getClusterUser = exports.getClusterOutput = exports.getCluster = exports.ClusterUserGroup = exports.ClusterUser = exports.Cluster = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
exports.Cluster = null;
|
|
@@ -29,6 +29,14 @@ utilities.lazyLoad(exports, ["getClusterUsers", "getClusterUsersOutput"], () =>
|
|
|
29
29
|
exports.getClusters = null;
|
|
30
30
|
exports.getClustersOutput = null;
|
|
31
31
|
utilities.lazyLoad(exports, ["getClusters", "getClustersOutput"], () => require("./getClusters"));
|
|
32
|
+
exports.getNodeGroup = null;
|
|
33
|
+
exports.getNodeGroupOutput = null;
|
|
34
|
+
utilities.lazyLoad(exports, ["getNodeGroup", "getNodeGroupOutput"], () => require("./getNodeGroup"));
|
|
35
|
+
exports.getNodeGroups = null;
|
|
36
|
+
exports.getNodeGroupsOutput = null;
|
|
37
|
+
utilities.lazyLoad(exports, ["getNodeGroups", "getNodeGroupsOutput"], () => require("./getNodeGroups"));
|
|
38
|
+
exports.NodeGroup = null;
|
|
39
|
+
utilities.lazyLoad(exports, ["NodeGroup"], () => require("./nodeGroup"));
|
|
32
40
|
const _module = {
|
|
33
41
|
version: utilities.getVersion(),
|
|
34
42
|
construct: (name, type, urn) => {
|
|
@@ -39,6 +47,8 @@ const _module = {
|
|
|
39
47
|
return new exports.ClusterUser(name, undefined, { urn });
|
|
40
48
|
case "volcenginecc:emr/clusterUserGroup:ClusterUserGroup":
|
|
41
49
|
return new exports.ClusterUserGroup(name, undefined, { urn });
|
|
50
|
+
case "volcenginecc:emr/nodeGroup:NodeGroup":
|
|
51
|
+
return new exports.NodeGroup(name, undefined, { urn });
|
|
42
52
|
default:
|
|
43
53
|
throw new Error(`unknown resource type ${type}`);
|
|
44
54
|
}
|
|
@@ -47,4 +57,5 @@ const _module = {
|
|
|
47
57
|
pulumi.runtime.registerResourceModule("volcenginecc", "emr/cluster", _module);
|
|
48
58
|
pulumi.runtime.registerResourceModule("volcenginecc", "emr/clusterUser", _module);
|
|
49
59
|
pulumi.runtime.registerResourceModule("volcenginecc", "emr/clusterUserGroup", _module);
|
|
60
|
+
pulumi.runtime.registerResourceModule("volcenginecc", "emr/nodeGroup", _module);
|
|
50
61
|
//# sourceMappingURL=index.js.map
|
package/emr/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../emr/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,OAAO,GAAuC,IAAW,CAAC;AACvE,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,SAAS,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC;AAIxD,QAAA,WAAW,GAA+C,IAAW,CAAC;AACnF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,aAAa,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC;AAIhE,QAAA,gBAAgB,GAAyD,IAAW,CAAC;AAClG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,kBAAkB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC,CAAC;AAG1E,QAAA,UAAU,GAA6C,IAAW,CAAC;AACnE,QAAA,gBAAgB,GAAmD,IAAW,CAAC;AAC5F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,YAAY,EAAC,kBAAkB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC,CAAC;AAGjF,QAAA,cAAc,GAAqD,IAAW,CAAC;AAC/E,QAAA,oBAAoB,GAA2D,IAAW,CAAC;AACxG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,gBAAgB,EAAC,sBAAsB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,kBAAkB,CAAC,CAAC,CAAC;AAG7F,QAAA,mBAAmB,GAA+D,IAAW,CAAC;AAC9F,QAAA,yBAAyB,GAAqE,IAAW,CAAC;AACvH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,qBAAqB,EAAC,2BAA2B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,uBAAuB,CAAC,CAAC,CAAC;AAG5G,QAAA,oBAAoB,GAAiE,IAAW,CAAC;AACjG,QAAA,0BAA0B,GAAuE,IAAW,CAAC;AAC1H,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,sBAAsB,EAAC,4BAA4B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,wBAAwB,CAAC,CAAC,CAAC;AAG/G,QAAA,eAAe,GAAuD,IAAW,CAAC;AAClF,QAAA,qBAAqB,GAA6D,IAAW,CAAC;AAC3G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,iBAAiB,EAAC,uBAAuB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC,CAAC;AAGhG,QAAA,WAAW,GAA+C,IAAW,CAAC;AACtE,QAAA,iBAAiB,GAAqD,IAAW,CAAC;AAC/F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,aAAa,EAAC,mBAAmB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../emr/index.ts"],"names":[],"mappings":"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"}
|