@pulumi/alicloud 3.84.0 → 3.85.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/amqp/getInstances.d.ts +47 -24
- package/amqp/getInstances.js +34 -20
- package/amqp/getInstances.js.map +1 -1
- package/amqp/virtualHost.d.ts +21 -9
- package/amqp/virtualHost.js +21 -9
- package/amqp/virtualHost.js.map +1 -1
- package/cloudsso/delegateAccount.d.ts +85 -0
- package/cloudsso/delegateAccount.js +89 -0
- package/cloudsso/delegateAccount.js.map +1 -0
- package/cloudsso/index.d.ts +3 -0
- package/cloudsso/index.js +6 -1
- package/cloudsso/index.js.map +1 -1
- package/cs/nodePool.d.ts +3 -0
- package/cs/nodePool.js.map +1 -1
- package/ddos/bgpIp.d.ts +28 -22
- package/ddos/bgpIp.js +8 -8
- package/ddos/bgpIp.js.map +1 -1
- package/ddos/ddosBgpInstance.d.ts +86 -49
- package/ddos/ddosBgpInstance.js +10 -27
- package/ddos/ddosBgpInstance.js.map +1 -1
- package/dms/enterpriseWorkspace.d.ts +123 -0
- package/dms/enterpriseWorkspace.js +107 -0
- package/dms/enterpriseWorkspace.js.map +1 -0
- package/dms/index.d.ts +3 -0
- package/dms/index.js +6 -1
- package/dms/index.js.map +1 -1
- package/dns/ddosBgpInstance.d.ts +86 -49
- package/dns/ddosBgpInstance.js +10 -27
- package/dns/ddosBgpInstance.js.map +1 -1
- package/eflo/node.d.ts +15 -3
- package/eflo/node.js +2 -0
- package/eflo/node.js.map +1 -1
- package/esa/index.d.ts +9 -0
- package/esa/index.js +16 -1
- package/esa/index.js.map +1 -1
- package/esa/kvAccount.d.ts +53 -0
- package/esa/kvAccount.js +58 -0
- package/esa/kvAccount.js.map +1 -0
- package/esa/routineRelatedRecord.d.ts +47 -0
- package/esa/routineRelatedRecord.js +61 -0
- package/esa/routineRelatedRecord.js.map +1 -0
- package/esa/urlObservation.d.ts +123 -0
- package/esa/urlObservation.js +107 -0
- package/esa/urlObservation.js.map +1 -0
- package/fc/getService.d.ts +2 -2
- package/fc/getService.js +2 -2
- package/hologram/instance.d.ts +11 -0
- package/hologram/instance.js +2 -0
- package/hologram/instance.js.map +1 -1
- package/kms/instance.d.ts +18 -0
- package/kms/instance.js +2 -0
- package/kms/instance.js.map +1 -1
- package/log/ossExport.d.ts +3 -0
- package/log/ossExport.js +3 -0
- package/log/ossExport.js.map +1 -1
- package/message/serviceSubscription.d.ts +12 -0
- package/message/serviceSubscription.js +2 -0
- package/message/serviceSubscription.js.map +1 -1
- package/mongodb/shardingInstance.d.ts +92 -0
- package/mongodb/shardingInstance.js +14 -0
- package/mongodb/shardingInstance.js.map +1 -1
- package/nlb/serverGroup.d.ts +12 -9
- package/nlb/serverGroup.js.map +1 -1
- package/oss/bucket.d.ts +32 -0
- package/oss/bucket.js +32 -0
- package/oss/bucket.js.map +1 -1
- package/package.json +2 -2
- package/privatelink/vpcEndpoint.d.ts +9 -3
- package/privatelink/vpcEndpoint.js.map +1 -1
- package/resourcemanager/delegatedAdministrator.d.ts +10 -20
- package/resourcemanager/delegatedAdministrator.js +4 -14
- package/resourcemanager/delegatedAdministrator.js.map +1 -1
- package/resourcemanager/folder.d.ts +39 -12
- package/resourcemanager/folder.js +11 -6
- package/resourcemanager/folder.js.map +1 -1
- package/resourcemanager/getAccounts.d.ts +29 -14
- package/resourcemanager/getAccounts.js +6 -4
- package/resourcemanager/getAccounts.js.map +1 -1
- package/resourcemanager/index.d.ts +3 -0
- package/resourcemanager/index.js +7 -1
- package/resourcemanager/index.js.map +1 -1
- package/resourcemanager/messageContact.d.ts +193 -0
- package/resourcemanager/messageContact.js +109 -0
- package/resourcemanager/messageContact.js.map +1 -0
- package/resourcemanager/resourceDirectory.d.ts +47 -21
- package/resourcemanager/resourceDirectory.js +7 -9
- package/resourcemanager/resourceDirectory.js.map +1 -1
- package/resourcemanager/sharedResource.d.ts +34 -21
- package/resourcemanager/sharedResource.js +19 -12
- package/resourcemanager/sharedResource.js.map +1 -1
- package/resourcemanager/sharedTarget.d.ts +24 -11
- package/resourcemanager/sharedTarget.js +12 -5
- package/resourcemanager/sharedTarget.js.map +1 -1
- package/sls/getLogtailConfigs.d.ts +263 -0
- package/sls/getLogtailConfigs.js +190 -0
- package/sls/getLogtailConfigs.js.map +1 -0
- package/sls/getMachineGroups.d.ts +141 -0
- package/sls/getMachineGroups.js +100 -0
- package/sls/getMachineGroups.js.map +1 -0
- package/sls/index.d.ts +12 -0
- package/sls/index.js +17 -1
- package/sls/index.js.map +1 -1
- package/sls/logtailConfig.d.ts +227 -0
- package/sls/logtailConfig.js +149 -0
- package/sls/logtailConfig.js.map +1 -0
- package/sls/machineGroup.d.ts +164 -0
- package/sls/machineGroup.js +113 -0
- package/sls/machineGroup.js.map +1 -0
- package/types/input.d.ts +53 -18
- package/types/output.d.ts +99 -38
- package/vpc/dhcpOptionsSet.d.ts +42 -25
- package/vpc/dhcpOptionsSet.js +3 -1
- package/vpc/dhcpOptionsSet.js.map +1 -1
- package/vpc/flowLog.d.ts +11 -11
- package/vpc/haVipv2.d.ts +47 -41
- package/vpc/haVipv2.js +11 -9
- package/vpc/haVipv2.js.map +1 -1
- package/vpc/havipAttachment.d.ts +19 -26
- package/vpc/havipAttachment.js +8 -0
- package/vpc/havipAttachment.js.map +1 -1
- package/vpc/networkAcl.d.ts +15 -10
- package/vpc/networkAcl.js +3 -1
- package/vpc/networkAcl.js.map +1 -1
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
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.MachineGroup = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Provides a Log Service (SLS) Machine Group resource.
|
|
10
|
+
*
|
|
11
|
+
* For information about Log Service (SLS) Machine Group and how to use it, see [What is Machine Group](https://next.api.alibabacloud.com/document/Sls/2020-12-30/CreateMachineGroup).
|
|
12
|
+
*
|
|
13
|
+
* > **NOTE:** Available since v1.259.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 config = new pulumi.Config();
|
|
24
|
+
* const name = config.get("name") || "terraform-example";
|
|
25
|
+
* const projectName = config.get("projectName") || "project-for-machine-group-terraform";
|
|
26
|
+
* const defaultyJqrue = new alicloud.log.Project("defaultyJqrue", {
|
|
27
|
+
* description: "for terraform example",
|
|
28
|
+
* name: projectName,
|
|
29
|
+
* });
|
|
30
|
+
* const _default = new alicloud.sls.MachineGroup("default", {
|
|
31
|
+
* groupName: "group1",
|
|
32
|
+
* projectName: projectName,
|
|
33
|
+
* machineIdentifyType: "ip",
|
|
34
|
+
* groupAttribute: {
|
|
35
|
+
* groupTopic: "example",
|
|
36
|
+
* externalName: "example",
|
|
37
|
+
* },
|
|
38
|
+
* machineLists: ["192.168.1.1"],
|
|
39
|
+
* });
|
|
40
|
+
* ```
|
|
41
|
+
*
|
|
42
|
+
* ## Import
|
|
43
|
+
*
|
|
44
|
+
* Log Service (SLS) Machine Group can be imported using the id, e.g.
|
|
45
|
+
*
|
|
46
|
+
* ```sh
|
|
47
|
+
* $ pulumi import alicloud:sls/machineGroup:MachineGroup example <project_name>:<group_name>
|
|
48
|
+
* ```
|
|
49
|
+
*/
|
|
50
|
+
class MachineGroup extends pulumi.CustomResource {
|
|
51
|
+
/**
|
|
52
|
+
* Get an existing MachineGroup resource's state with the given name, ID, and optional extra
|
|
53
|
+
* properties used to qualify the lookup.
|
|
54
|
+
*
|
|
55
|
+
* @param name The _unique_ name of the resulting resource.
|
|
56
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
57
|
+
* @param state Any extra arguments used during the lookup.
|
|
58
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
59
|
+
*/
|
|
60
|
+
static get(name, id, state, opts) {
|
|
61
|
+
return new MachineGroup(name, state, { ...opts, id: id });
|
|
62
|
+
}
|
|
63
|
+
/**
|
|
64
|
+
* Returns true if the given object is an instance of MachineGroup. This is designed to work even
|
|
65
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
66
|
+
*/
|
|
67
|
+
static isInstance(obj) {
|
|
68
|
+
if (obj === undefined || obj === null) {
|
|
69
|
+
return false;
|
|
70
|
+
}
|
|
71
|
+
return obj['__pulumiType'] === MachineGroup.__pulumiType;
|
|
72
|
+
}
|
|
73
|
+
constructor(name, argsOrState, opts) {
|
|
74
|
+
let resourceInputs = {};
|
|
75
|
+
opts = opts || {};
|
|
76
|
+
if (opts.id) {
|
|
77
|
+
const state = argsOrState;
|
|
78
|
+
resourceInputs["groupAttribute"] = state?.groupAttribute;
|
|
79
|
+
resourceInputs["groupName"] = state?.groupName;
|
|
80
|
+
resourceInputs["groupType"] = state?.groupType;
|
|
81
|
+
resourceInputs["machineIdentifyType"] = state?.machineIdentifyType;
|
|
82
|
+
resourceInputs["machineLists"] = state?.machineLists;
|
|
83
|
+
resourceInputs["projectName"] = state?.projectName;
|
|
84
|
+
}
|
|
85
|
+
else {
|
|
86
|
+
const args = argsOrState;
|
|
87
|
+
if (args?.groupName === undefined && !opts.urn) {
|
|
88
|
+
throw new Error("Missing required property 'groupName'");
|
|
89
|
+
}
|
|
90
|
+
if (args?.machineIdentifyType === undefined && !opts.urn) {
|
|
91
|
+
throw new Error("Missing required property 'machineIdentifyType'");
|
|
92
|
+
}
|
|
93
|
+
if (args?.machineLists === undefined && !opts.urn) {
|
|
94
|
+
throw new Error("Missing required property 'machineLists'");
|
|
95
|
+
}
|
|
96
|
+
if (args?.projectName === undefined && !opts.urn) {
|
|
97
|
+
throw new Error("Missing required property 'projectName'");
|
|
98
|
+
}
|
|
99
|
+
resourceInputs["groupAttribute"] = args?.groupAttribute;
|
|
100
|
+
resourceInputs["groupName"] = args?.groupName;
|
|
101
|
+
resourceInputs["groupType"] = args?.groupType;
|
|
102
|
+
resourceInputs["machineIdentifyType"] = args?.machineIdentifyType;
|
|
103
|
+
resourceInputs["machineLists"] = args?.machineLists;
|
|
104
|
+
resourceInputs["projectName"] = args?.projectName;
|
|
105
|
+
}
|
|
106
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
107
|
+
super(MachineGroup.__pulumiType, name, resourceInputs, opts);
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
exports.MachineGroup = MachineGroup;
|
|
111
|
+
/** @internal */
|
|
112
|
+
MachineGroup.__pulumiType = 'alicloud:sls/machineGroup:MachineGroup';
|
|
113
|
+
//# sourceMappingURL=machineGroup.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"machineGroup.js","sourceRoot":"","sources":["../../sls/machineGroup.ts"],"names":[],"mappings":"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"}
|
package/types/input.d.ts
CHANGED
|
@@ -17885,6 +17885,30 @@ export declare namespace sls {
|
|
|
17885
17885
|
*/
|
|
17886
17886
|
roleArn: pulumi.Input<string>;
|
|
17887
17887
|
}
|
|
17888
|
+
interface LogtailConfigOutputDetail {
|
|
17889
|
+
/**
|
|
17890
|
+
* The endpoint of the log project.
|
|
17891
|
+
*/
|
|
17892
|
+
endpoint?: pulumi.Input<string>;
|
|
17893
|
+
/**
|
|
17894
|
+
* The name of the output target logstore.
|
|
17895
|
+
*/
|
|
17896
|
+
logstoreName?: pulumi.Input<string>;
|
|
17897
|
+
/**
|
|
17898
|
+
* Region
|
|
17899
|
+
*/
|
|
17900
|
+
region?: pulumi.Input<string>;
|
|
17901
|
+
}
|
|
17902
|
+
interface MachineGroupGroupAttribute {
|
|
17903
|
+
/**
|
|
17904
|
+
* The external management system identification on which the machine group depends.
|
|
17905
|
+
*/
|
|
17906
|
+
externalName?: pulumi.Input<string>;
|
|
17907
|
+
/**
|
|
17908
|
+
* The log topic of the machine group.
|
|
17909
|
+
*/
|
|
17910
|
+
groupTopic?: pulumi.Input<string>;
|
|
17911
|
+
}
|
|
17888
17912
|
interface OssExportSinkConfiguration {
|
|
17889
17913
|
/**
|
|
17890
17914
|
* The beginning of the time range to ship data. The value 1 specifies that the data shipping job ships data from the first log in the Logstore. Example value: 1718380800
|
|
@@ -18249,33 +18273,40 @@ export declare namespace vpc {
|
|
|
18249
18273
|
}
|
|
18250
18274
|
interface NetworkAclEgressAclEntry {
|
|
18251
18275
|
/**
|
|
18252
|
-
* The description of the outbound rule.
|
|
18276
|
+
* The description of the outbound rule.
|
|
18277
|
+
* The description must be 1 to 256 characters in length and cannot start with http:// or https.
|
|
18253
18278
|
*/
|
|
18254
18279
|
description?: pulumi.Input<string>;
|
|
18255
18280
|
/**
|
|
18256
|
-
* The
|
|
18281
|
+
* The destination CIDR block.
|
|
18257
18282
|
*/
|
|
18258
18283
|
destinationCidrIp?: pulumi.Input<string>;
|
|
18259
18284
|
/**
|
|
18260
|
-
* The route entry type.
|
|
18285
|
+
* The route entry type. Value
|
|
18286
|
+
* custom custom rule
|
|
18287
|
+
* system system rules
|
|
18288
|
+
* service Cloud service rules
|
|
18261
18289
|
*/
|
|
18262
18290
|
entryType?: pulumi.Input<string>;
|
|
18263
18291
|
/**
|
|
18264
|
-
* The IP protocol version of the route entry. Valid values: "
|
|
18292
|
+
* The IP protocol version of the route entry. Valid values: "Ipv4" and "ipv6'
|
|
18265
18293
|
*/
|
|
18266
18294
|
ipVersion?: pulumi.Input<string>;
|
|
18267
18295
|
/**
|
|
18268
|
-
* Name of the outbound rule entry.
|
|
18296
|
+
* Name of the outbound rule entry.
|
|
18297
|
+
* The name must be 1 to 128 characters in length and cannot start with http:// or https.
|
|
18269
18298
|
*/
|
|
18270
18299
|
networkAclEntryName?: pulumi.Input<string>;
|
|
18271
18300
|
/**
|
|
18272
|
-
*
|
|
18273
|
-
* - accept
|
|
18274
|
-
* - drop
|
|
18301
|
+
* The action to be performed on network traffic that matches the rule. Valid values:
|
|
18302
|
+
* - accept
|
|
18303
|
+
* - drop
|
|
18275
18304
|
*/
|
|
18276
18305
|
policy?: pulumi.Input<string>;
|
|
18277
18306
|
/**
|
|
18278
|
-
* The destination port range of the outbound rule.
|
|
18307
|
+
* The destination port range of the outbound rule.
|
|
18308
|
+
* When the Protocol type of the outbound rule is all, icmp, or gre, the port range is - 1/-1, indicating that the port is not restricted.
|
|
18309
|
+
* When the Protocol type of the outbound rule is tcp or udp, the port range is 1 to 65535, and the format is 1/200 or 80/80, indicating port 1 to port 200 or port 80.
|
|
18279
18310
|
*/
|
|
18280
18311
|
port?: pulumi.Input<string>;
|
|
18281
18312
|
/**
|
|
@@ -18314,29 +18345,33 @@ export declare namespace vpc {
|
|
|
18314
18345
|
}
|
|
18315
18346
|
interface NetworkAclIngressAclEntry {
|
|
18316
18347
|
/**
|
|
18317
|
-
* Description of the inbound rule.
|
|
18348
|
+
* Description of the inbound rule.
|
|
18349
|
+
* The description must be 1 to 256 characters in length and cannot start with http:// or https.
|
|
18318
18350
|
*/
|
|
18319
18351
|
description?: pulumi.Input<string>;
|
|
18320
18352
|
/**
|
|
18321
|
-
* The route entry type.
|
|
18353
|
+
* The route entry type. Value
|
|
18322
18354
|
*/
|
|
18323
18355
|
entryType?: pulumi.Input<string>;
|
|
18324
18356
|
/**
|
|
18325
|
-
* The IP protocol version of the route entry. Valid values: "
|
|
18357
|
+
* The IP protocol version of the route entry. Valid values: "Ipv4" and "ipv6'
|
|
18326
18358
|
*/
|
|
18327
18359
|
ipVersion?: pulumi.Input<string>;
|
|
18328
18360
|
/**
|
|
18329
|
-
* The name of the inbound rule entry.
|
|
18361
|
+
* The name of the inbound rule entry.
|
|
18362
|
+
* The name must be 1 to 128 characters in length and cannot start with http:// or https.
|
|
18330
18363
|
*/
|
|
18331
18364
|
networkAclEntryName?: pulumi.Input<string>;
|
|
18332
18365
|
/**
|
|
18333
|
-
*
|
|
18334
|
-
* - accept
|
|
18335
|
-
* - drop
|
|
18366
|
+
* The action to be performed on network traffic that matches the rule. Valid values:
|
|
18367
|
+
* - accept
|
|
18368
|
+
* - drop
|
|
18336
18369
|
*/
|
|
18337
18370
|
policy?: pulumi.Input<string>;
|
|
18338
18371
|
/**
|
|
18339
|
-
* The source port range of the inbound rule.
|
|
18372
|
+
* The source port range of the inbound rule.
|
|
18373
|
+
* When the Protocol type of the inbound rule is all, icmp, or gre, the port range is - 1/-1, indicating that the port is not restricted.
|
|
18374
|
+
* When the Protocol type of the inbound rule is tcp or udp, the port range is 1 to 65535, and the format is 1/200 or 80/80, indicating port 1 to port 200 or port 80.
|
|
18340
18375
|
*/
|
|
18341
18376
|
port?: pulumi.Input<string>;
|
|
18342
18377
|
/**
|
|
@@ -18349,7 +18384,7 @@ export declare namespace vpc {
|
|
|
18349
18384
|
*/
|
|
18350
18385
|
protocol?: pulumi.Input<string>;
|
|
18351
18386
|
/**
|
|
18352
|
-
*
|
|
18387
|
+
* The source CIDR block.
|
|
18353
18388
|
*/
|
|
18354
18389
|
sourceCidrIp?: pulumi.Input<string>;
|
|
18355
18390
|
}
|
package/types/output.d.ts
CHANGED
|
@@ -3300,11 +3300,11 @@ export declare namespace amqp {
|
|
|
3300
3300
|
}
|
|
3301
3301
|
interface GetInstancesInstance {
|
|
3302
3302
|
/**
|
|
3303
|
-
*
|
|
3303
|
+
* The timestamp that indicates when the order was created.
|
|
3304
3304
|
*/
|
|
3305
3305
|
createTime: string;
|
|
3306
3306
|
/**
|
|
3307
|
-
*
|
|
3307
|
+
* The timestamp that indicates when the instance expires.
|
|
3308
3308
|
*/
|
|
3309
3309
|
expireTime: string;
|
|
3310
3310
|
/**
|
|
@@ -3324,35 +3324,35 @@ export declare namespace amqp {
|
|
|
3324
3324
|
*/
|
|
3325
3325
|
instanceType: string;
|
|
3326
3326
|
/**
|
|
3327
|
-
* The
|
|
3327
|
+
* The billing method of the instance. **Note:** `paymentType` takes effect only if `enableDetails` is set to `true`.
|
|
3328
3328
|
*/
|
|
3329
3329
|
paymentType: string;
|
|
3330
3330
|
/**
|
|
3331
|
-
* The private
|
|
3331
|
+
* The virtual private cloud (VPC) endpoint of the instance.
|
|
3332
3332
|
*/
|
|
3333
3333
|
privateEndPoint: string;
|
|
3334
3334
|
/**
|
|
3335
|
-
* The public
|
|
3335
|
+
* The public endpoint of the instance.
|
|
3336
3336
|
*/
|
|
3337
3337
|
publicEndpoint: string;
|
|
3338
3338
|
/**
|
|
3339
|
-
*
|
|
3339
|
+
* Auto renewal period of an instance. **Note:** `renewalDuration` takes effect only if `enableDetails` is set to `true`.
|
|
3340
3340
|
*/
|
|
3341
3341
|
renewalDuration: number;
|
|
3342
3342
|
/**
|
|
3343
|
-
*
|
|
3343
|
+
* Automatic renewal period unit. **Note:** `renewalDurationUnit` takes effect only if `enableDetails` is set to `true`.
|
|
3344
3344
|
*/
|
|
3345
3345
|
renewalDurationUnit: string;
|
|
3346
3346
|
/**
|
|
3347
|
-
*
|
|
3347
|
+
* Whether to renew an instance automatically or not. **Note:** `renewalStatus` takes effect only if `enableDetails` is set to `true`.
|
|
3348
3348
|
*/
|
|
3349
3349
|
renewalStatus: string;
|
|
3350
3350
|
/**
|
|
3351
|
-
* The status of the resource.
|
|
3351
|
+
* The status of the resource. Valid values: `DEPLOYING`, `SERVING`, `EXPIRED`, `RELEASED`.
|
|
3352
3352
|
*/
|
|
3353
3353
|
status: string;
|
|
3354
3354
|
/**
|
|
3355
|
-
*
|
|
3355
|
+
* Indicates whether the instance supports elastic IP addresses (EIPs).
|
|
3356
3356
|
*/
|
|
3357
3357
|
supportEip: boolean;
|
|
3358
3358
|
}
|
|
@@ -47527,15 +47527,15 @@ export declare namespace resourcemanager {
|
|
|
47527
47527
|
}
|
|
47528
47528
|
interface GetAccountsAccount {
|
|
47529
47529
|
/**
|
|
47530
|
-
* The ID of the
|
|
47530
|
+
* The Alibaba Cloud account ID of the member.
|
|
47531
47531
|
*/
|
|
47532
47532
|
accountId: string;
|
|
47533
47533
|
/**
|
|
47534
|
-
* (Available
|
|
47534
|
+
* (Available since v1.125.0) The Alibaba Cloud account name of the member. **Note:** `accountName` takes effect only if `enableDetails` is set to `true`.
|
|
47535
47535
|
*/
|
|
47536
47536
|
accountName: string;
|
|
47537
47537
|
/**
|
|
47538
|
-
* The name of the member
|
|
47538
|
+
* The display name of the member.
|
|
47539
47539
|
*/
|
|
47540
47540
|
displayName: string;
|
|
47541
47541
|
/**
|
|
@@ -47543,23 +47543,23 @@ export declare namespace resourcemanager {
|
|
|
47543
47543
|
*/
|
|
47544
47544
|
folderId: string;
|
|
47545
47545
|
/**
|
|
47546
|
-
* The ID of the
|
|
47546
|
+
* The ID of the Account.
|
|
47547
47547
|
*/
|
|
47548
47548
|
id: string;
|
|
47549
47549
|
/**
|
|
47550
|
-
* The way in which the member
|
|
47550
|
+
* The way in which the member joins the resource directory.
|
|
47551
47551
|
*/
|
|
47552
47552
|
joinMethod: string;
|
|
47553
47553
|
/**
|
|
47554
|
-
* The time when the member
|
|
47554
|
+
* The time when the member joined the resource directory.
|
|
47555
47555
|
*/
|
|
47556
47556
|
joinTime: string;
|
|
47557
47557
|
/**
|
|
47558
|
-
* The time when the member
|
|
47558
|
+
* The time when the member was modified.
|
|
47559
47559
|
*/
|
|
47560
47560
|
modifyTime: string;
|
|
47561
47561
|
/**
|
|
47562
|
-
* (Available
|
|
47562
|
+
* (Available since v1.124.3) The ID of the settlement account. **Note:** `payerAccountId` takes effect only if `enableDetails` is set to `true`.
|
|
47563
47563
|
*/
|
|
47564
47564
|
payerAccountId: string;
|
|
47565
47565
|
/**
|
|
@@ -47567,11 +47567,17 @@ export declare namespace resourcemanager {
|
|
|
47567
47567
|
*/
|
|
47568
47568
|
resourceDirectoryId: string;
|
|
47569
47569
|
/**
|
|
47570
|
-
* The status of account
|
|
47570
|
+
* The status of account. Valid values: `CreateCancelled`, `CreateExpired`, `CreateFailed`, `CreateSuccess`, `CreateVerifying`, `InviteSuccess`, `PromoteCancelled`, `PromoteExpired`, `PromoteFailed`, `PromoteSuccess`, `PromoteVerifying`.
|
|
47571
47571
|
*/
|
|
47572
47572
|
status: string;
|
|
47573
47573
|
/**
|
|
47574
|
-
*
|
|
47574
|
+
* A mapping of tags to assign to the resource.
|
|
47575
|
+
*/
|
|
47576
|
+
tags: {
|
|
47577
|
+
[key: string]: string;
|
|
47578
|
+
};
|
|
47579
|
+
/**
|
|
47580
|
+
* The type of the member.
|
|
47575
47581
|
*/
|
|
47576
47582
|
type: string;
|
|
47577
47583
|
}
|
|
@@ -54186,6 +54192,50 @@ export declare namespace sls {
|
|
|
54186
54192
|
*/
|
|
54187
54193
|
roleArn: string;
|
|
54188
54194
|
}
|
|
54195
|
+
interface GetLogtailConfigsConfig {
|
|
54196
|
+
/**
|
|
54197
|
+
* The ID of the resource supplied above.
|
|
54198
|
+
*/
|
|
54199
|
+
id: string;
|
|
54200
|
+
/**
|
|
54201
|
+
* The name of the resource
|
|
54202
|
+
*/
|
|
54203
|
+
logtailConfigName: string;
|
|
54204
|
+
}
|
|
54205
|
+
interface GetMachineGroupsGroup {
|
|
54206
|
+
/**
|
|
54207
|
+
* Machine Group name
|
|
54208
|
+
*/
|
|
54209
|
+
groupName: string;
|
|
54210
|
+
/**
|
|
54211
|
+
* The ID of the resource supplied above.
|
|
54212
|
+
*/
|
|
54213
|
+
id: string;
|
|
54214
|
+
}
|
|
54215
|
+
interface LogtailConfigOutputDetail {
|
|
54216
|
+
/**
|
|
54217
|
+
* The endpoint of the log project.
|
|
54218
|
+
*/
|
|
54219
|
+
endpoint?: string;
|
|
54220
|
+
/**
|
|
54221
|
+
* The name of the output target logstore.
|
|
54222
|
+
*/
|
|
54223
|
+
logstoreName?: string;
|
|
54224
|
+
/**
|
|
54225
|
+
* Region
|
|
54226
|
+
*/
|
|
54227
|
+
region?: string;
|
|
54228
|
+
}
|
|
54229
|
+
interface MachineGroupGroupAttribute {
|
|
54230
|
+
/**
|
|
54231
|
+
* The external management system identification on which the machine group depends.
|
|
54232
|
+
*/
|
|
54233
|
+
externalName?: string;
|
|
54234
|
+
/**
|
|
54235
|
+
* The log topic of the machine group.
|
|
54236
|
+
*/
|
|
54237
|
+
groupTopic?: string;
|
|
54238
|
+
}
|
|
54189
54239
|
interface OssExportSinkConfiguration {
|
|
54190
54240
|
/**
|
|
54191
54241
|
* The beginning of the time range to ship data. The value 1 specifies that the data shipping job ships data from the first log in the Logstore. Example value: 1718380800
|
|
@@ -57344,33 +57394,40 @@ export declare namespace vpc {
|
|
|
57344
57394
|
}
|
|
57345
57395
|
interface NetworkAclEgressAclEntry {
|
|
57346
57396
|
/**
|
|
57347
|
-
* The description of the outbound rule.
|
|
57397
|
+
* The description of the outbound rule.
|
|
57398
|
+
* The description must be 1 to 256 characters in length and cannot start with http:// or https.
|
|
57348
57399
|
*/
|
|
57349
57400
|
description?: string;
|
|
57350
57401
|
/**
|
|
57351
|
-
* The
|
|
57402
|
+
* The destination CIDR block.
|
|
57352
57403
|
*/
|
|
57353
57404
|
destinationCidrIp?: string;
|
|
57354
57405
|
/**
|
|
57355
|
-
* The route entry type.
|
|
57406
|
+
* The route entry type. Value
|
|
57407
|
+
* custom custom rule
|
|
57408
|
+
* system system rules
|
|
57409
|
+
* service Cloud service rules
|
|
57356
57410
|
*/
|
|
57357
57411
|
entryType: string;
|
|
57358
57412
|
/**
|
|
57359
|
-
* The IP protocol version of the route entry. Valid values: "
|
|
57413
|
+
* The IP protocol version of the route entry. Valid values: "Ipv4" and "ipv6'
|
|
57360
57414
|
*/
|
|
57361
57415
|
ipVersion: string;
|
|
57362
57416
|
/**
|
|
57363
|
-
* Name of the outbound rule entry.
|
|
57417
|
+
* Name of the outbound rule entry.
|
|
57418
|
+
* The name must be 1 to 128 characters in length and cannot start with http:// or https.
|
|
57364
57419
|
*/
|
|
57365
57420
|
networkAclEntryName?: string;
|
|
57366
57421
|
/**
|
|
57367
|
-
*
|
|
57368
|
-
* - accept
|
|
57369
|
-
* - drop
|
|
57422
|
+
* The action to be performed on network traffic that matches the rule. Valid values:
|
|
57423
|
+
* - accept
|
|
57424
|
+
* - drop
|
|
57370
57425
|
*/
|
|
57371
57426
|
policy?: string;
|
|
57372
57427
|
/**
|
|
57373
|
-
* The destination port range of the outbound rule.
|
|
57428
|
+
* The destination port range of the outbound rule.
|
|
57429
|
+
* When the Protocol type of the outbound rule is all, icmp, or gre, the port range is - 1/-1, indicating that the port is not restricted.
|
|
57430
|
+
* When the Protocol type of the outbound rule is tcp or udp, the port range is 1 to 65535, and the format is 1/200 or 80/80, indicating port 1 to port 200 or port 80.
|
|
57374
57431
|
*/
|
|
57375
57432
|
port?: string;
|
|
57376
57433
|
/**
|
|
@@ -57409,29 +57466,33 @@ export declare namespace vpc {
|
|
|
57409
57466
|
}
|
|
57410
57467
|
interface NetworkAclIngressAclEntry {
|
|
57411
57468
|
/**
|
|
57412
|
-
* Description of the inbound rule.
|
|
57469
|
+
* Description of the inbound rule.
|
|
57470
|
+
* The description must be 1 to 256 characters in length and cannot start with http:// or https.
|
|
57413
57471
|
*/
|
|
57414
57472
|
description?: string;
|
|
57415
57473
|
/**
|
|
57416
|
-
* The route entry type.
|
|
57474
|
+
* The route entry type. Value
|
|
57417
57475
|
*/
|
|
57418
57476
|
entryType: string;
|
|
57419
57477
|
/**
|
|
57420
|
-
* The IP protocol version of the route entry. Valid values: "
|
|
57478
|
+
* The IP protocol version of the route entry. Valid values: "Ipv4" and "ipv6'
|
|
57421
57479
|
*/
|
|
57422
57480
|
ipVersion: string;
|
|
57423
57481
|
/**
|
|
57424
|
-
* The name of the inbound rule entry.
|
|
57482
|
+
* The name of the inbound rule entry.
|
|
57483
|
+
* The name must be 1 to 128 characters in length and cannot start with http:// or https.
|
|
57425
57484
|
*/
|
|
57426
57485
|
networkAclEntryName?: string;
|
|
57427
57486
|
/**
|
|
57428
|
-
*
|
|
57429
|
-
* - accept
|
|
57430
|
-
* - drop
|
|
57487
|
+
* The action to be performed on network traffic that matches the rule. Valid values:
|
|
57488
|
+
* - accept
|
|
57489
|
+
* - drop
|
|
57431
57490
|
*/
|
|
57432
57491
|
policy?: string;
|
|
57433
57492
|
/**
|
|
57434
|
-
* The source port range of the inbound rule.
|
|
57493
|
+
* The source port range of the inbound rule.
|
|
57494
|
+
* When the Protocol type of the inbound rule is all, icmp, or gre, the port range is - 1/-1, indicating that the port is not restricted.
|
|
57495
|
+
* When the Protocol type of the inbound rule is tcp or udp, the port range is 1 to 65535, and the format is 1/200 or 80/80, indicating port 1 to port 200 or port 80.
|
|
57435
57496
|
*/
|
|
57436
57497
|
port?: string;
|
|
57437
57498
|
/**
|
|
@@ -57444,7 +57505,7 @@ export declare namespace vpc {
|
|
|
57444
57505
|
*/
|
|
57445
57506
|
protocol?: string;
|
|
57446
57507
|
/**
|
|
57447
|
-
*
|
|
57508
|
+
* The source CIDR block.
|
|
57448
57509
|
*/
|
|
57449
57510
|
sourceCidrIp?: string;
|
|
57450
57511
|
}
|