@volcengine/pulumi-volcenginecc 0.0.27 → 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/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/package.json +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/types/input.d.ts +120 -0
- package/types/output.d.ts +252 -0
|
@@ -0,0 +1,239 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* E-MapReduce集群由多个不同类型的实例节点组成,包括主实例节点(Master)、核心实例节点(Core)和计算实例节点(Task)。不同实例节点上部署的服务进程不同,负责完成的任务也不同。
|
|
6
|
+
*
|
|
7
|
+
* ## Import
|
|
8
|
+
*
|
|
9
|
+
* ```sh
|
|
10
|
+
* $ pulumi import volcenginecc:emr/nodeGroup:NodeGroup example "cluster_id|node_group_id"
|
|
11
|
+
* ```
|
|
12
|
+
*/
|
|
13
|
+
export declare class NodeGroup extends pulumi.CustomResource {
|
|
14
|
+
/**
|
|
15
|
+
* Get an existing NodeGroup resource's state with the given name, ID, and optional extra
|
|
16
|
+
* properties used to qualify the lookup.
|
|
17
|
+
*
|
|
18
|
+
* @param name The _unique_ name of the resulting resource.
|
|
19
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
20
|
+
* @param state Any extra arguments used during the lookup.
|
|
21
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
22
|
+
*/
|
|
23
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: NodeGroupState, opts?: pulumi.CustomResourceOptions): NodeGroup;
|
|
24
|
+
/**
|
|
25
|
+
* Returns true if the given object is an instance of NodeGroup. This is designed to work even
|
|
26
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
27
|
+
*/
|
|
28
|
+
static isInstance(obj: any): obj is NodeGroup;
|
|
29
|
+
readonly applicationLayouts: pulumi.Output<outputs.emr.NodeGroupApplicationLayout[]>;
|
|
30
|
+
/**
|
|
31
|
+
* 包周期付费配置。
|
|
32
|
+
*/
|
|
33
|
+
readonly chargePreConfig: pulumi.Output<outputs.emr.NodeGroupChargePreConfig>;
|
|
34
|
+
/**
|
|
35
|
+
* 付费类型。PRE表示包月,POST表示按量计费。
|
|
36
|
+
*/
|
|
37
|
+
readonly chargeType: pulumi.Output<string>;
|
|
38
|
+
/**
|
|
39
|
+
* 集群ID。
|
|
40
|
+
*/
|
|
41
|
+
readonly clusterId: pulumi.Output<string>;
|
|
42
|
+
/**
|
|
43
|
+
* 创建时间。
|
|
44
|
+
*/
|
|
45
|
+
readonly createdTime: pulumi.Output<number>;
|
|
46
|
+
readonly dataDisks: pulumi.Output<outputs.emr.NodeGroupDataDisk[]>;
|
|
47
|
+
/**
|
|
48
|
+
* ECS实例规格列表。当前修改仅支持单个实例规格。
|
|
49
|
+
*/
|
|
50
|
+
readonly ecsInstanceTypes: pulumi.Output<string[]>;
|
|
51
|
+
/**
|
|
52
|
+
* 返回的节点组组件的自定义配置参数列表。
|
|
53
|
+
*/
|
|
54
|
+
readonly layoutComponentNames: pulumi.Output<string[]>;
|
|
55
|
+
/**
|
|
56
|
+
* 节点数量。取值范围:1~1000。
|
|
57
|
+
*/
|
|
58
|
+
readonly nodeCount: pulumi.Output<number>;
|
|
59
|
+
/**
|
|
60
|
+
* 节点组ID。
|
|
61
|
+
*/
|
|
62
|
+
readonly nodeGroupId: pulumi.Output<string>;
|
|
63
|
+
/**
|
|
64
|
+
* 节点组名称。
|
|
65
|
+
*/
|
|
66
|
+
readonly nodeGroupName: pulumi.Output<string>;
|
|
67
|
+
/**
|
|
68
|
+
* 节点组状态。RUNNING:运行中。EXTENDING:扩容中。REDUCING:缩容中。DISK_EXTENDING:磁盘扩容中。MODIFYING:变配中。
|
|
69
|
+
*/
|
|
70
|
+
readonly nodeGroupState: pulumi.Output<string>;
|
|
71
|
+
/**
|
|
72
|
+
* 节点组类型。
|
|
73
|
+
*/
|
|
74
|
+
readonly nodeGroupType: pulumi.Output<string>;
|
|
75
|
+
readonly nodes: pulumi.Output<outputs.emr.NodeGroupNode[]>;
|
|
76
|
+
/**
|
|
77
|
+
* 子网ID列表。
|
|
78
|
+
*/
|
|
79
|
+
readonly subnetIds: pulumi.Output<string[]>;
|
|
80
|
+
/**
|
|
81
|
+
* 系统盘。
|
|
82
|
+
*/
|
|
83
|
+
readonly systemDisk: pulumi.Output<outputs.emr.NodeGroupSystemDisk>;
|
|
84
|
+
/**
|
|
85
|
+
* 待扩容的目标磁盘大小,最小60GB,最大2048GB,单位GB。
|
|
86
|
+
*/
|
|
87
|
+
readonly targetDiskSize: pulumi.Output<number>;
|
|
88
|
+
/**
|
|
89
|
+
* 集群终止时间。
|
|
90
|
+
*/
|
|
91
|
+
readonly terminateTime: pulumi.Output<string>;
|
|
92
|
+
/**
|
|
93
|
+
* ECS是否附带公网IP。
|
|
94
|
+
*/
|
|
95
|
+
readonly withPublicIp: pulumi.Output<boolean>;
|
|
96
|
+
/**
|
|
97
|
+
* zoneId,为空时默认复用集群的zoneId。
|
|
98
|
+
*/
|
|
99
|
+
readonly zoneId: pulumi.Output<string>;
|
|
100
|
+
/**
|
|
101
|
+
* Create a NodeGroup resource with the given unique name, arguments, and options.
|
|
102
|
+
*
|
|
103
|
+
* @param name The _unique_ name of the resource.
|
|
104
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
105
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
106
|
+
*/
|
|
107
|
+
constructor(name: string, args: NodeGroupArgs, opts?: pulumi.CustomResourceOptions);
|
|
108
|
+
}
|
|
109
|
+
/**
|
|
110
|
+
* Input properties used for looking up and filtering NodeGroup resources.
|
|
111
|
+
*/
|
|
112
|
+
export interface NodeGroupState {
|
|
113
|
+
applicationLayouts?: pulumi.Input<pulumi.Input<inputs.emr.NodeGroupApplicationLayout>[]>;
|
|
114
|
+
/**
|
|
115
|
+
* 包周期付费配置。
|
|
116
|
+
*/
|
|
117
|
+
chargePreConfig?: pulumi.Input<inputs.emr.NodeGroupChargePreConfig>;
|
|
118
|
+
/**
|
|
119
|
+
* 付费类型。PRE表示包月,POST表示按量计费。
|
|
120
|
+
*/
|
|
121
|
+
chargeType?: pulumi.Input<string>;
|
|
122
|
+
/**
|
|
123
|
+
* 集群ID。
|
|
124
|
+
*/
|
|
125
|
+
clusterId?: pulumi.Input<string>;
|
|
126
|
+
/**
|
|
127
|
+
* 创建时间。
|
|
128
|
+
*/
|
|
129
|
+
createdTime?: pulumi.Input<number>;
|
|
130
|
+
dataDisks?: pulumi.Input<pulumi.Input<inputs.emr.NodeGroupDataDisk>[]>;
|
|
131
|
+
/**
|
|
132
|
+
* ECS实例规格列表。当前修改仅支持单个实例规格。
|
|
133
|
+
*/
|
|
134
|
+
ecsInstanceTypes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
135
|
+
/**
|
|
136
|
+
* 返回的节点组组件的自定义配置参数列表。
|
|
137
|
+
*/
|
|
138
|
+
layoutComponentNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
139
|
+
/**
|
|
140
|
+
* 节点数量。取值范围:1~1000。
|
|
141
|
+
*/
|
|
142
|
+
nodeCount?: pulumi.Input<number>;
|
|
143
|
+
/**
|
|
144
|
+
* 节点组ID。
|
|
145
|
+
*/
|
|
146
|
+
nodeGroupId?: pulumi.Input<string>;
|
|
147
|
+
/**
|
|
148
|
+
* 节点组名称。
|
|
149
|
+
*/
|
|
150
|
+
nodeGroupName?: pulumi.Input<string>;
|
|
151
|
+
/**
|
|
152
|
+
* 节点组状态。RUNNING:运行中。EXTENDING:扩容中。REDUCING:缩容中。DISK_EXTENDING:磁盘扩容中。MODIFYING:变配中。
|
|
153
|
+
*/
|
|
154
|
+
nodeGroupState?: pulumi.Input<string>;
|
|
155
|
+
/**
|
|
156
|
+
* 节点组类型。
|
|
157
|
+
*/
|
|
158
|
+
nodeGroupType?: pulumi.Input<string>;
|
|
159
|
+
nodes?: pulumi.Input<pulumi.Input<inputs.emr.NodeGroupNode>[]>;
|
|
160
|
+
/**
|
|
161
|
+
* 子网ID列表。
|
|
162
|
+
*/
|
|
163
|
+
subnetIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
164
|
+
/**
|
|
165
|
+
* 系统盘。
|
|
166
|
+
*/
|
|
167
|
+
systemDisk?: pulumi.Input<inputs.emr.NodeGroupSystemDisk>;
|
|
168
|
+
/**
|
|
169
|
+
* 待扩容的目标磁盘大小,最小60GB,最大2048GB,单位GB。
|
|
170
|
+
*/
|
|
171
|
+
targetDiskSize?: pulumi.Input<number>;
|
|
172
|
+
/**
|
|
173
|
+
* 集群终止时间。
|
|
174
|
+
*/
|
|
175
|
+
terminateTime?: pulumi.Input<string>;
|
|
176
|
+
/**
|
|
177
|
+
* ECS是否附带公网IP。
|
|
178
|
+
*/
|
|
179
|
+
withPublicIp?: pulumi.Input<boolean>;
|
|
180
|
+
/**
|
|
181
|
+
* zoneId,为空时默认复用集群的zoneId。
|
|
182
|
+
*/
|
|
183
|
+
zoneId?: pulumi.Input<string>;
|
|
184
|
+
}
|
|
185
|
+
/**
|
|
186
|
+
* The set of arguments for constructing a NodeGroup resource.
|
|
187
|
+
*/
|
|
188
|
+
export interface NodeGroupArgs {
|
|
189
|
+
applicationLayouts?: pulumi.Input<pulumi.Input<inputs.emr.NodeGroupApplicationLayout>[]>;
|
|
190
|
+
/**
|
|
191
|
+
* 包周期付费配置。
|
|
192
|
+
*/
|
|
193
|
+
chargePreConfig?: pulumi.Input<inputs.emr.NodeGroupChargePreConfig>;
|
|
194
|
+
/**
|
|
195
|
+
* 付费类型。PRE表示包月,POST表示按量计费。
|
|
196
|
+
*/
|
|
197
|
+
chargeType: pulumi.Input<string>;
|
|
198
|
+
/**
|
|
199
|
+
* 集群ID。
|
|
200
|
+
*/
|
|
201
|
+
clusterId: pulumi.Input<string>;
|
|
202
|
+
dataDisks?: pulumi.Input<pulumi.Input<inputs.emr.NodeGroupDataDisk>[]>;
|
|
203
|
+
/**
|
|
204
|
+
* ECS实例规格列表。当前修改仅支持单个实例规格。
|
|
205
|
+
*/
|
|
206
|
+
ecsInstanceTypes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
207
|
+
/**
|
|
208
|
+
* 节点数量。取值范围:1~1000。
|
|
209
|
+
*/
|
|
210
|
+
nodeCount: pulumi.Input<number>;
|
|
211
|
+
/**
|
|
212
|
+
* 节点组名称。
|
|
213
|
+
*/
|
|
214
|
+
nodeGroupName: pulumi.Input<string>;
|
|
215
|
+
/**
|
|
216
|
+
* 节点组类型。
|
|
217
|
+
*/
|
|
218
|
+
nodeGroupType: pulumi.Input<string>;
|
|
219
|
+
/**
|
|
220
|
+
* 子网ID列表。
|
|
221
|
+
*/
|
|
222
|
+
subnetIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
223
|
+
/**
|
|
224
|
+
* 系统盘。
|
|
225
|
+
*/
|
|
226
|
+
systemDisk?: pulumi.Input<inputs.emr.NodeGroupSystemDisk>;
|
|
227
|
+
/**
|
|
228
|
+
* 待扩容的目标磁盘大小,最小60GB,最大2048GB,单位GB。
|
|
229
|
+
*/
|
|
230
|
+
targetDiskSize?: pulumi.Input<number>;
|
|
231
|
+
/**
|
|
232
|
+
* ECS是否附带公网IP。
|
|
233
|
+
*/
|
|
234
|
+
withPublicIp?: pulumi.Input<boolean>;
|
|
235
|
+
/**
|
|
236
|
+
* zoneId,为空时默认复用集群的zoneId。
|
|
237
|
+
*/
|
|
238
|
+
zoneId?: pulumi.Input<string>;
|
|
239
|
+
}
|
package/emr/nodeGroup.js
ADDED
|
@@ -0,0 +1,111 @@
|
|
|
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.NodeGroup = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* E-MapReduce集群由多个不同类型的实例节点组成,包括主实例节点(Master)、核心实例节点(Core)和计算实例节点(Task)。不同实例节点上部署的服务进程不同,负责完成的任务也不同。
|
|
10
|
+
*
|
|
11
|
+
* ## Import
|
|
12
|
+
*
|
|
13
|
+
* ```sh
|
|
14
|
+
* $ pulumi import volcenginecc:emr/nodeGroup:NodeGroup example "cluster_id|node_group_id"
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
class NodeGroup extends pulumi.CustomResource {
|
|
18
|
+
/**
|
|
19
|
+
* Get an existing NodeGroup resource's state with the given name, ID, and optional extra
|
|
20
|
+
* properties used to qualify the lookup.
|
|
21
|
+
*
|
|
22
|
+
* @param name The _unique_ name of the resulting resource.
|
|
23
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
24
|
+
* @param state Any extra arguments used during the lookup.
|
|
25
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
26
|
+
*/
|
|
27
|
+
static get(name, id, state, opts) {
|
|
28
|
+
return new NodeGroup(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Returns true if the given object is an instance of NodeGroup. This is designed to work even
|
|
32
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
33
|
+
*/
|
|
34
|
+
static isInstance(obj) {
|
|
35
|
+
if (obj === undefined || obj === null) {
|
|
36
|
+
return false;
|
|
37
|
+
}
|
|
38
|
+
return obj['__pulumiType'] === NodeGroup.__pulumiType;
|
|
39
|
+
}
|
|
40
|
+
constructor(name, argsOrState, opts) {
|
|
41
|
+
let resourceInputs = {};
|
|
42
|
+
opts = opts || {};
|
|
43
|
+
if (opts.id) {
|
|
44
|
+
const state = argsOrState;
|
|
45
|
+
resourceInputs["applicationLayouts"] = state ? state.applicationLayouts : undefined;
|
|
46
|
+
resourceInputs["chargePreConfig"] = state ? state.chargePreConfig : undefined;
|
|
47
|
+
resourceInputs["chargeType"] = state ? state.chargeType : undefined;
|
|
48
|
+
resourceInputs["clusterId"] = state ? state.clusterId : undefined;
|
|
49
|
+
resourceInputs["createdTime"] = state ? state.createdTime : undefined;
|
|
50
|
+
resourceInputs["dataDisks"] = state ? state.dataDisks : undefined;
|
|
51
|
+
resourceInputs["ecsInstanceTypes"] = state ? state.ecsInstanceTypes : undefined;
|
|
52
|
+
resourceInputs["layoutComponentNames"] = state ? state.layoutComponentNames : undefined;
|
|
53
|
+
resourceInputs["nodeCount"] = state ? state.nodeCount : undefined;
|
|
54
|
+
resourceInputs["nodeGroupId"] = state ? state.nodeGroupId : undefined;
|
|
55
|
+
resourceInputs["nodeGroupName"] = state ? state.nodeGroupName : undefined;
|
|
56
|
+
resourceInputs["nodeGroupState"] = state ? state.nodeGroupState : undefined;
|
|
57
|
+
resourceInputs["nodeGroupType"] = state ? state.nodeGroupType : undefined;
|
|
58
|
+
resourceInputs["nodes"] = state ? state.nodes : undefined;
|
|
59
|
+
resourceInputs["subnetIds"] = state ? state.subnetIds : undefined;
|
|
60
|
+
resourceInputs["systemDisk"] = state ? state.systemDisk : undefined;
|
|
61
|
+
resourceInputs["targetDiskSize"] = state ? state.targetDiskSize : undefined;
|
|
62
|
+
resourceInputs["terminateTime"] = state ? state.terminateTime : undefined;
|
|
63
|
+
resourceInputs["withPublicIp"] = state ? state.withPublicIp : undefined;
|
|
64
|
+
resourceInputs["zoneId"] = state ? state.zoneId : undefined;
|
|
65
|
+
}
|
|
66
|
+
else {
|
|
67
|
+
const args = argsOrState;
|
|
68
|
+
if ((!args || args.chargeType === undefined) && !opts.urn) {
|
|
69
|
+
throw new Error("Missing required property 'chargeType'");
|
|
70
|
+
}
|
|
71
|
+
if ((!args || args.clusterId === undefined) && !opts.urn) {
|
|
72
|
+
throw new Error("Missing required property 'clusterId'");
|
|
73
|
+
}
|
|
74
|
+
if ((!args || args.nodeCount === undefined) && !opts.urn) {
|
|
75
|
+
throw new Error("Missing required property 'nodeCount'");
|
|
76
|
+
}
|
|
77
|
+
if ((!args || args.nodeGroupName === undefined) && !opts.urn) {
|
|
78
|
+
throw new Error("Missing required property 'nodeGroupName'");
|
|
79
|
+
}
|
|
80
|
+
if ((!args || args.nodeGroupType === undefined) && !opts.urn) {
|
|
81
|
+
throw new Error("Missing required property 'nodeGroupType'");
|
|
82
|
+
}
|
|
83
|
+
resourceInputs["applicationLayouts"] = args ? args.applicationLayouts : undefined;
|
|
84
|
+
resourceInputs["chargePreConfig"] = args ? args.chargePreConfig : undefined;
|
|
85
|
+
resourceInputs["chargeType"] = args ? args.chargeType : undefined;
|
|
86
|
+
resourceInputs["clusterId"] = args ? args.clusterId : undefined;
|
|
87
|
+
resourceInputs["dataDisks"] = args ? args.dataDisks : undefined;
|
|
88
|
+
resourceInputs["ecsInstanceTypes"] = args ? args.ecsInstanceTypes : undefined;
|
|
89
|
+
resourceInputs["nodeCount"] = args ? args.nodeCount : undefined;
|
|
90
|
+
resourceInputs["nodeGroupName"] = args ? args.nodeGroupName : undefined;
|
|
91
|
+
resourceInputs["nodeGroupType"] = args ? args.nodeGroupType : undefined;
|
|
92
|
+
resourceInputs["subnetIds"] = args ? args.subnetIds : undefined;
|
|
93
|
+
resourceInputs["systemDisk"] = args ? args.systemDisk : undefined;
|
|
94
|
+
resourceInputs["targetDiskSize"] = args ? args.targetDiskSize : undefined;
|
|
95
|
+
resourceInputs["withPublicIp"] = args ? args.withPublicIp : undefined;
|
|
96
|
+
resourceInputs["zoneId"] = args ? args.zoneId : undefined;
|
|
97
|
+
resourceInputs["createdTime"] = undefined /*out*/;
|
|
98
|
+
resourceInputs["layoutComponentNames"] = undefined /*out*/;
|
|
99
|
+
resourceInputs["nodeGroupId"] = undefined /*out*/;
|
|
100
|
+
resourceInputs["nodeGroupState"] = undefined /*out*/;
|
|
101
|
+
resourceInputs["nodes"] = undefined /*out*/;
|
|
102
|
+
resourceInputs["terminateTime"] = undefined /*out*/;
|
|
103
|
+
}
|
|
104
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
105
|
+
super(NodeGroup.__pulumiType, name, resourceInputs, opts);
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
exports.NodeGroup = NodeGroup;
|
|
109
|
+
/** @internal */
|
|
110
|
+
NodeGroup.__pulumiType = 'volcenginecc:emr/nodeGroup:NodeGroup';
|
|
111
|
+
//# sourceMappingURL=nodeGroup.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"nodeGroup.js","sourceRoot":"","sources":["../../emr/nodeGroup.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -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::RDSMsSQL::
|
|
4
|
+
* Data Source schema for Volcengine::RDSMsSQL::AllowList
|
|
5
5
|
*/
|
|
6
6
|
export declare function getAllowList(args: GetAllowListArgs, opts?: pulumi.InvokeOptions): Promise<GetAllowListResult>;
|
|
7
7
|
/**
|
|
@@ -71,7 +71,7 @@ export interface GetAllowListResult {
|
|
|
71
71
|
readonly userAllowList: string;
|
|
72
72
|
}
|
|
73
73
|
/**
|
|
74
|
-
* Data Source schema for Volcengine::RDSMsSQL::
|
|
74
|
+
* Data Source schema for Volcengine::RDSMsSQL::AllowList
|
|
75
75
|
*/
|
|
76
76
|
export declare function getAllowListOutput(args: GetAllowListOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAllowListResult>;
|
|
77
77
|
/**
|
package/rdsmssql/getAllowList.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getAllowListOutput = exports.getAllowList = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Data Source schema for Volcengine::RDSMsSQL::
|
|
9
|
+
* Data Source schema for Volcengine::RDSMsSQL::AllowList
|
|
10
10
|
*/
|
|
11
11
|
function getAllowList(args, opts) {
|
|
12
12
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -16,7 +16,7 @@ function getAllowList(args, opts) {
|
|
|
16
16
|
}
|
|
17
17
|
exports.getAllowList = getAllowList;
|
|
18
18
|
/**
|
|
19
|
-
* Data Source schema for Volcengine::RDSMsSQL::
|
|
19
|
+
* Data Source schema for Volcengine::RDSMsSQL::AllowList
|
|
20
20
|
*/
|
|
21
21
|
function getAllowListOutput(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::RDSMsSQL::
|
|
3
|
+
* Plural Data Source schema for Volcengine::RDSMsSQL::AllowList
|
|
4
4
|
*/
|
|
5
5
|
export declare function getAllowLists(opts?: pulumi.InvokeOptions): Promise<GetAllowListsResult>;
|
|
6
6
|
/**
|
|
@@ -17,6 +17,6 @@ export interface GetAllowListsResult {
|
|
|
17
17
|
readonly ids: string[];
|
|
18
18
|
}
|
|
19
19
|
/**
|
|
20
|
-
* Plural Data Source schema for Volcengine::RDSMsSQL::
|
|
20
|
+
* Plural Data Source schema for Volcengine::RDSMsSQL::AllowList
|
|
21
21
|
*/
|
|
22
22
|
export declare function getAllowListsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAllowListsResult>;
|
|
@@ -6,7 +6,7 @@ exports.getAllowListsOutput = exports.getAllowLists = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Plural Data Source schema for Volcengine::RDSMsSQL::
|
|
9
|
+
* Plural Data Source schema for Volcengine::RDSMsSQL::AllowList
|
|
10
10
|
*/
|
|
11
11
|
function getAllowLists(opts) {
|
|
12
12
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -14,7 +14,7 @@ function getAllowLists(opts) {
|
|
|
14
14
|
}
|
|
15
15
|
exports.getAllowLists = getAllowLists;
|
|
16
16
|
/**
|
|
17
|
-
* Plural Data Source schema for Volcengine::RDSMsSQL::
|
|
17
|
+
* Plural Data Source schema for Volcengine::RDSMsSQL::AllowList
|
|
18
18
|
*/
|
|
19
19
|
function getAllowListsOutput(opts) {
|
|
20
20
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
package/types/input.d.ts
CHANGED
|
@@ -3788,6 +3788,24 @@ export declare namespace cdn {
|
|
|
3788
3788
|
}
|
|
3789
3789
|
}
|
|
3790
3790
|
export declare namespace cen {
|
|
3791
|
+
interface CenInstance {
|
|
3792
|
+
/**
|
|
3793
|
+
* 网络实例的ID。
|
|
3794
|
+
*/
|
|
3795
|
+
instanceId?: pulumi.Input<string>;
|
|
3796
|
+
/**
|
|
3797
|
+
* 网络实例所属账号的ID。
|
|
3798
|
+
*/
|
|
3799
|
+
instanceOwnerId?: pulumi.Input<string>;
|
|
3800
|
+
/**
|
|
3801
|
+
* 网络实例所在的地域。
|
|
3802
|
+
*/
|
|
3803
|
+
instanceRegionId?: pulumi.Input<string>;
|
|
3804
|
+
/**
|
|
3805
|
+
* 网络实例的类型。
|
|
3806
|
+
*/
|
|
3807
|
+
instanceType?: pulumi.Input<string>;
|
|
3808
|
+
}
|
|
3791
3809
|
interface CenTag {
|
|
3792
3810
|
/**
|
|
3793
3811
|
* 用户标签的标签键。长度限制为1~128个字符。大小写敏感,不能以空格开头或结尾。允许包含字母、数字、空格()、下划线(_)、点号(.)、半角冒号(:)、斜杠(/)、等号(=)、加号(+)、减号(-)和@。同一资源的标签键不允许重复
|
|
@@ -5829,6 +5847,108 @@ export declare namespace emr {
|
|
|
5829
5847
|
*/
|
|
5830
5848
|
value?: pulumi.Input<string>;
|
|
5831
5849
|
}
|
|
5850
|
+
interface NodeGroupApplicationLayout {
|
|
5851
|
+
/**
|
|
5852
|
+
* 应用名称。
|
|
5853
|
+
*/
|
|
5854
|
+
applicationName?: pulumi.Input<string>;
|
|
5855
|
+
/**
|
|
5856
|
+
* 组件的自定义配置参数列表。
|
|
5857
|
+
*/
|
|
5858
|
+
layoutComponentNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
5859
|
+
}
|
|
5860
|
+
interface NodeGroupChargePreConfig {
|
|
5861
|
+
/**
|
|
5862
|
+
* 是否开启自动续费。
|
|
5863
|
+
*/
|
|
5864
|
+
autoRenew?: pulumi.Input<boolean>;
|
|
5865
|
+
/**
|
|
5866
|
+
* 自动续费触发时的续费时长,当autoRenew=true时,默认值=1。
|
|
5867
|
+
*/
|
|
5868
|
+
autoRenewPeriod?: pulumi.Input<number>;
|
|
5869
|
+
/**
|
|
5870
|
+
* 自动续费触发时的续费时长单位,当autoRenew=true时,默认值=Month。取值范围:Month:月。Year:年。
|
|
5871
|
+
*/
|
|
5872
|
+
autoRenewPeriodUnit?: pulumi.Input<string>;
|
|
5873
|
+
/**
|
|
5874
|
+
* chargeType=PRE默认值=1,包月的购买时长单位。
|
|
5875
|
+
*/
|
|
5876
|
+
chargePeriod?: pulumi.Input<number>;
|
|
5877
|
+
/**
|
|
5878
|
+
* chargeType=PRE时,默认值=Month,包月的购买时长单位。取值范围:Month:月。Year:年。
|
|
5879
|
+
*/
|
|
5880
|
+
chargePeriodUnit?: pulumi.Input<string>;
|
|
5881
|
+
/**
|
|
5882
|
+
* 付费类型,枚举值:POST,PRE。
|
|
5883
|
+
*/
|
|
5884
|
+
chargeType?: pulumi.Input<string>;
|
|
5885
|
+
}
|
|
5886
|
+
interface NodeGroupDataDisk {
|
|
5887
|
+
/**
|
|
5888
|
+
* 磁盘块数,默认值4,最大15,最小1。
|
|
5889
|
+
*/
|
|
5890
|
+
count?: pulumi.Input<number>;
|
|
5891
|
+
/**
|
|
5892
|
+
* 磁盘大小,默认值80GB,最小60GB,最大2048GB,单位GB。
|
|
5893
|
+
*/
|
|
5894
|
+
size?: pulumi.Input<number>;
|
|
5895
|
+
/**
|
|
5896
|
+
* 磁盘类型。ESSD*PL0 :极速型SSD*PL0。ESSD*PL1 :极速型SSD*PL1。ESSD*PL2 :极速型SSD*PL2。ESSD*PL3 :极速型SSD*PL3。ESSD*FLEXPL :极速型SSD*FlexPL。ULTRA*DISK :高效云盘。PTSSD :性能型SSD。SSD :通用型SSD。EHDD :高效云盘。ZENYA*SSD :Zenya。LOCAL*HDD :大数据型HDD。LOCAL*SSD :本地SSD型。LOCAL*SSD*SRIOV :本地SSD型SRIOV。
|
|
5897
|
+
*/
|
|
5898
|
+
volumeType?: pulumi.Input<string>;
|
|
5899
|
+
}
|
|
5900
|
+
interface NodeGroupNode {
|
|
5901
|
+
/**
|
|
5902
|
+
* 节点创建时间。
|
|
5903
|
+
*/
|
|
5904
|
+
createdTime?: pulumi.Input<number>;
|
|
5905
|
+
/**
|
|
5906
|
+
* ecs实例规格。
|
|
5907
|
+
*/
|
|
5908
|
+
ecsInstanceType?: pulumi.Input<string>;
|
|
5909
|
+
/**
|
|
5910
|
+
* 节点FQDN。
|
|
5911
|
+
*/
|
|
5912
|
+
nodeFqdn?: pulumi.Input<string>;
|
|
5913
|
+
/**
|
|
5914
|
+
* 节点ID。
|
|
5915
|
+
*/
|
|
5916
|
+
nodeId?: pulumi.Input<string>;
|
|
5917
|
+
/**
|
|
5918
|
+
* 节点名称。
|
|
5919
|
+
*/
|
|
5920
|
+
nodeName?: pulumi.Input<string>;
|
|
5921
|
+
/**
|
|
5922
|
+
* 节点状态。UNKNOWN:未知状态。CREATING:创建中。RUNNING:运行中。STOPPING:停止中。STOPPED:已停止。REBOOTING:重启中。DELETED:已删除。
|
|
5923
|
+
*/
|
|
5924
|
+
nodeState?: pulumi.Input<string>;
|
|
5925
|
+
/**
|
|
5926
|
+
* 私有IP。
|
|
5927
|
+
*/
|
|
5928
|
+
privateIp?: pulumi.Input<string>;
|
|
5929
|
+
/**
|
|
5930
|
+
* 公网IP。
|
|
5931
|
+
*/
|
|
5932
|
+
publicIp?: pulumi.Input<string>;
|
|
5933
|
+
/**
|
|
5934
|
+
* 准备完毕时间。
|
|
5935
|
+
*/
|
|
5936
|
+
readyTime?: pulumi.Input<number>;
|
|
5937
|
+
/**
|
|
5938
|
+
* 集群终止时间。
|
|
5939
|
+
*/
|
|
5940
|
+
terminateTime?: pulumi.Input<number>;
|
|
5941
|
+
}
|
|
5942
|
+
interface NodeGroupSystemDisk {
|
|
5943
|
+
/**
|
|
5944
|
+
* 系统盘大小,默认值80GB,最小60GB,最大2048GB,单位GB。
|
|
5945
|
+
*/
|
|
5946
|
+
size?: pulumi.Input<number>;
|
|
5947
|
+
/**
|
|
5948
|
+
* 磁盘类型。ESSD*PL0 :极速型SSD*PL0。ESSD*PL1 :极速型SSD*PL1。ESSD*PL2 :极速型SSD*PL2。ESSD*PL3 :极速型SSD*PL3。ESSD*FLEXPL :极速型SSD*FlexPL。ULTRA*DISK :高效云盘。PTSSD :性能型SSD。SSD :通用型SSD。EHDD :高效云盘。ZENYA*SSD :Zenya。LOCAL*HDD :大数据型HDD。LOCAL*SSD :本地SSD型。LOCAL*SSD*SRIOV :本地SSD型SRIOV。
|
|
5949
|
+
*/
|
|
5950
|
+
volumeType?: pulumi.Input<string>;
|
|
5951
|
+
}
|
|
5832
5952
|
}
|
|
5833
5953
|
export declare namespace escloud {
|
|
5834
5954
|
interface InstanceInstanceConfiguration {
|