@volcengine/pulumi-volcenginecc 0.0.48 → 0.0.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/apig/upstream.d.ts +12 -0
- package/apig/upstream.d.ts.map +1 -1
- package/apig/upstream.js +8 -1
- package/apig/upstream.js.map +1 -1
- package/ecs/getKeypair.d.ts +4 -0
- package/ecs/getKeypair.d.ts.map +1 -1
- package/ecs/getKeypair.js.map +1 -1
- package/ecs/keypair.d.ts +8 -0
- package/ecs/keypair.d.ts.map +1 -1
- package/ecs/keypair.js +2 -0
- package/ecs/keypair.js.map +1 -1
- package/escloud/getIpAllowList.d.ts +33 -0
- package/escloud/getIpAllowList.d.ts.map +1 -0
- package/escloud/getIpAllowList.js +51 -0
- package/escloud/getIpAllowList.js.map +1 -0
- package/escloud/getIpAllowLists.d.ts +23 -0
- package/escloud/getIpAllowLists.d.ts.map +1 -0
- package/escloud/getIpAllowLists.js +47 -0
- package/escloud/getIpAllowLists.js.map +1 -0
- package/escloud/index.d.ts +9 -0
- package/escloud/index.d.ts.map +1 -1
- package/escloud/index.js +12 -1
- package/escloud/index.js.map +1 -1
- package/escloud/ipAllowList.d.ts +146 -0
- package/escloud/ipAllowList.d.ts.map +1 -0
- package/escloud/ipAllowList.js +131 -0
- package/escloud/ipAllowList.js.map +1 -0
- package/package.json +1 -1
- package/tls/downloadTask.d.ts +295 -0
- package/tls/downloadTask.d.ts.map +1 -0
- package/tls/downloadTask.js +170 -0
- package/tls/downloadTask.js.map +1 -0
- package/tls/getDownloadTask.d.ts +118 -0
- package/tls/getDownloadTask.d.ts.map +1 -0
- package/tls/getDownloadTask.js +51 -0
- package/tls/getDownloadTask.js.map +1 -0
- package/tls/getDownloadTasks.d.ts +23 -0
- package/tls/getDownloadTasks.d.ts.map +1 -0
- package/tls/getDownloadTasks.js +47 -0
- package/tls/getDownloadTasks.js.map +1 -0
- package/tls/getRuleBoundHostGroup.d.ts +50 -0
- package/tls/getRuleBoundHostGroup.d.ts.map +1 -0
- package/tls/getRuleBoundHostGroup.js +51 -0
- package/tls/getRuleBoundHostGroup.js.map +1 -0
- package/tls/getRuleBoundHostGroups.d.ts +23 -0
- package/tls/getRuleBoundHostGroups.d.ts.map +1 -0
- package/tls/getRuleBoundHostGroups.js +47 -0
- package/tls/getRuleBoundHostGroups.js.map +1 -0
- package/tls/getTopic.d.ts +12 -0
- package/tls/getTopic.d.ts.map +1 -1
- package/tls/getTopic.js.map +1 -1
- package/tls/index.d.ts +18 -0
- package/tls/index.d.ts.map +1 -1
- package/tls/index.js +24 -2
- package/tls/index.js.map +1 -1
- package/tls/ruleBoundHostGroup.d.ts +92 -0
- package/tls/ruleBoundHostGroup.d.ts.map +1 -0
- package/tls/ruleBoundHostGroup.js +103 -0
- package/tls/ruleBoundHostGroup.js.map +1 -0
- package/tls/topic.d.ts +36 -0
- package/tls/topic.d.ts.map +1 -1
- package/tls/topic.js +8 -0
- package/tls/topic.js.map +1 -1
- package/tos/bucketReplication.d.ts +117 -0
- package/tos/bucketReplication.d.ts.map +1 -0
- package/tos/bucketReplication.js +124 -0
- package/tos/bucketReplication.js.map +1 -0
- package/tos/getBucketReplication.d.ts +50 -0
- package/tos/getBucketReplication.d.ts.map +1 -0
- package/tos/getBucketReplication.js +51 -0
- package/tos/getBucketReplication.js.map +1 -0
- package/tos/getBucketReplications.d.ts +23 -0
- package/tos/getBucketReplications.d.ts.map +1 -0
- package/tos/getBucketReplications.js +47 -0
- package/tos/getBucketReplications.js.map +1 -0
- package/tos/index.d.ts +9 -0
- package/tos/index.d.ts.map +1 -1
- package/tos/index.js +13 -2
- package/tos/index.js.map +1 -1
- package/types/input.d.ts +190 -4
- package/types/input.d.ts.map +1 -1
- package/types/output.d.ts +380 -4
- package/types/output.d.ts.map +1 -1
- package/vmp/getIntegrationTask.d.ts +90 -0
- package/vmp/getIntegrationTask.d.ts.map +1 -0
- package/vmp/getIntegrationTask.js +51 -0
- package/vmp/getIntegrationTask.js.map +1 -0
- package/vmp/getIntegrationTasks.d.ts +23 -0
- package/vmp/getIntegrationTasks.d.ts.map +1 -0
- package/vmp/getIntegrationTasks.js +47 -0
- package/vmp/getIntegrationTasks.js.map +1 -0
- package/vmp/index.d.ts +9 -0
- package/vmp/index.d.ts.map +1 -1
- package/vmp/index.js +12 -1
- package/vmp/index.js.map +1 -1
- package/vmp/integrationTask.d.ts +229 -0
- package/vmp/integrationTask.d.ts.map +1 -0
- package/vmp/integrationTask.js +148 -0
- package/vmp/integrationTask.js.map +1 -0
package/types/output.d.ts
CHANGED
|
@@ -2469,10 +2469,6 @@ export declare namespace apig {
|
|
|
2469
2469
|
* Version name. Supports uppercase and lowercase letters, numbers, and hyphens (-). Length: 2~63 characters. Cannot start with a hyphen (-)
|
|
2470
2470
|
*/
|
|
2471
2471
|
name: string;
|
|
2472
|
-
/**
|
|
2473
|
-
* Update time
|
|
2474
|
-
*/
|
|
2475
|
-
updateTime: string;
|
|
2476
2472
|
}
|
|
2477
2473
|
interface UpstreamVersionDetailLabel {
|
|
2478
2474
|
/**
|
|
@@ -13746,6 +13742,16 @@ export declare namespace escloud {
|
|
|
13746
13742
|
*/
|
|
13747
13743
|
warmNodeNum: number;
|
|
13748
13744
|
}
|
|
13745
|
+
interface GetIpAllowListGroup {
|
|
13746
|
+
/**
|
|
13747
|
+
* Custom group IP allowlist list cannot be empty; to configure multiple IPs, use commas (,)
|
|
13748
|
+
*/
|
|
13749
|
+
allowLists: string[];
|
|
13750
|
+
/**
|
|
13751
|
+
* Custom group name
|
|
13752
|
+
*/
|
|
13753
|
+
name: string;
|
|
13754
|
+
}
|
|
13749
13755
|
interface InstanceInstanceConfiguration {
|
|
13750
13756
|
/**
|
|
13751
13757
|
* Administrator password.
|
|
@@ -14313,6 +14319,16 @@ export declare namespace escloud {
|
|
|
14313
14319
|
*/
|
|
14314
14320
|
warmNodeNum: number;
|
|
14315
14321
|
}
|
|
14322
|
+
interface IpAllowListGroup {
|
|
14323
|
+
/**
|
|
14324
|
+
* Custom group IP allowlist list cannot be empty; to configure multiple IPs, use commas (,)
|
|
14325
|
+
*/
|
|
14326
|
+
allowLists: string[];
|
|
14327
|
+
/**
|
|
14328
|
+
* Custom group name
|
|
14329
|
+
*/
|
|
14330
|
+
name: string;
|
|
14331
|
+
}
|
|
14316
14332
|
}
|
|
14317
14333
|
export declare namespace filenas {
|
|
14318
14334
|
interface GetInstanceCachePerformance {
|
|
@@ -23673,6 +23689,20 @@ export declare namespace tls {
|
|
|
23673
23689
|
*/
|
|
23674
23690
|
value: string;
|
|
23675
23691
|
}
|
|
23692
|
+
interface DownloadTaskLogContextInfos {
|
|
23693
|
+
/**
|
|
23694
|
+
* LogGroup ID to which the log context belongs.
|
|
23695
|
+
*/
|
|
23696
|
+
contextFlow: string;
|
|
23697
|
+
/**
|
|
23698
|
+
* Specifies the log index in the LogGroup.
|
|
23699
|
+
*/
|
|
23700
|
+
packageOffset: number;
|
|
23701
|
+
/**
|
|
23702
|
+
* Host of the log source.
|
|
23703
|
+
*/
|
|
23704
|
+
source: string;
|
|
23705
|
+
}
|
|
23676
23706
|
interface EtlTargetResource {
|
|
23677
23707
|
/**
|
|
23678
23708
|
* Name of the custom output target. You must use this name to refer to the output target in the data processing rules
|
|
@@ -24247,6 +24277,20 @@ export declare namespace tls {
|
|
|
24247
24277
|
*/
|
|
24248
24278
|
value: string;
|
|
24249
24279
|
}
|
|
24280
|
+
interface GetDownloadTaskLogContextInfos {
|
|
24281
|
+
/**
|
|
24282
|
+
* LogGroup ID to which the log context belongs.
|
|
24283
|
+
*/
|
|
24284
|
+
contextFlow: string;
|
|
24285
|
+
/**
|
|
24286
|
+
* Specifies the log index in the LogGroup.
|
|
24287
|
+
*/
|
|
24288
|
+
packageOffset: number;
|
|
24289
|
+
/**
|
|
24290
|
+
* Host of the log source.
|
|
24291
|
+
*/
|
|
24292
|
+
source: string;
|
|
24293
|
+
}
|
|
24250
24294
|
interface GetEtlTargetResource {
|
|
24251
24295
|
/**
|
|
24252
24296
|
* Name of the custom output target. You must use this name to refer to the output target in the data processing rules
|
|
@@ -25175,6 +25219,72 @@ export declare namespace tls {
|
|
|
25175
25219
|
*/
|
|
25176
25220
|
value: string;
|
|
25177
25221
|
}
|
|
25222
|
+
interface GetRuleBoundHostGroupHostGroup {
|
|
25223
|
+
/**
|
|
25224
|
+
* Number of machines with abnormal heartbeat status
|
|
25225
|
+
*/
|
|
25226
|
+
abnormalHeartbeatStatusCount: number;
|
|
25227
|
+
/**
|
|
25228
|
+
* Latest LogCollector version number available for upgrade
|
|
25229
|
+
*/
|
|
25230
|
+
agentLatestVersion: string;
|
|
25231
|
+
/**
|
|
25232
|
+
* Enable LogCollector auto upgrade on machine group servers. true: The log service will check upgrade conditions during the specified time period each day. If conditions are met, LogCollector will be upgraded automatically without manual intervention. false (default): LogCollector will not upgrade automatically. To use a newer version, refer to the LogCollector upgrade procedure.
|
|
25233
|
+
*/
|
|
25234
|
+
autoUpdate: boolean;
|
|
25235
|
+
/**
|
|
25236
|
+
* Machine group creation time
|
|
25237
|
+
*/
|
|
25238
|
+
createTime: string;
|
|
25239
|
+
/**
|
|
25240
|
+
* Number of machines in the machine group
|
|
25241
|
+
*/
|
|
25242
|
+
hostCount: number;
|
|
25243
|
+
/**
|
|
25244
|
+
* Machine group ID
|
|
25245
|
+
*/
|
|
25246
|
+
hostGroupId: string;
|
|
25247
|
+
/**
|
|
25248
|
+
* Machine group name
|
|
25249
|
+
*/
|
|
25250
|
+
hostGroupName: string;
|
|
25251
|
+
/**
|
|
25252
|
+
* Machine group type. IP: machine IP. Label: machine label.
|
|
25253
|
+
*/
|
|
25254
|
+
hostGroupType: string;
|
|
25255
|
+
/**
|
|
25256
|
+
* Machine identifier
|
|
25257
|
+
*/
|
|
25258
|
+
hostIdentifier: string;
|
|
25259
|
+
/**
|
|
25260
|
+
* IAM project associated with the machine group
|
|
25261
|
+
*/
|
|
25262
|
+
iamProjectName: string;
|
|
25263
|
+
/**
|
|
25264
|
+
* Machine group modification time
|
|
25265
|
+
*/
|
|
25266
|
+
modifyTime: string;
|
|
25267
|
+
/**
|
|
25268
|
+
* Number of machines with normal heartbeat status
|
|
25269
|
+
*/
|
|
25270
|
+
normalHeartbeatStatusCount: number;
|
|
25271
|
+
/**
|
|
25272
|
+
* Number of collection configurations bound to the machine group
|
|
25273
|
+
*/
|
|
25274
|
+
ruleCount: number;
|
|
25275
|
+
/**
|
|
25276
|
+
* Enable LogCollector service log feature. true: enabled. false (default): disabled.
|
|
25277
|
+
*/
|
|
25278
|
+
serviceLogging: boolean;
|
|
25279
|
+
/**
|
|
25280
|
+
* LogCollector auto upgrade end time
|
|
25281
|
+
*/
|
|
25282
|
+
updateEndTime: string;
|
|
25283
|
+
/**
|
|
25284
|
+
* LogCollector auto upgrade start time. Note: Only required when AutoUpdate is set to true. It is recommended to schedule auto upgrade during off-peak hours. LogCollector may restart during the upgrade process, but logs will not be lost.
|
|
25285
|
+
*/
|
|
25286
|
+
updateStartTime: string;
|
|
25287
|
+
}
|
|
25178
25288
|
interface GetRuleContainerRule {
|
|
25179
25289
|
/**
|
|
25180
25290
|
* Container name to collect. If no container name is specified, all containers in the machine group will be collected. Supports regex matching; for example, setting the container name to ^(container-test)$ will collect all containers named container-test.
|
|
@@ -25763,6 +25873,32 @@ export declare namespace tls {
|
|
|
25763
25873
|
*/
|
|
25764
25874
|
prefix: string;
|
|
25765
25875
|
}
|
|
25876
|
+
interface GetTopicShard {
|
|
25877
|
+
/**
|
|
25878
|
+
* Ending key value of the partition
|
|
25879
|
+
*/
|
|
25880
|
+
exclusiveEndKey: string;
|
|
25881
|
+
/**
|
|
25882
|
+
* Starting key value of the partition
|
|
25883
|
+
*/
|
|
25884
|
+
inclusiveBeginKey: string;
|
|
25885
|
+
/**
|
|
25886
|
+
* Last modified time of the partition
|
|
25887
|
+
*/
|
|
25888
|
+
modifyTime: string;
|
|
25889
|
+
/**
|
|
25890
|
+
* Partition ID of the log topic
|
|
25891
|
+
*/
|
|
25892
|
+
shardId: number;
|
|
25893
|
+
/**
|
|
25894
|
+
* Partition status: readwrite means read/write, readonly means read-only
|
|
25895
|
+
*/
|
|
25896
|
+
status: string;
|
|
25897
|
+
/**
|
|
25898
|
+
* Time when the partition stopped writing, that is, the last time logs were written to this partition
|
|
25899
|
+
*/
|
|
25900
|
+
stopWriteTime: string;
|
|
25901
|
+
}
|
|
25766
25902
|
interface GetTopicTag {
|
|
25767
25903
|
/**
|
|
25768
25904
|
* User tag key.
|
|
@@ -26688,6 +26824,72 @@ export declare namespace tls {
|
|
|
26688
26824
|
*/
|
|
26689
26825
|
value: string;
|
|
26690
26826
|
}
|
|
26827
|
+
interface RuleBoundHostGroupHostGroup {
|
|
26828
|
+
/**
|
|
26829
|
+
* Number of machines with abnormal heartbeat status
|
|
26830
|
+
*/
|
|
26831
|
+
abnormalHeartbeatStatusCount: number;
|
|
26832
|
+
/**
|
|
26833
|
+
* Latest LogCollector version number available for upgrade
|
|
26834
|
+
*/
|
|
26835
|
+
agentLatestVersion: string;
|
|
26836
|
+
/**
|
|
26837
|
+
* Enable LogCollector auto upgrade on machine group servers. true: The log service will check upgrade conditions during the specified time period each day. If conditions are met, LogCollector will be upgraded automatically without manual intervention. false (default): LogCollector will not upgrade automatically. To use a newer version, refer to the LogCollector upgrade procedure.
|
|
26838
|
+
*/
|
|
26839
|
+
autoUpdate: boolean;
|
|
26840
|
+
/**
|
|
26841
|
+
* Machine group creation time
|
|
26842
|
+
*/
|
|
26843
|
+
createTime: string;
|
|
26844
|
+
/**
|
|
26845
|
+
* Number of machines in the machine group
|
|
26846
|
+
*/
|
|
26847
|
+
hostCount: number;
|
|
26848
|
+
/**
|
|
26849
|
+
* Machine group ID
|
|
26850
|
+
*/
|
|
26851
|
+
hostGroupId: string;
|
|
26852
|
+
/**
|
|
26853
|
+
* Machine group name
|
|
26854
|
+
*/
|
|
26855
|
+
hostGroupName: string;
|
|
26856
|
+
/**
|
|
26857
|
+
* Machine group type. IP: machine IP. Label: machine label.
|
|
26858
|
+
*/
|
|
26859
|
+
hostGroupType: string;
|
|
26860
|
+
/**
|
|
26861
|
+
* Machine identifier
|
|
26862
|
+
*/
|
|
26863
|
+
hostIdentifier: string;
|
|
26864
|
+
/**
|
|
26865
|
+
* IAM project associated with the machine group
|
|
26866
|
+
*/
|
|
26867
|
+
iamProjectName: string;
|
|
26868
|
+
/**
|
|
26869
|
+
* Machine group modification time
|
|
26870
|
+
*/
|
|
26871
|
+
modifyTime: string;
|
|
26872
|
+
/**
|
|
26873
|
+
* Number of machines with normal heartbeat status
|
|
26874
|
+
*/
|
|
26875
|
+
normalHeartbeatStatusCount: number;
|
|
26876
|
+
/**
|
|
26877
|
+
* Number of collection configurations bound to the machine group
|
|
26878
|
+
*/
|
|
26879
|
+
ruleCount: number;
|
|
26880
|
+
/**
|
|
26881
|
+
* Enable LogCollector service log feature. true: enabled. false (default): disabled.
|
|
26882
|
+
*/
|
|
26883
|
+
serviceLogging: boolean;
|
|
26884
|
+
/**
|
|
26885
|
+
* LogCollector auto upgrade end time
|
|
26886
|
+
*/
|
|
26887
|
+
updateEndTime: string;
|
|
26888
|
+
/**
|
|
26889
|
+
* LogCollector auto upgrade start time. Note: Only required when AutoUpdate is set to true. It is recommended to schedule auto upgrade during off-peak hours. LogCollector may restart during the upgrade process, but logs will not be lost.
|
|
26890
|
+
*/
|
|
26891
|
+
updateStartTime: string;
|
|
26892
|
+
}
|
|
26691
26893
|
interface RuleContainerRule {
|
|
26692
26894
|
/**
|
|
26693
26895
|
* Container name to collect. If no container name is specified, all containers in the machine group will be collected. Supports regex matching; for example, setting the container name to ^(container-test)$ will collect all containers named container-test.
|
|
@@ -27229,6 +27431,32 @@ export declare namespace tls {
|
|
|
27229
27431
|
*/
|
|
27230
27432
|
prefix: string;
|
|
27231
27433
|
}
|
|
27434
|
+
interface TopicShard {
|
|
27435
|
+
/**
|
|
27436
|
+
* Ending key value of the partition
|
|
27437
|
+
*/
|
|
27438
|
+
exclusiveEndKey: string;
|
|
27439
|
+
/**
|
|
27440
|
+
* Starting key value of the partition
|
|
27441
|
+
*/
|
|
27442
|
+
inclusiveBeginKey: string;
|
|
27443
|
+
/**
|
|
27444
|
+
* Last modified time of the partition
|
|
27445
|
+
*/
|
|
27446
|
+
modifyTime: string;
|
|
27447
|
+
/**
|
|
27448
|
+
* Partition ID of the log topic
|
|
27449
|
+
*/
|
|
27450
|
+
shardId: number;
|
|
27451
|
+
/**
|
|
27452
|
+
* Partition status: readwrite means read/write, readonly means read-only
|
|
27453
|
+
*/
|
|
27454
|
+
status: string;
|
|
27455
|
+
/**
|
|
27456
|
+
* Time when the partition stopped writing, that is, the last time logs were written to this partition
|
|
27457
|
+
*/
|
|
27458
|
+
stopWriteTime: string;
|
|
27459
|
+
}
|
|
27232
27460
|
interface TopicTag {
|
|
27233
27461
|
/**
|
|
27234
27462
|
* User tag key.
|
|
@@ -27933,6 +28161,70 @@ export declare namespace tos {
|
|
|
27933
28161
|
*/
|
|
27934
28162
|
useServiceTopic: boolean;
|
|
27935
28163
|
}
|
|
28164
|
+
interface BucketReplicationRule {
|
|
28165
|
+
/**
|
|
28166
|
+
* Object owner management permissions
|
|
28167
|
+
*/
|
|
28168
|
+
accessControlTranslation: outputs.tos.BucketReplicationRuleAccessControlTranslation;
|
|
28169
|
+
/**
|
|
28170
|
+
* Replication target bucket information
|
|
28171
|
+
*/
|
|
28172
|
+
destination: outputs.tos.BucketReplicationRuleDestination;
|
|
28173
|
+
/**
|
|
28174
|
+
* Enable historical object replication. If enabled, historical objects matching this rule will be replicated. Options: Enabled: Enable historical object replication. Disabled: Do not enable historical object replication
|
|
28175
|
+
*/
|
|
28176
|
+
historicalObjectReplication: string;
|
|
28177
|
+
/**
|
|
28178
|
+
* Unique identifier for the rule, less than 255 characters
|
|
28179
|
+
*/
|
|
28180
|
+
id: string;
|
|
28181
|
+
/**
|
|
28182
|
+
* Object name prefix to which this rule applies
|
|
28183
|
+
*/
|
|
28184
|
+
prefixSets: string[];
|
|
28185
|
+
/**
|
|
28186
|
+
* Save replication progress
|
|
28187
|
+
*/
|
|
28188
|
+
progress: outputs.tos.BucketReplicationRuleProgress;
|
|
28189
|
+
/**
|
|
28190
|
+
* Specify whether to enable this rule. Options: Enabled: Enable this rule. Disabled: Do not enable this rule
|
|
28191
|
+
*/
|
|
28192
|
+
status: string;
|
|
28193
|
+
}
|
|
28194
|
+
interface BucketReplicationRuleAccessControlTranslation {
|
|
28195
|
+
/**
|
|
28196
|
+
* Object owner management permissions have been granted for replication to the destination bucket, allowing the destination bucket to read objects and grant other accounts permission to read objects
|
|
28197
|
+
*/
|
|
28198
|
+
owner: string;
|
|
28199
|
+
}
|
|
28200
|
+
interface BucketReplicationRuleDestination {
|
|
28201
|
+
/**
|
|
28202
|
+
* Name of the bucket storing object replicas identified by the rule
|
|
28203
|
+
*/
|
|
28204
|
+
bucket: string;
|
|
28205
|
+
/**
|
|
28206
|
+
* Region of the target bucket
|
|
28207
|
+
*/
|
|
28208
|
+
location: string;
|
|
28209
|
+
/**
|
|
28210
|
+
* Specify the storage class for objects replicated to the target bucket. Options: STANDARD: Standard storage. STANDARD*IA: Infrequent access storage. GLACIER*IR: Archive instant retrieval storage. INTELLIGENT*TIERING: Intelligent tiering storage. ARCHIVE: Archive storage. COLD*ARCHIVE: Cold archive storage. DEEP*COLD*ARCHIVE: Deep cold archive storage
|
|
28211
|
+
*/
|
|
28212
|
+
storageClass: string;
|
|
28213
|
+
/**
|
|
28214
|
+
* Set the storage class for objects replicated to the target bucket. Options: SOURCE*OBJECT: Inherit the storage class of the source bucket object. DESTINATION*BUCKET: Inherit the default storage class of the target bucket
|
|
28215
|
+
*/
|
|
28216
|
+
storageClassInheritDirective: string;
|
|
28217
|
+
}
|
|
28218
|
+
interface BucketReplicationRuleProgress {
|
|
28219
|
+
/**
|
|
28220
|
+
* Show the percentage of historical data that has been replicated
|
|
28221
|
+
*/
|
|
28222
|
+
historicalObject: number;
|
|
28223
|
+
/**
|
|
28224
|
+
* Show the timestamp when data is replicated to the target bucket
|
|
28225
|
+
*/
|
|
28226
|
+
newObject: string;
|
|
28227
|
+
}
|
|
27936
28228
|
interface BucketTag {
|
|
27937
28229
|
/**
|
|
27938
28230
|
* Tag key
|
|
@@ -28691,6 +28983,70 @@ export declare namespace tos {
|
|
|
28691
28983
|
*/
|
|
28692
28984
|
useServiceTopic: boolean;
|
|
28693
28985
|
}
|
|
28986
|
+
interface GetBucketReplicationRule {
|
|
28987
|
+
/**
|
|
28988
|
+
* Object owner management permissions
|
|
28989
|
+
*/
|
|
28990
|
+
accessControlTranslation: outputs.tos.GetBucketReplicationRuleAccessControlTranslation;
|
|
28991
|
+
/**
|
|
28992
|
+
* Replication target bucket information
|
|
28993
|
+
*/
|
|
28994
|
+
destination: outputs.tos.GetBucketReplicationRuleDestination;
|
|
28995
|
+
/**
|
|
28996
|
+
* Enable historical object replication. If enabled, historical objects matching this rule will be replicated. Options: Enabled: Enable historical object replication. Disabled: Do not enable historical object replication
|
|
28997
|
+
*/
|
|
28998
|
+
historicalObjectReplication: string;
|
|
28999
|
+
/**
|
|
29000
|
+
* Unique identifier for the rule, less than 255 characters
|
|
29001
|
+
*/
|
|
29002
|
+
id: string;
|
|
29003
|
+
/**
|
|
29004
|
+
* Object name prefix to which this rule applies
|
|
29005
|
+
*/
|
|
29006
|
+
prefixSets: string[];
|
|
29007
|
+
/**
|
|
29008
|
+
* Save replication progress
|
|
29009
|
+
*/
|
|
29010
|
+
progress: outputs.tos.GetBucketReplicationRuleProgress;
|
|
29011
|
+
/**
|
|
29012
|
+
* Specify whether to enable this rule. Options: Enabled: Enable this rule. Disabled: Do not enable this rule
|
|
29013
|
+
*/
|
|
29014
|
+
status: string;
|
|
29015
|
+
}
|
|
29016
|
+
interface GetBucketReplicationRuleAccessControlTranslation {
|
|
29017
|
+
/**
|
|
29018
|
+
* Object owner management permissions have been granted for replication to the destination bucket, allowing the destination bucket to read objects and grant other accounts permission to read objects
|
|
29019
|
+
*/
|
|
29020
|
+
owner: string;
|
|
29021
|
+
}
|
|
29022
|
+
interface GetBucketReplicationRuleDestination {
|
|
29023
|
+
/**
|
|
29024
|
+
* Name of the bucket storing object replicas identified by the rule
|
|
29025
|
+
*/
|
|
29026
|
+
bucket: string;
|
|
29027
|
+
/**
|
|
29028
|
+
* Region of the target bucket
|
|
29029
|
+
*/
|
|
29030
|
+
location: string;
|
|
29031
|
+
/**
|
|
29032
|
+
* Specify the storage class for objects replicated to the target bucket. Options: STANDARD: Standard storage. STANDARD*IA: Infrequent access storage. GLACIER*IR: Archive instant retrieval storage. INTELLIGENT*TIERING: Intelligent tiering storage. ARCHIVE: Archive storage. COLD*ARCHIVE: Cold archive storage. DEEP*COLD*ARCHIVE: Deep cold archive storage
|
|
29033
|
+
*/
|
|
29034
|
+
storageClass: string;
|
|
29035
|
+
/**
|
|
29036
|
+
* Set the storage class for objects replicated to the target bucket. Options: SOURCE*OBJECT: Inherit the storage class of the source bucket object. DESTINATION*BUCKET: Inherit the default storage class of the target bucket
|
|
29037
|
+
*/
|
|
29038
|
+
storageClassInheritDirective: string;
|
|
29039
|
+
}
|
|
29040
|
+
interface GetBucketReplicationRuleProgress {
|
|
29041
|
+
/**
|
|
29042
|
+
* Show the percentage of historical data that has been replicated
|
|
29043
|
+
*/
|
|
29044
|
+
historicalObject: number;
|
|
29045
|
+
/**
|
|
29046
|
+
* Show the timestamp when data is replicated to the target bucket
|
|
29047
|
+
*/
|
|
29048
|
+
newObject: string;
|
|
29049
|
+
}
|
|
28694
29050
|
interface GetBucketTag {
|
|
28695
29051
|
/**
|
|
28696
29052
|
* Tag key
|
|
@@ -34710,6 +35066,16 @@ export declare namespace vmp {
|
|
|
34710
35066
|
*/
|
|
34711
35067
|
value: string;
|
|
34712
35068
|
}
|
|
35069
|
+
interface GetIntegrationTaskTag {
|
|
35070
|
+
/**
|
|
35071
|
+
* Tag Key
|
|
35072
|
+
*/
|
|
35073
|
+
key: string;
|
|
35074
|
+
/**
|
|
35075
|
+
* Tag Value
|
|
35076
|
+
*/
|
|
35077
|
+
value: string;
|
|
35078
|
+
}
|
|
34713
35079
|
interface GetWorkspaceInstanceType {
|
|
34714
35080
|
/**
|
|
34715
35081
|
* Maximum active time series count
|
|
@@ -34830,6 +35196,16 @@ export declare namespace vmp {
|
|
|
34830
35196
|
*/
|
|
34831
35197
|
ingestedSamplesPerSecond: number;
|
|
34832
35198
|
}
|
|
35199
|
+
interface IntegrationTaskTag {
|
|
35200
|
+
/**
|
|
35201
|
+
* Tag Key
|
|
35202
|
+
*/
|
|
35203
|
+
key: string;
|
|
35204
|
+
/**
|
|
35205
|
+
* Tag Value
|
|
35206
|
+
*/
|
|
35207
|
+
value: string;
|
|
35208
|
+
}
|
|
34833
35209
|
interface WorkspaceInstanceType {
|
|
34834
35210
|
/**
|
|
34835
35211
|
* Maximum active time series count
|