@pulumi/alicloud 3.31.0 → 3.32.0
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/bastionhost/instance.d.ts +12 -0
- package/bastionhost/instance.js +2 -0
- package/bastionhost/instance.js.map +1 -1
- package/bastionhost/user.d.ts +12 -3
- package/bastionhost/user.js.map +1 -1
- package/bss/getOpenApiPricingModules.d.ts +74 -0
- package/bss/getOpenApiPricingModules.js +40 -0
- package/bss/getOpenApiPricingModules.js.map +1 -1
- package/bss/getOpenApiProducts.d.ts +28 -0
- package/bss/getOpenApiProducts.js +10 -0
- package/bss/getOpenApiProducts.js.map +1 -1
- package/clickhouse/dbCluster.d.ts +6 -6
- package/cms/alarmContact.d.ts +2 -2
- package/cms/alarmContact.js +2 -2
- package/cr/getVpcEndpointLinkedVpcs.d.ts +117 -0
- package/cr/getVpcEndpointLinkedVpcs.js +65 -0
- package/cr/getVpcEndpointLinkedVpcs.js.map +1 -0
- package/cr/index.d.ts +6 -0
- package/cr/index.js +9 -1
- package/cr/index.js.map +1 -1
- package/cr/vpcEndpointLinkedVpc.d.ts +136 -0
- package/cr/vpcEndpointLinkedVpc.js +103 -0
- package/cr/vpcEndpointLinkedVpc.js.map +1 -0
- package/emrv2/cluster.d.ts +358 -0
- package/emrv2/cluster.js +239 -0
- package/emrv2/cluster.js.map +1 -0
- package/emrv2/getClusters.d.ts +135 -0
- package/emrv2/getClusters.js +40 -0
- package/emrv2/getClusters.js.map +1 -0
- package/emrv2/index.d.ts +6 -0
- package/emrv2/index.js +25 -0
- package/emrv2/index.js.map +1 -0
- package/ess/scalingConfiguration.d.ts +12 -0
- package/ess/scalingConfiguration.js +2 -0
- package/ess/scalingConfiguration.js.map +1 -1
- package/expressconnect/getRouterInterfaces.d.ts +110 -0
- package/expressconnect/getRouterInterfaces.js +62 -0
- package/expressconnect/getRouterInterfaces.js.map +1 -0
- package/expressconnect/index.d.ts +6 -0
- package/expressconnect/index.js +9 -1
- package/expressconnect/index.js.map +1 -1
- package/expressconnect/routerInterface.d.ts +493 -0
- package/expressconnect/routerInterface.js +177 -0
- package/expressconnect/routerInterface.js.map +1 -0
- package/hbr/serverBackupPlan.d.ts +36 -0
- package/hbr/serverBackupPlan.js +6 -0
- package/hbr/serverBackupPlan.js.map +1 -1
- package/index.d.ts +2 -1
- package/index.js +4 -2
- package/index.js.map +1 -1
- package/mongodb/instance.d.ts +48 -0
- package/mongodb/instance.js +8 -0
- package/mongodb/instance.js.map +1 -1
- package/nlb/securityPolicy.d.ts +17 -4
- package/nlb/securityPolicy.js +17 -4
- package/nlb/securityPolicy.js.map +1 -1
- package/ots/getSearchIndexes.d.ts +53 -0
- package/ots/getSearchIndexes.js +14 -0
- package/ots/getSearchIndexes.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/threatdetection/getInstances.d.ts +103 -0
- package/threatdetection/getInstances.js +59 -0
- package/threatdetection/getInstances.js.map +1 -0
- package/threatdetection/index.d.ts +6 -0
- package/threatdetection/index.js +9 -1
- package/threatdetection/index.js.map +1 -1
- package/threatdetection/instance.d.ts +360 -0
- package/threatdetection/instance.js +139 -0
- package/threatdetection/instance.js.map +1 -0
- package/types/input.d.ts +284 -0
- package/types/output.d.ts +648 -0
- package/vpc/getRouterInterfaces.d.ts +0 -6
- package/vpc/getRouterInterfaces.js +0 -6
- package/vpc/getRouterInterfaces.js.map +1 -1
- package/vpc/routerInterfaceConnection.d.ts +0 -11
- package/vpc/routerInterfaceConnection.js +0 -11
- package/vpc/routerInterfaceConnection.js.map +1 -1
- package/yundun/bastionHostInstance.d.ts +3 -0
- package/yundun/bastionHostInstance.js +2 -0
- package/yundun/bastionHostInstance.js.map +1 -1
|
@@ -0,0 +1,139 @@
|
|
|
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.Instance = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Provides a Threat Detection Instance resource.
|
|
10
|
+
*
|
|
11
|
+
* For information about Threat Detection Instance and how to use it, see [What is Instance](https://www.alibabacloud.com/help/en/security-center/latest/what-is-security-center).
|
|
12
|
+
*
|
|
13
|
+
* > **NOTE:** Available in v1.199.0+.
|
|
14
|
+
*
|
|
15
|
+
* ## Example Usage
|
|
16
|
+
*
|
|
17
|
+
* Basic Usage
|
|
18
|
+
*
|
|
19
|
+
* ```typescript
|
|
20
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
21
|
+
* import * as alicloud from "@pulumi/alicloud";
|
|
22
|
+
*
|
|
23
|
+
* const _default = new alicloud.threatdetection.Instance("default", {
|
|
24
|
+
* buyNumber: "30",
|
|
25
|
+
* containerImageScan: "100",
|
|
26
|
+
* honeypot: "32",
|
|
27
|
+
* honeypotSwitch: "1",
|
|
28
|
+
* paymentType: "Subscription",
|
|
29
|
+
* period: 12,
|
|
30
|
+
* renewalStatus: "ManualRenewal",
|
|
31
|
+
* sasAntiRansomware: "100",
|
|
32
|
+
* sasSc: true,
|
|
33
|
+
* sasSdk: "1000",
|
|
34
|
+
* sasSdkSwitch: "1",
|
|
35
|
+
* sasSlsStorage: "100",
|
|
36
|
+
* sasWebguardOrderNum: "100",
|
|
37
|
+
* vCore: "100",
|
|
38
|
+
* versionCode: "level2",
|
|
39
|
+
* });
|
|
40
|
+
* ```
|
|
41
|
+
*
|
|
42
|
+
* ## Import
|
|
43
|
+
*
|
|
44
|
+
* Threat Detection Instance do not support import.
|
|
45
|
+
*/
|
|
46
|
+
class Instance extends pulumi.CustomResource {
|
|
47
|
+
/**
|
|
48
|
+
* Get an existing Instance resource's state with the given name, ID, and optional extra
|
|
49
|
+
* properties used to qualify the lookup.
|
|
50
|
+
*
|
|
51
|
+
* @param name The _unique_ name of the resulting resource.
|
|
52
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
53
|
+
* @param state Any extra arguments used during the lookup.
|
|
54
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
55
|
+
*/
|
|
56
|
+
static get(name, id, state, opts) {
|
|
57
|
+
return new Instance(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* Returns true if the given object is an instance of Instance. This is designed to work even
|
|
61
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
62
|
+
*/
|
|
63
|
+
static isInstance(obj) {
|
|
64
|
+
if (obj === undefined || obj === null) {
|
|
65
|
+
return false;
|
|
66
|
+
}
|
|
67
|
+
return obj['__pulumiType'] === Instance.__pulumiType;
|
|
68
|
+
}
|
|
69
|
+
constructor(name, argsOrState, opts) {
|
|
70
|
+
let resourceInputs = {};
|
|
71
|
+
opts = opts || {};
|
|
72
|
+
if (opts.id) {
|
|
73
|
+
const state = argsOrState;
|
|
74
|
+
resourceInputs["buyNumber"] = state ? state.buyNumber : undefined;
|
|
75
|
+
resourceInputs["containerImageScan"] = state ? state.containerImageScan : undefined;
|
|
76
|
+
resourceInputs["createTime"] = state ? state.createTime : undefined;
|
|
77
|
+
resourceInputs["honeypot"] = state ? state.honeypot : undefined;
|
|
78
|
+
resourceInputs["honeypotSwitch"] = state ? state.honeypotSwitch : undefined;
|
|
79
|
+
resourceInputs["instanceId"] = state ? state.instanceId : undefined;
|
|
80
|
+
resourceInputs["modifyType"] = state ? state.modifyType : undefined;
|
|
81
|
+
resourceInputs["paymentType"] = state ? state.paymentType : undefined;
|
|
82
|
+
resourceInputs["period"] = state ? state.period : undefined;
|
|
83
|
+
resourceInputs["renewPeriod"] = state ? state.renewPeriod : undefined;
|
|
84
|
+
resourceInputs["renewalPeriodUnit"] = state ? state.renewalPeriodUnit : undefined;
|
|
85
|
+
resourceInputs["renewalStatus"] = state ? state.renewalStatus : undefined;
|
|
86
|
+
resourceInputs["sasAntiRansomware"] = state ? state.sasAntiRansomware : undefined;
|
|
87
|
+
resourceInputs["sasSc"] = state ? state.sasSc : undefined;
|
|
88
|
+
resourceInputs["sasSdk"] = state ? state.sasSdk : undefined;
|
|
89
|
+
resourceInputs["sasSdkSwitch"] = state ? state.sasSdkSwitch : undefined;
|
|
90
|
+
resourceInputs["sasSlsStorage"] = state ? state.sasSlsStorage : undefined;
|
|
91
|
+
resourceInputs["sasWebguardBoolean"] = state ? state.sasWebguardBoolean : undefined;
|
|
92
|
+
resourceInputs["sasWebguardOrderNum"] = state ? state.sasWebguardOrderNum : undefined;
|
|
93
|
+
resourceInputs["status"] = state ? state.status : undefined;
|
|
94
|
+
resourceInputs["threatAnalysis"] = state ? state.threatAnalysis : undefined;
|
|
95
|
+
resourceInputs["threatAnalysisSwitch"] = state ? state.threatAnalysisSwitch : undefined;
|
|
96
|
+
resourceInputs["vCore"] = state ? state.vCore : undefined;
|
|
97
|
+
resourceInputs["versionCode"] = state ? state.versionCode : undefined;
|
|
98
|
+
}
|
|
99
|
+
else {
|
|
100
|
+
const args = argsOrState;
|
|
101
|
+
if ((!args || args.paymentType === undefined) && !opts.urn) {
|
|
102
|
+
throw new Error("Missing required property 'paymentType'");
|
|
103
|
+
}
|
|
104
|
+
if ((!args || args.versionCode === undefined) && !opts.urn) {
|
|
105
|
+
throw new Error("Missing required property 'versionCode'");
|
|
106
|
+
}
|
|
107
|
+
resourceInputs["buyNumber"] = args ? args.buyNumber : undefined;
|
|
108
|
+
resourceInputs["containerImageScan"] = args ? args.containerImageScan : undefined;
|
|
109
|
+
resourceInputs["honeypot"] = args ? args.honeypot : undefined;
|
|
110
|
+
resourceInputs["honeypotSwitch"] = args ? args.honeypotSwitch : undefined;
|
|
111
|
+
resourceInputs["instanceId"] = args ? args.instanceId : undefined;
|
|
112
|
+
resourceInputs["modifyType"] = args ? args.modifyType : undefined;
|
|
113
|
+
resourceInputs["paymentType"] = args ? args.paymentType : undefined;
|
|
114
|
+
resourceInputs["period"] = args ? args.period : undefined;
|
|
115
|
+
resourceInputs["renewPeriod"] = args ? args.renewPeriod : undefined;
|
|
116
|
+
resourceInputs["renewalPeriodUnit"] = args ? args.renewalPeriodUnit : undefined;
|
|
117
|
+
resourceInputs["renewalStatus"] = args ? args.renewalStatus : undefined;
|
|
118
|
+
resourceInputs["sasAntiRansomware"] = args ? args.sasAntiRansomware : undefined;
|
|
119
|
+
resourceInputs["sasSc"] = args ? args.sasSc : undefined;
|
|
120
|
+
resourceInputs["sasSdk"] = args ? args.sasSdk : undefined;
|
|
121
|
+
resourceInputs["sasSdkSwitch"] = args ? args.sasSdkSwitch : undefined;
|
|
122
|
+
resourceInputs["sasSlsStorage"] = args ? args.sasSlsStorage : undefined;
|
|
123
|
+
resourceInputs["sasWebguardBoolean"] = args ? args.sasWebguardBoolean : undefined;
|
|
124
|
+
resourceInputs["sasWebguardOrderNum"] = args ? args.sasWebguardOrderNum : undefined;
|
|
125
|
+
resourceInputs["threatAnalysis"] = args ? args.threatAnalysis : undefined;
|
|
126
|
+
resourceInputs["threatAnalysisSwitch"] = args ? args.threatAnalysisSwitch : undefined;
|
|
127
|
+
resourceInputs["vCore"] = args ? args.vCore : undefined;
|
|
128
|
+
resourceInputs["versionCode"] = args ? args.versionCode : undefined;
|
|
129
|
+
resourceInputs["createTime"] = undefined /*out*/;
|
|
130
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
131
|
+
}
|
|
132
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
133
|
+
super(Instance.__pulumiType, name, resourceInputs, opts);
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
exports.Instance = Instance;
|
|
137
|
+
/** @internal */
|
|
138
|
+
Instance.__pulumiType = 'alicloud:threatdetection/instance:Instance';
|
|
139
|
+
//# sourceMappingURL=instance.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"instance.js","sourceRoot":"","sources":["../../threatdetection/instance.ts"],"names":[],"mappings":"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"}
|
package/types/input.d.ts
CHANGED
|
@@ -4240,6 +4240,282 @@ export declare namespace emr {
|
|
|
4240
4240
|
serviceName: pulumi.Input<string>;
|
|
4241
4241
|
}
|
|
4242
4242
|
}
|
|
4243
|
+
export declare namespace emrv2 {
|
|
4244
|
+
interface ClusterApplicationConfig {
|
|
4245
|
+
/**
|
|
4246
|
+
* The application name of EMR cluster which has installed.
|
|
4247
|
+
*/
|
|
4248
|
+
applicationName: pulumi.Input<string>;
|
|
4249
|
+
/**
|
|
4250
|
+
* The configuration description of application installed.
|
|
4251
|
+
*/
|
|
4252
|
+
configDescription?: pulumi.Input<string>;
|
|
4253
|
+
/**
|
|
4254
|
+
* The configuration file name of application installed.
|
|
4255
|
+
*/
|
|
4256
|
+
configFileName: pulumi.Input<string>;
|
|
4257
|
+
/**
|
|
4258
|
+
* The configuration item key of application installed.
|
|
4259
|
+
*/
|
|
4260
|
+
configItemKey: pulumi.Input<string>;
|
|
4261
|
+
/**
|
|
4262
|
+
* The configuration item value of application installed.
|
|
4263
|
+
*/
|
|
4264
|
+
configItemValue: pulumi.Input<string>;
|
|
4265
|
+
/**
|
|
4266
|
+
* The configuration scope of emr cluster. Supported value: CLUSTER or NODEGROUP.
|
|
4267
|
+
*/
|
|
4268
|
+
configScope?: pulumi.Input<string>;
|
|
4269
|
+
/**
|
|
4270
|
+
* The configuration effected which node group id of emr cluster.
|
|
4271
|
+
*/
|
|
4272
|
+
nodeGroupId?: pulumi.Input<string>;
|
|
4273
|
+
/**
|
|
4274
|
+
* The configuration effected which node group name of emr cluster.
|
|
4275
|
+
*/
|
|
4276
|
+
nodeGroupName?: pulumi.Input<string>;
|
|
4277
|
+
}
|
|
4278
|
+
interface ClusterBootstrapScript {
|
|
4279
|
+
/**
|
|
4280
|
+
* The bootstrap scripts execution fail strategy, ’FAILED_BLOCKED’ or ‘FAILED_CONTINUE’ .
|
|
4281
|
+
*/
|
|
4282
|
+
executionFailStrategy: pulumi.Input<string>;
|
|
4283
|
+
/**
|
|
4284
|
+
* The bootstrap scripts execution moment, ’BEFORE_INSTALL’ or ‘AFTER_STARTED’ .
|
|
4285
|
+
*/
|
|
4286
|
+
executionMoment: pulumi.Input<string>;
|
|
4287
|
+
/**
|
|
4288
|
+
* The bootstrap scripts execution target.
|
|
4289
|
+
*/
|
|
4290
|
+
nodeSelector: pulumi.Input<inputs.emrv2.ClusterBootstrapScriptNodeSelector>;
|
|
4291
|
+
/**
|
|
4292
|
+
* The bootstrap scripts priority.
|
|
4293
|
+
*/
|
|
4294
|
+
priority?: pulumi.Input<number>;
|
|
4295
|
+
/**
|
|
4296
|
+
* The bootstrap script args, e.g. "--a=b".
|
|
4297
|
+
*/
|
|
4298
|
+
scriptArgs: pulumi.Input<string>;
|
|
4299
|
+
/**
|
|
4300
|
+
* The bootstrap script name.
|
|
4301
|
+
*/
|
|
4302
|
+
scriptName: pulumi.Input<string>;
|
|
4303
|
+
/**
|
|
4304
|
+
* The bootstrap script path, e.g. "oss://bucket/path".
|
|
4305
|
+
*/
|
|
4306
|
+
scriptPath: pulumi.Input<string>;
|
|
4307
|
+
}
|
|
4308
|
+
interface ClusterBootstrapScriptNodeSelector {
|
|
4309
|
+
/**
|
|
4310
|
+
* The configuration effected which node group id of emr cluster.
|
|
4311
|
+
*/
|
|
4312
|
+
nodeGroupId?: pulumi.Input<string>;
|
|
4313
|
+
/**
|
|
4314
|
+
* The configuration effected which node group name of emr cluster.
|
|
4315
|
+
*/
|
|
4316
|
+
nodeGroupName?: pulumi.Input<string>;
|
|
4317
|
+
/**
|
|
4318
|
+
* The bootstrap scripts execution target node group types.
|
|
4319
|
+
*/
|
|
4320
|
+
nodeGroupTypes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
4321
|
+
/**
|
|
4322
|
+
* The bootstrap scripts execution target node names.
|
|
4323
|
+
*/
|
|
4324
|
+
nodeNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
4325
|
+
/**
|
|
4326
|
+
* The bootstrap scripts execution target node select type. Supported value: NODE, NODEGROUP or CLUSTER.
|
|
4327
|
+
*/
|
|
4328
|
+
nodeSelectType: pulumi.Input<string>;
|
|
4329
|
+
}
|
|
4330
|
+
interface ClusterNodeAttribute {
|
|
4331
|
+
/**
|
|
4332
|
+
* The name of the key pair.
|
|
4333
|
+
*/
|
|
4334
|
+
keyPairName: pulumi.Input<string>;
|
|
4335
|
+
/**
|
|
4336
|
+
* Alicloud EMR uses roles to perform actions on your behalf when provisioning cluster resources, running applications, dynamically scaling resources. EMR uses the following roles when interacting with other Alicloud services. Default value is AliyunEmrEcsDefaultRole.
|
|
4337
|
+
*/
|
|
4338
|
+
ramRole: pulumi.Input<string>;
|
|
4339
|
+
/**
|
|
4340
|
+
* Security Group ID for Cluster.
|
|
4341
|
+
*/
|
|
4342
|
+
securityGroupId: pulumi.Input<string>;
|
|
4343
|
+
/**
|
|
4344
|
+
* Used to retrieve instances belong to specified VPC.
|
|
4345
|
+
*/
|
|
4346
|
+
vpcId: pulumi.Input<string>;
|
|
4347
|
+
/**
|
|
4348
|
+
* Zone ID, e.g. cn-hangzhou-i
|
|
4349
|
+
*/
|
|
4350
|
+
zoneId: pulumi.Input<string>;
|
|
4351
|
+
}
|
|
4352
|
+
interface ClusterNodeGroup {
|
|
4353
|
+
/**
|
|
4354
|
+
* Additional security Group IDS for Cluster, you can also specify this key for each node group.
|
|
4355
|
+
*/
|
|
4356
|
+
additionalSecurityGroupIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
4357
|
+
/**
|
|
4358
|
+
* The detail cost optimized configuration of emr cluster.
|
|
4359
|
+
*/
|
|
4360
|
+
costOptimizedConfig?: pulumi.Input<inputs.emrv2.ClusterNodeGroupCostOptimizedConfig>;
|
|
4361
|
+
/**
|
|
4362
|
+
* Host Ecs data disks information in this node group.
|
|
4363
|
+
*/
|
|
4364
|
+
dataDisks: pulumi.Input<pulumi.Input<inputs.emrv2.ClusterNodeGroupDataDisk>[]>;
|
|
4365
|
+
/**
|
|
4366
|
+
* Enable emr cluster of task node graceful decommission, ’true’ or ‘false’ .
|
|
4367
|
+
*/
|
|
4368
|
+
gracefulShutdown?: pulumi.Input<boolean>;
|
|
4369
|
+
/**
|
|
4370
|
+
* Host Ecs instance types.
|
|
4371
|
+
*/
|
|
4372
|
+
instanceTypes: pulumi.Input<pulumi.Input<string>[]>;
|
|
4373
|
+
/**
|
|
4374
|
+
* Host Ecs number in this node group.
|
|
4375
|
+
*/
|
|
4376
|
+
nodeCount: pulumi.Input<number>;
|
|
4377
|
+
/**
|
|
4378
|
+
* The configuration effected which node group name of emr cluster.
|
|
4379
|
+
*/
|
|
4380
|
+
nodeGroupName: pulumi.Input<string>;
|
|
4381
|
+
/**
|
|
4382
|
+
* The node group type of emr cluster, supported value: MASTER, CORE or TASK.
|
|
4383
|
+
*/
|
|
4384
|
+
nodeGroupType: pulumi.Input<string>;
|
|
4385
|
+
/**
|
|
4386
|
+
* Payment Type for this cluster. Supported value: PayAsYouGo or Subscription.
|
|
4387
|
+
*/
|
|
4388
|
+
paymentType?: pulumi.Input<string>;
|
|
4389
|
+
/**
|
|
4390
|
+
* The spot bid prices of a PayAsYouGo instance.
|
|
4391
|
+
*/
|
|
4392
|
+
spotBidPrices?: pulumi.Input<pulumi.Input<inputs.emrv2.ClusterNodeGroupSpotBidPrice>[]>;
|
|
4393
|
+
/**
|
|
4394
|
+
* Whether to replace spot instances with newly created spot/onDemand instance when receive a spot recycling message.
|
|
4395
|
+
*/
|
|
4396
|
+
spotInstanceRemedy?: pulumi.Input<boolean>;
|
|
4397
|
+
/**
|
|
4398
|
+
* The detail configuration of subscription payment type.
|
|
4399
|
+
*/
|
|
4400
|
+
subscriptionConfig?: pulumi.Input<inputs.emrv2.ClusterNodeGroupSubscriptionConfig>;
|
|
4401
|
+
/**
|
|
4402
|
+
* Host Ecs system disk information in this node group.
|
|
4403
|
+
*/
|
|
4404
|
+
systemDisk: pulumi.Input<inputs.emrv2.ClusterNodeGroupSystemDisk>;
|
|
4405
|
+
/**
|
|
4406
|
+
* Global vSwitch ids, you can also specify it in node group.
|
|
4407
|
+
*/
|
|
4408
|
+
vswitchIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
4409
|
+
/**
|
|
4410
|
+
* Whether the node has a public IP address enabled.
|
|
4411
|
+
*/
|
|
4412
|
+
withPublicIp?: pulumi.Input<boolean>;
|
|
4413
|
+
}
|
|
4414
|
+
interface ClusterNodeGroupCostOptimizedConfig {
|
|
4415
|
+
/**
|
|
4416
|
+
* The cost optimized configuration which on demand based capacity.
|
|
4417
|
+
*/
|
|
4418
|
+
onDemandBaseCapacity: pulumi.Input<number>;
|
|
4419
|
+
/**
|
|
4420
|
+
* The cost optimized configuration which on demand percentage above based capacity.
|
|
4421
|
+
*/
|
|
4422
|
+
onDemandPercentageAboveBaseCapacity: pulumi.Input<number>;
|
|
4423
|
+
/**
|
|
4424
|
+
* The cost optimized configuration with spot instance pools.
|
|
4425
|
+
*/
|
|
4426
|
+
spotInstancePools: pulumi.Input<number>;
|
|
4427
|
+
}
|
|
4428
|
+
interface ClusterNodeGroupDataDisk {
|
|
4429
|
+
/**
|
|
4430
|
+
* The type of the data disk. Valid values: `cloudEfficiency` and `cloudEssd`.
|
|
4431
|
+
*/
|
|
4432
|
+
category: pulumi.Input<string>;
|
|
4433
|
+
/**
|
|
4434
|
+
* The count of a data disk.
|
|
4435
|
+
*/
|
|
4436
|
+
count?: pulumi.Input<number>;
|
|
4437
|
+
/**
|
|
4438
|
+
* Worker node data disk performance level, when `category` values `cloudEssd`, the optional values are `PL0`, `PL1`, `PL2` or `PL3`, but the specific performance level is related to the disk capacity.
|
|
4439
|
+
*/
|
|
4440
|
+
performanceLevel?: pulumi.Input<string>;
|
|
4441
|
+
/**
|
|
4442
|
+
* The size of a data disk, at least 40. Unit: GiB.
|
|
4443
|
+
*/
|
|
4444
|
+
size: pulumi.Input<number>;
|
|
4445
|
+
}
|
|
4446
|
+
interface ClusterNodeGroupSpotBidPrice {
|
|
4447
|
+
/**
|
|
4448
|
+
* The spot bid price of a PayAsYouGo instance.
|
|
4449
|
+
*/
|
|
4450
|
+
bidPrice: pulumi.Input<number>;
|
|
4451
|
+
/**
|
|
4452
|
+
* Host Ecs instance type.
|
|
4453
|
+
*/
|
|
4454
|
+
instanceType: pulumi.Input<string>;
|
|
4455
|
+
}
|
|
4456
|
+
interface ClusterNodeGroupSubscriptionConfig {
|
|
4457
|
+
/**
|
|
4458
|
+
* Auto renew for prepaid, ’true’ or ‘false’ . Default value: false.
|
|
4459
|
+
*/
|
|
4460
|
+
autoRenew?: pulumi.Input<boolean>;
|
|
4461
|
+
/**
|
|
4462
|
+
* If paymentType is Subscription, this should be specified. Supported value: 1、2、3、4、5、6、7、8、9、12、24、36、48.
|
|
4463
|
+
*/
|
|
4464
|
+
autoRenewDuration?: pulumi.Input<number>;
|
|
4465
|
+
/**
|
|
4466
|
+
* If paymentType is Subscription, this should be specified. Supported value: Month or Year.
|
|
4467
|
+
*/
|
|
4468
|
+
autoRenewDurationUnit?: pulumi.Input<string>;
|
|
4469
|
+
/**
|
|
4470
|
+
* If paymentType is Subscription, this should be specified. Supported value: 1、2、3、4、5、6、7、8、9、12、24、36、48.
|
|
4471
|
+
*/
|
|
4472
|
+
paymentDuration: pulumi.Input<number>;
|
|
4473
|
+
/**
|
|
4474
|
+
* If paymentType is Subscription, this should be specified. Supported value: Month or Year.
|
|
4475
|
+
*/
|
|
4476
|
+
paymentDurationUnit: pulumi.Input<string>;
|
|
4477
|
+
}
|
|
4478
|
+
interface ClusterNodeGroupSystemDisk {
|
|
4479
|
+
/**
|
|
4480
|
+
* The type of the data disk. Valid values: `cloudEfficiency` and `cloudEssd`.
|
|
4481
|
+
*/
|
|
4482
|
+
category: pulumi.Input<string>;
|
|
4483
|
+
/**
|
|
4484
|
+
* The count of a data disk.
|
|
4485
|
+
*/
|
|
4486
|
+
count?: pulumi.Input<number>;
|
|
4487
|
+
/**
|
|
4488
|
+
* Worker node data disk performance level, when `category` values `cloudEssd`, the optional values are `PL0`, `PL1`, `PL2` or `PL3`, but the specific performance level is related to the disk capacity.
|
|
4489
|
+
*/
|
|
4490
|
+
performanceLevel?: pulumi.Input<string>;
|
|
4491
|
+
/**
|
|
4492
|
+
* The size of a data disk, at least 40. Unit: GiB.
|
|
4493
|
+
*/
|
|
4494
|
+
size: pulumi.Input<number>;
|
|
4495
|
+
}
|
|
4496
|
+
interface ClusterSubscriptionConfig {
|
|
4497
|
+
/**
|
|
4498
|
+
* Auto renew for prepaid, ’true’ or ‘false’ . Default value: false.
|
|
4499
|
+
*/
|
|
4500
|
+
autoRenew?: pulumi.Input<boolean>;
|
|
4501
|
+
/**
|
|
4502
|
+
* If paymentType is Subscription, this should be specified. Supported value: 1、2、3、4、5、6、7、8、9、12、24、36、48.
|
|
4503
|
+
*/
|
|
4504
|
+
autoRenewDuration?: pulumi.Input<number>;
|
|
4505
|
+
/**
|
|
4506
|
+
* If paymentType is Subscription, this should be specified. Supported value: Month or Year.
|
|
4507
|
+
*/
|
|
4508
|
+
autoRenewDurationUnit?: pulumi.Input<string>;
|
|
4509
|
+
/**
|
|
4510
|
+
* If paymentType is Subscription, this should be specified. Supported value: 1、2、3、4、5、6、7、8、9、12、24、36、48.
|
|
4511
|
+
*/
|
|
4512
|
+
paymentDuration: pulumi.Input<number>;
|
|
4513
|
+
/**
|
|
4514
|
+
* If paymentType is Subscription, this should be specified. Supported value: Month or Year.
|
|
4515
|
+
*/
|
|
4516
|
+
paymentDurationUnit: pulumi.Input<string>;
|
|
4517
|
+
}
|
|
4518
|
+
}
|
|
4243
4519
|
export declare namespace ens {
|
|
4244
4520
|
}
|
|
4245
4521
|
export declare namespace ess {
|
|
@@ -4711,6 +4987,14 @@ export declare namespace eventbridge {
|
|
|
4711
4987
|
}
|
|
4712
4988
|
}
|
|
4713
4989
|
export declare namespace expressconnect {
|
|
4990
|
+
interface GetRouterInterfacesFilter {
|
|
4991
|
+
key?: string;
|
|
4992
|
+
values?: string[];
|
|
4993
|
+
}
|
|
4994
|
+
interface GetRouterInterfacesFilterArgs {
|
|
4995
|
+
key?: pulumi.Input<string>;
|
|
4996
|
+
values?: pulumi.Input<pulumi.Input<string>[]>;
|
|
4997
|
+
}
|
|
4714
4998
|
interface GetVirtualBorderRoutersFilter {
|
|
4715
4999
|
/**
|
|
4716
5000
|
* The key of the field to filter by, as defined by
|