@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/input.d.ts
CHANGED
|
@@ -1204,10 +1204,6 @@ export declare namespace apig {
|
|
|
1204
1204
|
* Version name. Supports uppercase and lowercase letters, numbers, and hyphens (-). Length: 2~63 characters. Cannot start with a hyphen (-)
|
|
1205
1205
|
*/
|
|
1206
1206
|
name?: pulumi.Input<string | undefined>;
|
|
1207
|
-
/**
|
|
1208
|
-
* Update time
|
|
1209
|
-
*/
|
|
1210
|
-
updateTime?: pulumi.Input<string | undefined>;
|
|
1211
1207
|
}
|
|
1212
1208
|
interface UpstreamVersionDetailLabel {
|
|
1213
1209
|
/**
|
|
@@ -7109,6 +7105,16 @@ export declare namespace escloud {
|
|
|
7109
7105
|
*/
|
|
7110
7106
|
warmNodeNum?: pulumi.Input<number | undefined>;
|
|
7111
7107
|
}
|
|
7108
|
+
interface IpAllowListGroup {
|
|
7109
|
+
/**
|
|
7110
|
+
* Custom group IP allowlist list cannot be empty; to configure multiple IPs, use commas (,)
|
|
7111
|
+
*/
|
|
7112
|
+
allowLists?: pulumi.Input<pulumi.Input<string>[] | undefined>;
|
|
7113
|
+
/**
|
|
7114
|
+
* Custom group name
|
|
7115
|
+
*/
|
|
7116
|
+
name?: pulumi.Input<string | undefined>;
|
|
7117
|
+
}
|
|
7112
7118
|
}
|
|
7113
7119
|
export declare namespace filenas {
|
|
7114
7120
|
interface InstanceCachePerformance {
|
|
@@ -11811,6 +11817,20 @@ export declare namespace tls {
|
|
|
11811
11817
|
*/
|
|
11812
11818
|
value?: pulumi.Input<string | undefined>;
|
|
11813
11819
|
}
|
|
11820
|
+
interface DownloadTaskLogContextInfos {
|
|
11821
|
+
/**
|
|
11822
|
+
* LogGroup ID to which the log context belongs.
|
|
11823
|
+
*/
|
|
11824
|
+
contextFlow?: pulumi.Input<string | undefined>;
|
|
11825
|
+
/**
|
|
11826
|
+
* Specifies the log index in the LogGroup.
|
|
11827
|
+
*/
|
|
11828
|
+
packageOffset?: pulumi.Input<number | undefined>;
|
|
11829
|
+
/**
|
|
11830
|
+
* Host of the log source.
|
|
11831
|
+
*/
|
|
11832
|
+
source?: pulumi.Input<string | undefined>;
|
|
11833
|
+
}
|
|
11814
11834
|
interface EtlTargetResource {
|
|
11815
11835
|
/**
|
|
11816
11836
|
* Name of the custom output target. You must use this name to refer to the output target in the data processing rules
|
|
@@ -12744,6 +12764,72 @@ export declare namespace tls {
|
|
|
12744
12764
|
*/
|
|
12745
12765
|
value?: pulumi.Input<string | undefined>;
|
|
12746
12766
|
}
|
|
12767
|
+
interface RuleBoundHostGroupHostGroup {
|
|
12768
|
+
/**
|
|
12769
|
+
* Number of machines with abnormal heartbeat status
|
|
12770
|
+
*/
|
|
12771
|
+
abnormalHeartbeatStatusCount?: pulumi.Input<number | undefined>;
|
|
12772
|
+
/**
|
|
12773
|
+
* Latest LogCollector version number available for upgrade
|
|
12774
|
+
*/
|
|
12775
|
+
agentLatestVersion?: pulumi.Input<string | undefined>;
|
|
12776
|
+
/**
|
|
12777
|
+
* 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.
|
|
12778
|
+
*/
|
|
12779
|
+
autoUpdate?: pulumi.Input<boolean | undefined>;
|
|
12780
|
+
/**
|
|
12781
|
+
* Machine group creation time
|
|
12782
|
+
*/
|
|
12783
|
+
createTime?: pulumi.Input<string | undefined>;
|
|
12784
|
+
/**
|
|
12785
|
+
* Number of machines in the machine group
|
|
12786
|
+
*/
|
|
12787
|
+
hostCount?: pulumi.Input<number | undefined>;
|
|
12788
|
+
/**
|
|
12789
|
+
* Machine group ID
|
|
12790
|
+
*/
|
|
12791
|
+
hostGroupId?: pulumi.Input<string | undefined>;
|
|
12792
|
+
/**
|
|
12793
|
+
* Machine group name
|
|
12794
|
+
*/
|
|
12795
|
+
hostGroupName?: pulumi.Input<string | undefined>;
|
|
12796
|
+
/**
|
|
12797
|
+
* Machine group type. IP: machine IP. Label: machine label.
|
|
12798
|
+
*/
|
|
12799
|
+
hostGroupType?: pulumi.Input<string | undefined>;
|
|
12800
|
+
/**
|
|
12801
|
+
* Machine identifier
|
|
12802
|
+
*/
|
|
12803
|
+
hostIdentifier?: pulumi.Input<string | undefined>;
|
|
12804
|
+
/**
|
|
12805
|
+
* IAM project associated with the machine group
|
|
12806
|
+
*/
|
|
12807
|
+
iamProjectName?: pulumi.Input<string | undefined>;
|
|
12808
|
+
/**
|
|
12809
|
+
* Machine group modification time
|
|
12810
|
+
*/
|
|
12811
|
+
modifyTime?: pulumi.Input<string | undefined>;
|
|
12812
|
+
/**
|
|
12813
|
+
* Number of machines with normal heartbeat status
|
|
12814
|
+
*/
|
|
12815
|
+
normalHeartbeatStatusCount?: pulumi.Input<number | undefined>;
|
|
12816
|
+
/**
|
|
12817
|
+
* Number of collection configurations bound to the machine group
|
|
12818
|
+
*/
|
|
12819
|
+
ruleCount?: pulumi.Input<number | undefined>;
|
|
12820
|
+
/**
|
|
12821
|
+
* Enable LogCollector service log feature. true: enabled. false (default): disabled.
|
|
12822
|
+
*/
|
|
12823
|
+
serviceLogging?: pulumi.Input<boolean | undefined>;
|
|
12824
|
+
/**
|
|
12825
|
+
* LogCollector auto upgrade end time
|
|
12826
|
+
*/
|
|
12827
|
+
updateEndTime?: pulumi.Input<string | undefined>;
|
|
12828
|
+
/**
|
|
12829
|
+
* 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.
|
|
12830
|
+
*/
|
|
12831
|
+
updateStartTime?: pulumi.Input<string | undefined>;
|
|
12832
|
+
}
|
|
12747
12833
|
interface RuleContainerRule {
|
|
12748
12834
|
/**
|
|
12749
12835
|
* 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.
|
|
@@ -13285,6 +13371,32 @@ export declare namespace tls {
|
|
|
13285
13371
|
*/
|
|
13286
13372
|
prefix?: pulumi.Input<string | undefined>;
|
|
13287
13373
|
}
|
|
13374
|
+
interface TopicShard {
|
|
13375
|
+
/**
|
|
13376
|
+
* Ending key value of the partition
|
|
13377
|
+
*/
|
|
13378
|
+
exclusiveEndKey?: pulumi.Input<string | undefined>;
|
|
13379
|
+
/**
|
|
13380
|
+
* Starting key value of the partition
|
|
13381
|
+
*/
|
|
13382
|
+
inclusiveBeginKey?: pulumi.Input<string | undefined>;
|
|
13383
|
+
/**
|
|
13384
|
+
* Last modified time of the partition
|
|
13385
|
+
*/
|
|
13386
|
+
modifyTime?: pulumi.Input<string | undefined>;
|
|
13387
|
+
/**
|
|
13388
|
+
* Partition ID of the log topic
|
|
13389
|
+
*/
|
|
13390
|
+
shardId?: pulumi.Input<number | undefined>;
|
|
13391
|
+
/**
|
|
13392
|
+
* Partition status: readwrite means read/write, readonly means read-only
|
|
13393
|
+
*/
|
|
13394
|
+
status?: pulumi.Input<string | undefined>;
|
|
13395
|
+
/**
|
|
13396
|
+
* Time when the partition stopped writing, that is, the last time logs were written to this partition
|
|
13397
|
+
*/
|
|
13398
|
+
stopWriteTime?: pulumi.Input<string | undefined>;
|
|
13399
|
+
}
|
|
13288
13400
|
interface TopicTag {
|
|
13289
13401
|
/**
|
|
13290
13402
|
* User tag key.
|
|
@@ -13989,6 +14101,70 @@ export declare namespace tos {
|
|
|
13989
14101
|
*/
|
|
13990
14102
|
useServiceTopic: pulumi.Input<boolean>;
|
|
13991
14103
|
}
|
|
14104
|
+
interface BucketReplicationRule {
|
|
14105
|
+
/**
|
|
14106
|
+
* Object owner management permissions
|
|
14107
|
+
*/
|
|
14108
|
+
accessControlTranslation?: pulumi.Input<inputs.tos.BucketReplicationRuleAccessControlTranslation | undefined>;
|
|
14109
|
+
/**
|
|
14110
|
+
* Replication target bucket information
|
|
14111
|
+
*/
|
|
14112
|
+
destination: pulumi.Input<inputs.tos.BucketReplicationRuleDestination>;
|
|
14113
|
+
/**
|
|
14114
|
+
* 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
|
|
14115
|
+
*/
|
|
14116
|
+
historicalObjectReplication: pulumi.Input<string>;
|
|
14117
|
+
/**
|
|
14118
|
+
* Unique identifier for the rule, less than 255 characters
|
|
14119
|
+
*/
|
|
14120
|
+
id: pulumi.Input<string>;
|
|
14121
|
+
/**
|
|
14122
|
+
* Object name prefix to which this rule applies
|
|
14123
|
+
*/
|
|
14124
|
+
prefixSets?: pulumi.Input<pulumi.Input<string>[] | undefined>;
|
|
14125
|
+
/**
|
|
14126
|
+
* Save replication progress
|
|
14127
|
+
*/
|
|
14128
|
+
progress?: pulumi.Input<inputs.tos.BucketReplicationRuleProgress | undefined>;
|
|
14129
|
+
/**
|
|
14130
|
+
* Specify whether to enable this rule. Options: Enabled: Enable this rule. Disabled: Do not enable this rule
|
|
14131
|
+
*/
|
|
14132
|
+
status: pulumi.Input<string>;
|
|
14133
|
+
}
|
|
14134
|
+
interface BucketReplicationRuleAccessControlTranslation {
|
|
14135
|
+
/**
|
|
14136
|
+
* 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
|
|
14137
|
+
*/
|
|
14138
|
+
owner?: pulumi.Input<string | undefined>;
|
|
14139
|
+
}
|
|
14140
|
+
interface BucketReplicationRuleDestination {
|
|
14141
|
+
/**
|
|
14142
|
+
* Name of the bucket storing object replicas identified by the rule
|
|
14143
|
+
*/
|
|
14144
|
+
bucket: pulumi.Input<string>;
|
|
14145
|
+
/**
|
|
14146
|
+
* Region of the target bucket
|
|
14147
|
+
*/
|
|
14148
|
+
location: pulumi.Input<string>;
|
|
14149
|
+
/**
|
|
14150
|
+
* 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
|
|
14151
|
+
*/
|
|
14152
|
+
storageClass?: pulumi.Input<string | undefined>;
|
|
14153
|
+
/**
|
|
14154
|
+
* 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
|
|
14155
|
+
*/
|
|
14156
|
+
storageClassInheritDirective?: pulumi.Input<string | undefined>;
|
|
14157
|
+
}
|
|
14158
|
+
interface BucketReplicationRuleProgress {
|
|
14159
|
+
/**
|
|
14160
|
+
* Show the percentage of historical data that has been replicated
|
|
14161
|
+
*/
|
|
14162
|
+
historicalObject?: pulumi.Input<number | undefined>;
|
|
14163
|
+
/**
|
|
14164
|
+
* Show the timestamp when data is replicated to the target bucket
|
|
14165
|
+
*/
|
|
14166
|
+
newObject?: pulumi.Input<string | undefined>;
|
|
14167
|
+
}
|
|
13992
14168
|
interface BucketTag {
|
|
13993
14169
|
/**
|
|
13994
14170
|
* Tag key
|
|
@@ -17037,6 +17213,16 @@ export declare namespace vmp {
|
|
|
17037
17213
|
*/
|
|
17038
17214
|
value?: pulumi.Input<string | undefined>;
|
|
17039
17215
|
}
|
|
17216
|
+
interface IntegrationTaskTag {
|
|
17217
|
+
/**
|
|
17218
|
+
* Tag Key
|
|
17219
|
+
*/
|
|
17220
|
+
key?: pulumi.Input<string | undefined>;
|
|
17221
|
+
/**
|
|
17222
|
+
* Tag Value
|
|
17223
|
+
*/
|
|
17224
|
+
value?: pulumi.Input<string | undefined>;
|
|
17225
|
+
}
|
|
17040
17226
|
interface WorkspaceInstanceType {
|
|
17041
17227
|
/**
|
|
17042
17228
|
* Maximum active time series count
|