@byteplus/pulumi-bytepluscc 0.0.22 → 0.0.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cen/bandwidthPackage.d.ts +320 -0
- package/cen/bandwidthPackage.js +134 -0
- package/cen/bandwidthPackage.js.map +1 -0
- package/cen/getBandwidthPackage.d.ts +137 -0
- package/cen/getBandwidthPackage.js +28 -0
- package/cen/getBandwidthPackage.js.map +1 -0
- package/cen/getBandwidthPackages.d.ts +22 -0
- package/cen/getBandwidthPackages.js +24 -0
- package/cen/getBandwidthPackages.js.map +1 -0
- package/cen/getInterRegionBandwidth.d.ts +72 -0
- package/cen/getInterRegionBandwidth.js +28 -0
- package/cen/getInterRegionBandwidth.js.map +1 -0
- package/cen/getInterRegionBandwidths.d.ts +22 -0
- package/cen/getInterRegionBandwidths.js +24 -0
- package/cen/getInterRegionBandwidths.js.map +1 -0
- package/cen/getRouteEntries.d.ts +22 -0
- package/cen/getRouteEntries.js +24 -0
- package/cen/getRouteEntries.js.map +1 -0
- package/cen/getRouteEntry.d.ts +72 -0
- package/cen/getRouteEntry.js +28 -0
- package/cen/getRouteEntry.js.map +1 -0
- package/cen/getServiceRouteEntries.d.ts +22 -0
- package/cen/getServiceRouteEntries.js +24 -0
- package/cen/getServiceRouteEntries.js.map +1 -0
- package/cen/getServiceRouteEntry.d.ts +73 -0
- package/cen/getServiceRouteEntry.js +28 -0
- package/cen/getServiceRouteEntry.js.map +1 -0
- package/cen/index.d.ts +36 -0
- package/cen/index.js +45 -1
- package/cen/index.js.map +1 -1
- package/cen/interRegionBandwidth.d.ts +152 -0
- package/cen/interRegionBandwidth.js +101 -0
- package/cen/interRegionBandwidth.js.map +1 -0
- package/cen/routeEntry.d.ts +152 -0
- package/cen/routeEntry.js +104 -0
- package/cen/routeEntry.js.map +1 -0
- package/cen/serviceRouteEntry.d.ts +138 -0
- package/cen/serviceRouteEntry.js +83 -0
- package/cen/serviceRouteEntry.js.map +1 -0
- package/clb/clb.d.ts +8 -0
- package/clb/clb.js +2 -0
- package/clb/clb.js.map +1 -1
- package/clb/getClb.d.ts +4 -0
- package/clb/getClb.js.map +1 -1
- package/clb/getListener.d.ts +4 -0
- package/clb/getListener.js.map +1 -1
- package/clb/listener.d.ts +3 -0
- package/clb/listener.js +2 -0
- package/clb/listener.js.map +1 -1
- package/iam/accesskey.d.ts +2 -2
- package/iam/accesskey.js +2 -2
- package/iam/accesskey.js.map +1 -1
- package/iam/getAccesskey.d.ts +2 -2
- package/iam/getAccesskey.js +2 -2
- package/iam/getAccesskeys.d.ts +2 -2
- package/iam/getAccesskeys.js +2 -2
- package/mongodb/getInstance.d.ts +1 -1
- package/mongodb/getSslState.d.ts +56 -0
- package/mongodb/getSslState.js +28 -0
- package/mongodb/getSslState.js.map +1 -0
- package/mongodb/getSslStates.d.ts +22 -0
- package/mongodb/getSslStates.js +24 -0
- package/mongodb/getSslStates.js.map +1 -0
- package/mongodb/index.d.ts +9 -0
- package/mongodb/index.js +12 -1
- package/mongodb/index.js.map +1 -1
- package/mongodb/instance.d.ts +3 -3
- package/mongodb/sslState.d.ts +105 -0
- package/mongodb/sslState.js +81 -0
- package/mongodb/sslState.js.map +1 -0
- package/package.json +1 -1
- package/privatelink/endpointService.d.ts +15 -3
- package/privatelink/endpointService.js +2 -0
- package/privatelink/endpointService.js.map +1 -1
- package/privatelink/getEndpointService.d.ts +5 -1
- package/privatelink/getEndpointService.js.map +1 -1
- package/privatelink/getVpcEndpoint.d.ts +137 -0
- package/privatelink/getVpcEndpoint.js +28 -0
- package/privatelink/getVpcEndpoint.js.map +1 -0
- package/privatelink/getVpcEndpointConnection.d.ts +89 -0
- package/privatelink/getVpcEndpointConnection.js +28 -0
- package/privatelink/getVpcEndpointConnection.js.map +1 -0
- package/privatelink/getVpcEndpointConnections.d.ts +22 -0
- package/privatelink/getVpcEndpointConnections.js +24 -0
- package/privatelink/getVpcEndpointConnections.js.map +1 -0
- package/privatelink/getVpcEndpoints.d.ts +22 -0
- package/privatelink/getVpcEndpoints.js +24 -0
- package/privatelink/getVpcEndpoints.js.map +1 -0
- package/privatelink/index.d.ts +18 -0
- package/privatelink/index.js +23 -1
- package/privatelink/index.js.map +1 -1
- package/privatelink/vpcEndpoint.d.ts +277 -0
- package/privatelink/vpcEndpoint.js +106 -0
- package/privatelink/vpcEndpoint.js.map +1 -0
- package/privatelink/vpcEndpointConnection.d.ts +156 -0
- package/privatelink/vpcEndpointConnection.js +88 -0
- package/privatelink/vpcEndpointConnection.js.map +1 -0
- package/rabbitmq/allowList.d.ts +151 -0
- package/rabbitmq/allowList.js +100 -0
- package/rabbitmq/allowList.js.map +1 -0
- package/rabbitmq/getAllowList.d.ts +73 -0
- package/rabbitmq/getAllowList.js +28 -0
- package/rabbitmq/getAllowList.js.map +1 -0
- package/rabbitmq/getAllowLists.d.ts +22 -0
- package/rabbitmq/getAllowLists.js +24 -0
- package/rabbitmq/getAllowLists.js.map +1 -0
- package/rabbitmq/index.d.ts +9 -0
- package/rabbitmq/index.js +12 -1
- package/rabbitmq/index.js.map +1 -1
- package/rdspostgresql/getInstance.d.ts +153 -0
- package/rdspostgresql/getInstance.js +28 -0
- package/rdspostgresql/getInstance.js.map +1 -0
- package/rdspostgresql/getInstances.d.ts +22 -0
- package/rdspostgresql/getInstances.js +24 -0
- package/rdspostgresql/getInstances.js.map +1 -0
- package/rdspostgresql/index.d.ts +9 -0
- package/rdspostgresql/index.js +12 -1
- package/rdspostgresql/index.js.map +1 -1
- package/rdspostgresql/instance.d.ts +303 -0
- package/rdspostgresql/instance.js +132 -0
- package/rdspostgresql/instance.js.map +1 -0
- package/redis/allowList.d.ts +148 -0
- package/redis/allowList.js +78 -0
- package/redis/allowList.js.map +1 -0
- package/redis/getAllowList.d.ts +81 -0
- package/redis/getAllowList.js +28 -0
- package/redis/getAllowList.js.map +1 -0
- package/redis/getAllowLists.d.ts +22 -0
- package/redis/getAllowLists.js +24 -0
- package/redis/getAllowLists.js.map +1 -0
- package/redis/index.d.ts +9 -0
- package/redis/index.js +12 -1
- package/redis/index.js.map +1 -1
- package/storageebs/getSnapshotGroup.d.ts +81 -0
- package/storageebs/getSnapshotGroup.js +28 -0
- package/storageebs/getSnapshotGroup.js.map +1 -0
- package/storageebs/getSnapshotGroups.d.ts +22 -0
- package/storageebs/getSnapshotGroups.js +24 -0
- package/storageebs/getSnapshotGroups.js.map +1 -0
- package/storageebs/index.d.ts +9 -0
- package/storageebs/index.js +12 -1
- package/storageebs/index.js.map +1 -1
- package/storageebs/snapshotGroup.d.ts +168 -0
- package/storageebs/snapshotGroup.js +105 -0
- package/storageebs/snapshotGroup.js.map +1 -0
- package/tls/alarmNotifyGroup.d.ts +113 -0
- package/tls/alarmNotifyGroup.js +75 -0
- package/tls/alarmNotifyGroup.js.map +1 -0
- package/tls/consumerGroup.d.ts +128 -0
- package/tls/consumerGroup.js +98 -0
- package/tls/consumerGroup.js.map +1 -0
- package/tls/getAlarmNotifyGroup.d.ts +69 -0
- package/tls/getAlarmNotifyGroup.js +28 -0
- package/tls/getAlarmNotifyGroup.js.map +1 -0
- package/tls/getAlarmNotifyGroups.d.ts +22 -0
- package/tls/getAlarmNotifyGroups.js +24 -0
- package/tls/getAlarmNotifyGroups.js.map +1 -0
- package/tls/getConsumerGroup.d.ts +60 -0
- package/tls/getConsumerGroup.js +28 -0
- package/tls/getConsumerGroup.js.map +1 -0
- package/tls/getConsumerGroups.d.ts +22 -0
- package/tls/getConsumerGroups.js +24 -0
- package/tls/getConsumerGroups.js.map +1 -0
- package/tls/getImportTask.d.ts +89 -0
- package/tls/getImportTask.js +28 -0
- package/tls/getImportTask.js.map +1 -0
- package/tls/getImportTasks.d.ts +22 -0
- package/tls/getImportTasks.js +24 -0
- package/tls/getImportTasks.js.map +1 -0
- package/tls/getRule.d.ts +109 -0
- package/tls/getRule.js +28 -0
- package/tls/getRule.js.map +1 -0
- package/tls/getRules.d.ts +22 -0
- package/tls/getRules.js +24 -0
- package/tls/getRules.js.map +1 -0
- package/tls/getShipper.d.ts +101 -0
- package/tls/getShipper.js +28 -0
- package/tls/getShipper.js.map +1 -0
- package/tls/getShippers.d.ts +22 -0
- package/tls/getShippers.js +24 -0
- package/tls/getShippers.js.map +1 -0
- package/tls/importTask.d.ts +183 -0
- package/tls/importTask.js +97 -0
- package/tls/importTask.js.map +1 -0
- package/tls/index.d.ts +45 -0
- package/tls/index.js +56 -1
- package/tls/index.js.map +1 -1
- package/tls/rule.d.ts +221 -0
- package/tls/rule.js +98 -0
- package/tls/rule.js.map +1 -0
- package/tls/shipper.d.ts +211 -0
- package/tls/shipper.js +97 -0
- package/tls/shipper.js.map +1 -0
- package/types/input.d.ts +1750 -186
- package/types/output.d.ts +3516 -361
- package/vedbm/endpoint.d.ts +247 -0
- package/vedbm/endpoint.js +93 -0
- package/vedbm/endpoint.js.map +1 -0
- package/vedbm/getEndpoint.d.ts +105 -0
- package/vedbm/getEndpoint.js +28 -0
- package/vedbm/getEndpoint.js.map +1 -0
- package/vedbm/getEndpoints.d.ts +22 -0
- package/vedbm/getEndpoints.js +24 -0
- package/vedbm/getEndpoints.js.map +1 -0
- package/vedbm/index.d.ts +9 -0
- package/vedbm/index.js +12 -1
- package/vedbm/index.js.map +1 -1
- package/vefaas/getRelease.d.ts +120 -0
- package/vefaas/getRelease.js +28 -0
- package/vefaas/getRelease.js.map +1 -0
- package/vefaas/getReleases.d.ts +22 -0
- package/vefaas/getReleases.js +24 -0
- package/vefaas/getReleases.js.map +1 -0
- package/vefaas/index.d.ts +9 -0
- package/vefaas/index.js +12 -1
- package/vefaas/index.js.map +1 -1
- package/vefaas/release.d.ts +253 -0
- package/vefaas/release.js +120 -0
- package/vefaas/release.js.map +1 -0
- package/vepfs/getMountService.d.ts +93 -0
- package/vepfs/getMountService.js +28 -0
- package/vepfs/getMountService.js.map +1 -0
- package/vepfs/getMountServices.d.ts +22 -0
- package/vepfs/getMountServices.js +24 -0
- package/vepfs/getMountServices.js.map +1 -0
- package/vepfs/index.d.ts +9 -0
- package/vepfs/index.js +12 -1
- package/vepfs/index.js.map +1 -1
- package/vepfs/mountService.d.ts +172 -0
- package/vepfs/mountService.js +99 -0
- package/vepfs/mountService.js.map +1 -0
- package/vke/getKubeconfig.d.ts +72 -0
- package/vke/getKubeconfig.js +28 -0
- package/vke/getKubeconfig.js.map +1 -0
- package/vke/getKubeconfigs.d.ts +22 -0
- package/vke/getKubeconfigs.js +24 -0
- package/vke/getKubeconfigs.js.map +1 -0
- package/vke/index.d.ts +9 -0
- package/vke/index.js +12 -1
- package/vke/index.js.map +1 -1
- package/vke/kubeconfig.d.ts +142 -0
- package/vke/kubeconfig.js +93 -0
- package/vke/kubeconfig.js.map +1 -0
package/types/input.d.ts
CHANGED
|
@@ -1284,6 +1284,14 @@ export declare namespace autoscaling {
|
|
|
1284
1284
|
volumeType?: pulumi.Input<string>;
|
|
1285
1285
|
}
|
|
1286
1286
|
interface ScalingGroupInstance {
|
|
1287
|
+
/**
|
|
1288
|
+
* Time when the instance joined the scaling group
|
|
1289
|
+
*/
|
|
1290
|
+
createdTime?: pulumi.Input<string>;
|
|
1291
|
+
/**
|
|
1292
|
+
* How the instance joined the scaling group (Attached / AutoCreated)
|
|
1293
|
+
*/
|
|
1294
|
+
creationType?: pulumi.Input<string>;
|
|
1287
1295
|
/**
|
|
1288
1296
|
* Whether to enable managed mode for the instance when AttachInstances is performed
|
|
1289
1297
|
*/
|
|
@@ -1292,10 +1300,34 @@ export declare namespace autoscaling {
|
|
|
1292
1300
|
* ECS instance ID, unique identifier of the subresource
|
|
1293
1301
|
*/
|
|
1294
1302
|
instanceId?: pulumi.Input<string>;
|
|
1303
|
+
/**
|
|
1304
|
+
* Launch template ID used by the instance
|
|
1305
|
+
*/
|
|
1306
|
+
launchTemplateId?: pulumi.Input<string>;
|
|
1307
|
+
/**
|
|
1308
|
+
* Launch template version used by the instance
|
|
1309
|
+
*/
|
|
1310
|
+
launchTemplateVersion?: pulumi.Input<string>;
|
|
1295
1311
|
/**
|
|
1296
1312
|
* Whether to trigger lifecycle hooks when the instance is attached, detached, or removed
|
|
1297
1313
|
*/
|
|
1298
1314
|
lifecycleHook?: pulumi.Input<boolean>;
|
|
1315
|
+
/**
|
|
1316
|
+
* Scaling configuration ID associated with the instance
|
|
1317
|
+
*/
|
|
1318
|
+
scalingConfigurationId?: pulumi.Input<string>;
|
|
1319
|
+
/**
|
|
1320
|
+
* Scaling policy ID associated with the instance
|
|
1321
|
+
*/
|
|
1322
|
+
scalingPolicyId?: pulumi.Input<string>;
|
|
1323
|
+
/**
|
|
1324
|
+
* Current status of the instance in the scaling group
|
|
1325
|
+
*/
|
|
1326
|
+
status?: pulumi.Input<string>;
|
|
1327
|
+
/**
|
|
1328
|
+
* Availability zone of the instance
|
|
1329
|
+
*/
|
|
1330
|
+
zoneId?: pulumi.Input<string>;
|
|
1299
1331
|
}
|
|
1300
1332
|
interface ScalingGroupInstanceRemovePolicy {
|
|
1301
1333
|
/**
|
|
@@ -3734,6 +3766,16 @@ export declare namespace cdn {
|
|
|
3734
3766
|
}
|
|
3735
3767
|
}
|
|
3736
3768
|
export declare namespace cen {
|
|
3769
|
+
interface BandwidthPackageTag {
|
|
3770
|
+
/**
|
|
3771
|
+
* Tag key for user tags. Parameter - N: indicates the tag key index, value range: 1–20. Use & to separate multiple tag keys. Cannot start with sys:, in any case. Length range: 1–128 characters. Supports all languages, numbers, spaces ( ), underscores (_), periods (.), colons (:), slashes (/), equals (=), plus (+), hyphens (-), and @ (@). If a tag key starts or ends with a space, the system automatically removes it.
|
|
3772
|
+
*/
|
|
3773
|
+
key?: pulumi.Input<string>;
|
|
3774
|
+
/**
|
|
3775
|
+
* Tag value for user tags. Parameter - N indicates the tag value index, range: 1–20. Use & to separate multiple tag values. Length range: 0–256 characters. If not specified, defaults to empty. Supports all languages, numbers, spaces ( ), underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), hyphens (-), and @ (@). Case-sensitive. If the tag value starts or ends with a space, the system automatically removes it.
|
|
3776
|
+
*/
|
|
3777
|
+
value?: pulumi.Input<string>;
|
|
3778
|
+
}
|
|
3737
3779
|
interface CenInstance {
|
|
3738
3780
|
/**
|
|
3739
3781
|
* Network instance ID
|
|
@@ -3762,6 +3804,20 @@ export declare namespace cen {
|
|
|
3762
3804
|
*/
|
|
3763
3805
|
value?: pulumi.Input<string>;
|
|
3764
3806
|
}
|
|
3807
|
+
interface ServiceRouteEntryPublishToInstance {
|
|
3808
|
+
/**
|
|
3809
|
+
* Network instance ID for published cloud service access route.
|
|
3810
|
+
*/
|
|
3811
|
+
instanceId?: pulumi.Input<string>;
|
|
3812
|
+
/**
|
|
3813
|
+
* Region for published cloud service access route.
|
|
3814
|
+
*/
|
|
3815
|
+
instanceRegionId?: pulumi.Input<string>;
|
|
3816
|
+
/**
|
|
3817
|
+
* Network instance type for published cloud service access route.
|
|
3818
|
+
*/
|
|
3819
|
+
instanceType?: pulumi.Input<string>;
|
|
3820
|
+
}
|
|
3765
3821
|
}
|
|
3766
3822
|
export declare namespace clb {
|
|
3767
3823
|
interface AclAclEntry {
|
|
@@ -3884,6 +3940,28 @@ export declare namespace clb {
|
|
|
3884
3940
|
*/
|
|
3885
3941
|
eniId?: pulumi.Input<string>;
|
|
3886
3942
|
}
|
|
3943
|
+
interface ClbIpv6AddressBandwidth {
|
|
3944
|
+
/**
|
|
3945
|
+
* Peak bandwidth of IPv6 public bandwidth, in Mbps
|
|
3946
|
+
*/
|
|
3947
|
+
bandwidth?: pulumi.Input<number>;
|
|
3948
|
+
/**
|
|
3949
|
+
* Shared bandwidth package ID associated with IPv6 public bandwidth
|
|
3950
|
+
*/
|
|
3951
|
+
bandwidthPackageId?: pulumi.Input<string>;
|
|
3952
|
+
/**
|
|
3953
|
+
* Billing type for IPv6 public bandwidth
|
|
3954
|
+
*/
|
|
3955
|
+
billingType?: pulumi.Input<number>;
|
|
3956
|
+
/**
|
|
3957
|
+
* Line type of IPv6 public bandwidth
|
|
3958
|
+
*/
|
|
3959
|
+
isp?: pulumi.Input<string>;
|
|
3960
|
+
/**
|
|
3961
|
+
* Network type of the load balancer instance's IPv6 address
|
|
3962
|
+
*/
|
|
3963
|
+
networkType?: pulumi.Input<string>;
|
|
3964
|
+
}
|
|
3887
3965
|
interface ClbListener {
|
|
3888
3966
|
/**
|
|
3889
3967
|
* Listener ID
|
|
@@ -3914,6 +3992,20 @@ export declare namespace clb {
|
|
|
3914
3992
|
*/
|
|
3915
3993
|
value?: pulumi.Input<string>;
|
|
3916
3994
|
}
|
|
3995
|
+
interface ListenerDomainExtension {
|
|
3996
|
+
/**
|
|
3997
|
+
* Certificate ID of the extended domain name.
|
|
3998
|
+
*/
|
|
3999
|
+
certCenterCertificateId?: pulumi.Input<string>;
|
|
4000
|
+
/**
|
|
4001
|
+
* Certificate source for the extended domain name to be added. Value: cert_center: SSL certificate from Volcano Engine Certificate Center. This parameter is required when adding an extended domain name.
|
|
4002
|
+
*/
|
|
4003
|
+
certificateSource?: pulumi.Input<string>;
|
|
4004
|
+
/**
|
|
4005
|
+
* Domain name. Supports both wildcard and exact domain names. Specifications: 1. Must contain at least one '.', and cannot start or end with '.'. 2. Only letters, numbers, '.', '-', and '*' are allowed. 3. Length must be between 1 and 128 characters. 4. Wildcard domain: Use '*' to replace one or more characters. 5. Exact domain: A domain name that strictly follows domain name specifications.
|
|
4006
|
+
*/
|
|
4007
|
+
domain?: pulumi.Input<string>;
|
|
4008
|
+
}
|
|
3917
4009
|
interface ListenerHealthCheck {
|
|
3918
4010
|
/**
|
|
3919
4011
|
* Domain name for health check. Must be set to the actual address provided by the backend server. This parameter takes effect when Protocol is set to HTTP or HTTPS and HealthCheck.Enabled is on. Must contain at least one period (.), and cannot start or end with a period (.). Each string can include letters, numbers, hyphens (-), and periods (.), with hyphens (-) not allowed at the beginning or end of the string. Length limit: 1 to 128 characters. If this parameter is not provided or no value is specified, the default is empty, meaning CLB uses the private IP address of each backend server for health checks.
|
|
@@ -4406,6 +4498,10 @@ export declare namespace cloudmonitor {
|
|
|
4406
4498
|
* Comparison operators. Supports standard threshold alerting: >, >=, <, <=, !=, =, as well as the following period-over-period alerting: last*period*increase*pct: Increased compared to last period. last*period*decrease*pct: Decreased compared to last period. last*period*abs*pct: Increased or decreased compared to last period. last*day*increase*pct: Increased compared to the same period yesterday. last*day*decrease*pct: Decreased compared to the same period yesterday. last*day*abs*pct: Increased or decreased compared to the same period yesterday. last*week*increase*pct: Increased compared to the same period last week. last*week*decrease*pct: Decreased compared to the same period last week. last*week*abs_pct: Increased or decreased compared to the same period last week.
|
|
4407
4499
|
*/
|
|
4408
4500
|
comparisonOperator?: pulumi.Input<string>;
|
|
4501
|
+
/**
|
|
4502
|
+
* Metric display name.
|
|
4503
|
+
*/
|
|
4504
|
+
displayName?: pulumi.Input<string>;
|
|
4409
4505
|
/**
|
|
4410
4506
|
* Monitoring metric name. For details, see MetricName for each product in Cloud Monitoring Metric Query.
|
|
4411
4507
|
*/
|
|
@@ -4926,6 +5022,18 @@ export declare namespace ecs {
|
|
|
4926
5022
|
* The number of IPv6 addresses for the instance.
|
|
4927
5023
|
*/
|
|
4928
5024
|
ipv6AddressCount?: pulumi.Input<number>;
|
|
5025
|
+
/**
|
|
5026
|
+
* IPv6 address of the instance.
|
|
5027
|
+
*/
|
|
5028
|
+
ipv6Addresses?: pulumi.Input<pulumi.Input<string>[]>;
|
|
5029
|
+
/**
|
|
5030
|
+
* Instance MAC address.
|
|
5031
|
+
*/
|
|
5032
|
+
macAddress?: pulumi.Input<string>;
|
|
5033
|
+
/**
|
|
5034
|
+
* The network interface ID of the instance.
|
|
5035
|
+
*/
|
|
5036
|
+
networkInterfaceId?: pulumi.Input<string>;
|
|
4929
5037
|
/**
|
|
4930
5038
|
* Instance primary IP address
|
|
4931
5039
|
*/
|
|
@@ -4942,6 +5050,10 @@ export declare namespace ecs {
|
|
|
4942
5050
|
* Instance subnet ID.
|
|
4943
5051
|
*/
|
|
4944
5052
|
subnetId?: pulumi.Input<string>;
|
|
5053
|
+
/**
|
|
5054
|
+
* VPC ID of the instance.
|
|
5055
|
+
*/
|
|
5056
|
+
vpcId?: pulumi.Input<string>;
|
|
4945
5057
|
}
|
|
4946
5058
|
interface InstanceSystemVolume {
|
|
4947
5059
|
/**
|
|
@@ -7309,10 +7421,6 @@ export declare namespace privatelink {
|
|
|
7309
7421
|
value?: pulumi.Input<string>;
|
|
7310
7422
|
}
|
|
7311
7423
|
interface EndpointServiceResource {
|
|
7312
|
-
/**
|
|
7313
|
-
* Endpoint service ID.
|
|
7314
|
-
*/
|
|
7315
|
-
instanceId?: pulumi.Input<string>;
|
|
7316
7424
|
/**
|
|
7317
7425
|
* Service resource ID to be added to the endpoint service.
|
|
7318
7426
|
*/
|
|
@@ -7332,6 +7440,82 @@ export declare namespace privatelink {
|
|
|
7332
7440
|
*/
|
|
7333
7441
|
value?: pulumi.Input<string>;
|
|
7334
7442
|
}
|
|
7443
|
+
interface VpcEndpointConnectionResourcesAllocate {
|
|
7444
|
+
/**
|
|
7445
|
+
* Specify the service resource for the endpoint connection
|
|
7446
|
+
*/
|
|
7447
|
+
resourceId?: pulumi.Input<string>;
|
|
7448
|
+
/**
|
|
7449
|
+
* Availability zone ID of the service resource to be specified
|
|
7450
|
+
*/
|
|
7451
|
+
zoneId?: pulumi.Input<string>;
|
|
7452
|
+
}
|
|
7453
|
+
interface VpcEndpointConnectionZone {
|
|
7454
|
+
/**
|
|
7455
|
+
* Endpoint network interface ID. If a seamless service resource replacement is in progress, this indicates the endpoint network interface ID connected to the replaced service resource
|
|
7456
|
+
*/
|
|
7457
|
+
networkInterfaceId?: pulumi.Input<string>;
|
|
7458
|
+
/**
|
|
7459
|
+
* The private IPv4 address of the terminal node NIC. If a smooth service resource replacement is in progress, this refers to the IPv4 address of the terminal node NIC connected to the service resource being replaced.
|
|
7460
|
+
*/
|
|
7461
|
+
networkInterfaceIp?: pulumi.Input<string>;
|
|
7462
|
+
/**
|
|
7463
|
+
* Private IPv6 address of the endpoint network interface. If a seamless service resource replacement is in progress, this indicates the IPv6 address of the endpoint network interface connected to the replaced service resource. If the endpoint only supports IPv4, this parameter is not returned
|
|
7464
|
+
*/
|
|
7465
|
+
networkInterfaceIpv6?: pulumi.Input<string>;
|
|
7466
|
+
/**
|
|
7467
|
+
* Service resource ID
|
|
7468
|
+
*/
|
|
7469
|
+
resourceId?: pulumi.Input<string>;
|
|
7470
|
+
/**
|
|
7471
|
+
* Status of the service resource
|
|
7472
|
+
*/
|
|
7473
|
+
serviceStatus?: pulumi.Input<string>;
|
|
7474
|
+
/**
|
|
7475
|
+
* ID of the subnet to which the endpoint network interface belongs
|
|
7476
|
+
*/
|
|
7477
|
+
subnetId?: pulumi.Input<string>;
|
|
7478
|
+
/**
|
|
7479
|
+
* The domain name of the terminal node availability zone.
|
|
7480
|
+
*/
|
|
7481
|
+
zoneDomain?: pulumi.Input<string>;
|
|
7482
|
+
/**
|
|
7483
|
+
* Endpoint zone ID
|
|
7484
|
+
*/
|
|
7485
|
+
zoneId?: pulumi.Input<string>;
|
|
7486
|
+
/**
|
|
7487
|
+
* Status of the endpoint zone. PendingAcceptance: waiting for connection. Connecting: connecting. Connected: connected. Disconnecting: disconnecting. Rejected: connection rejected. Failed: connection failed
|
|
7488
|
+
*/
|
|
7489
|
+
zoneStatus?: pulumi.Input<string>;
|
|
7490
|
+
}
|
|
7491
|
+
interface VpcEndpointTag {
|
|
7492
|
+
/**
|
|
7493
|
+
* Tag key of the endpoint user tag. Length limit: 1–128 characters. Case sensitive. Cannot start with 'or' or 'sys:' in any case combination. Cannot start or end with a space. Allowed characters: letters, numbers, spaces ( ), underscores (_), periods (.), colons (:), slashes (/), equal signs (=), plus signs (+), hyphens (-), and @.
|
|
7494
|
+
*/
|
|
7495
|
+
key?: pulumi.Input<string>;
|
|
7496
|
+
/**
|
|
7497
|
+
* Tag value of the endpoint user tag. Length limit: 0–256 characters. Case sensitive. Cannot start or end with a space. Allowed characters: letters, numbers, spaces ( ), underscores (_), periods (.), colons (:), slashes (/), equal signs (=), plus signs (+), hyphens (-), and @
|
|
7498
|
+
*/
|
|
7499
|
+
value?: pulumi.Input<string>;
|
|
7500
|
+
}
|
|
7501
|
+
interface VpcEndpointZone {
|
|
7502
|
+
/**
|
|
7503
|
+
* The private IPv4 address of the endpoint node's network interface must belong to the subnet's IPv4 CIDR block. You can call the DescribeSubnets API to obtain the subnet's CIDR block. Parameter -N: indicates the sequence number of the private IPv4 address, with a value range of 1–10. Use & to separate multiple private IPv4 addresses.
|
|
7504
|
+
*/
|
|
7505
|
+
privateIpAddress?: pulumi.Input<string>;
|
|
7506
|
+
/**
|
|
7507
|
+
* The private IPv6 address of the endpoint node's network interface must belong to the subnet's IPv6 CIDR block. You can call the DescribeSubnets API to obtain the subnet's CIDR block. Parameter -N: indicates the sequence number of the private IPv6 address, with a value range of 1–10. Use & to separate multiple private IPv6 addresses. If not specified, an IPv6 address will be randomly assigned within the subnet's IPv6 CIDR block by default.
|
|
7508
|
+
*/
|
|
7509
|
+
privateIpv6Address?: pulumi.Input<string>;
|
|
7510
|
+
/**
|
|
7511
|
+
* ID of the subnet to which the NIC of the endpoint to be created belongs. You can call the DescribeSubnets API to obtain the subnet ID. Parameter -N: Indicates the sequence number of the subnet ID, value range: 1–10. Separate multiple subnet IDs with &.
|
|
7512
|
+
*/
|
|
7513
|
+
subnetId?: pulumi.Input<string>;
|
|
7514
|
+
/**
|
|
7515
|
+
* ID of the availability zone to which the NIC of the endpoint to be created belongs. For more information about availability zones, see Regions and Availability Zones. Parameter -N: Indicates the sequence number of the availability zone, value range: 1–10. Separate multiple availability zone IDs with &.
|
|
7516
|
+
*/
|
|
7517
|
+
zoneId?: pulumi.Input<string>;
|
|
7518
|
+
}
|
|
7335
7519
|
}
|
|
7336
7520
|
export declare namespace privatezone {
|
|
7337
7521
|
interface ResolverEndpointIpConfig {
|
|
@@ -7394,6 +7578,12 @@ export declare namespace privatezone {
|
|
|
7394
7578
|
}
|
|
7395
7579
|
}
|
|
7396
7580
|
export declare namespace rabbitmq {
|
|
7581
|
+
interface AllowListAssociatedInstance {
|
|
7582
|
+
/**
|
|
7583
|
+
* Instance ID
|
|
7584
|
+
*/
|
|
7585
|
+
instanceId?: pulumi.Input<string>;
|
|
7586
|
+
}
|
|
7397
7587
|
interface InstanceChargeDetail {
|
|
7398
7588
|
/**
|
|
7399
7589
|
* Whether to automatically renew the subscription instance after expiration.
|
|
@@ -7541,6 +7731,26 @@ export declare namespace rdsmssql {
|
|
|
7541
7731
|
* Instance ID
|
|
7542
7732
|
*/
|
|
7543
7733
|
instanceId?: pulumi.Input<string>;
|
|
7734
|
+
/**
|
|
7735
|
+
* Instance name
|
|
7736
|
+
*/
|
|
7737
|
+
instanceName?: pulumi.Input<string>;
|
|
7738
|
+
/**
|
|
7739
|
+
* Instance status
|
|
7740
|
+
*/
|
|
7741
|
+
instanceStatus?: pulumi.Input<string>;
|
|
7742
|
+
/**
|
|
7743
|
+
* Sync latest allowlist IP
|
|
7744
|
+
*/
|
|
7745
|
+
isLatest?: pulumi.Input<boolean>;
|
|
7746
|
+
/**
|
|
7747
|
+
* Project name of the instance
|
|
7748
|
+
*/
|
|
7749
|
+
projectName?: pulumi.Input<string>;
|
|
7750
|
+
/**
|
|
7751
|
+
* VPC ID of the instance
|
|
7752
|
+
*/
|
|
7753
|
+
vpc?: pulumi.Input<string>;
|
|
7544
7754
|
}
|
|
7545
7755
|
interface InstanceChargeInfo {
|
|
7546
7756
|
/**
|
|
@@ -8201,342 +8411,1568 @@ export declare namespace rdspostgresql {
|
|
|
8201
8411
|
*/
|
|
8202
8412
|
weight?: pulumi.Input<number>;
|
|
8203
8413
|
}
|
|
8204
|
-
|
|
8205
|
-
export declare namespace redis {
|
|
8206
|
-
interface InstanceCapacity {
|
|
8414
|
+
interface InstanceChargeDetail {
|
|
8207
8415
|
/**
|
|
8208
|
-
*
|
|
8416
|
+
* Enable auto-renewal for prepaid scenarios
|
|
8209
8417
|
*/
|
|
8210
|
-
|
|
8418
|
+
autoRenew?: pulumi.Input<boolean>;
|
|
8211
8419
|
/**
|
|
8212
|
-
*
|
|
8420
|
+
* Billing expiration time for yearly/monthly instances
|
|
8213
8421
|
*/
|
|
8214
|
-
|
|
8215
|
-
}
|
|
8216
|
-
interface InstanceConfigureNode {
|
|
8422
|
+
chargeEndTime?: pulumi.Input<string>;
|
|
8217
8423
|
/**
|
|
8218
|
-
*
|
|
8424
|
+
* Instance billing start time
|
|
8219
8425
|
*/
|
|
8220
|
-
|
|
8221
|
-
}
|
|
8222
|
-
interface InstanceInstanceShard {
|
|
8426
|
+
chargeStartTime?: pulumi.Input<string>;
|
|
8223
8427
|
/**
|
|
8224
|
-
*
|
|
8428
|
+
* Payment status. Value: - `Normal`: Normal - `Overdue`: Overdue and suspended - `Unpaid`: Unpaid
|
|
8225
8429
|
*/
|
|
8226
|
-
|
|
8227
|
-
serverNodes?: pulumi.Input<pulumi.Input<inputs.redis.InstanceInstanceShardServerNode>[]>;
|
|
8430
|
+
chargeStatus?: pulumi.Input<string>;
|
|
8228
8431
|
/**
|
|
8229
|
-
*
|
|
8432
|
+
* Payment type. Value: - `PostPaid`: Postpaid - `PrePaid`: Prepaid
|
|
8230
8433
|
*/
|
|
8231
|
-
|
|
8232
|
-
}
|
|
8233
|
-
interface InstanceInstanceShardServerNode {
|
|
8434
|
+
chargeType: pulumi.Input<string>;
|
|
8234
8435
|
/**
|
|
8235
|
-
*
|
|
8436
|
+
* Estimated release time after instance suspension due to overdue payment
|
|
8236
8437
|
*/
|
|
8237
|
-
|
|
8438
|
+
overdueReclaimTime?: pulumi.Input<string>;
|
|
8238
8439
|
/**
|
|
8239
|
-
*
|
|
8440
|
+
* Instance shutdown time due to overdue payment
|
|
8240
8441
|
*/
|
|
8241
|
-
|
|
8442
|
+
overdueTime?: pulumi.Input<string>;
|
|
8242
8443
|
/**
|
|
8243
|
-
*
|
|
8444
|
+
* Purchase duration for prepaid scenarios
|
|
8244
8445
|
*/
|
|
8245
|
-
|
|
8446
|
+
period?: pulumi.Input<number>;
|
|
8246
8447
|
/**
|
|
8247
|
-
*
|
|
8448
|
+
* Purchase period for prepaid scenarios. Values: - `Month`: month - `Year`: year
|
|
8248
8449
|
*/
|
|
8249
|
-
|
|
8250
|
-
}
|
|
8251
|
-
interface InstanceTag {
|
|
8450
|
+
periodUnit?: pulumi.Input<string>;
|
|
8252
8451
|
/**
|
|
8253
|
-
*
|
|
8452
|
+
* Rollback time for temporary upgrade
|
|
8254
8453
|
*/
|
|
8255
|
-
|
|
8454
|
+
tempModifyEndTime?: pulumi.Input<string>;
|
|
8256
8455
|
/**
|
|
8257
|
-
*
|
|
8456
|
+
* Start time of temporary scaling
|
|
8258
8457
|
*/
|
|
8259
|
-
|
|
8458
|
+
tempModifyStartTime?: pulumi.Input<string>;
|
|
8260
8459
|
}
|
|
8261
|
-
interface
|
|
8262
|
-
|
|
8263
|
-
* Connection address type. Value options: Private: Private network connection address; Public: Public network connection address; DirectLink: Direct connection address.
|
|
8264
|
-
*/
|
|
8265
|
-
addrType?: pulumi.Input<string>;
|
|
8460
|
+
interface InstanceEndpoint {
|
|
8461
|
+
addresses?: pulumi.Input<pulumi.Input<inputs.rdspostgresql.InstanceEndpointAddress>[]>;
|
|
8266
8462
|
/**
|
|
8267
|
-
*
|
|
8463
|
+
* When the terminal type is read-write or read-only, you can set whether new nodes join automatically. Values: - `Enable`: join automatically - `Disable`: do not join automatically (default)
|
|
8268
8464
|
*/
|
|
8269
|
-
|
|
8465
|
+
autoAddNewNodes?: pulumi.Input<string>;
|
|
8270
8466
|
/**
|
|
8271
|
-
*
|
|
8467
|
+
* Address description.
|
|
8272
8468
|
*/
|
|
8273
|
-
|
|
8469
|
+
description?: pulumi.Input<string>;
|
|
8274
8470
|
/**
|
|
8275
|
-
*
|
|
8471
|
+
* Enable global read-only mode. - `Enable`: enabled - `Disable`: not enabled
|
|
8276
8472
|
*/
|
|
8277
|
-
|
|
8473
|
+
enableReadOnly?: pulumi.Input<string>;
|
|
8278
8474
|
/**
|
|
8279
|
-
*
|
|
8475
|
+
* Enable read-write separation. Values: - `Enable`: enabled - `Disable`: not enabled
|
|
8280
8476
|
*/
|
|
8281
|
-
|
|
8477
|
+
enableReadWriteSplitting?: pulumi.Input<string>;
|
|
8282
8478
|
/**
|
|
8283
|
-
*
|
|
8479
|
+
* Instance connection terminal ID
|
|
8284
8480
|
*/
|
|
8285
|
-
|
|
8286
|
-
}
|
|
8287
|
-
}
|
|
8288
|
-
export declare namespace storageebs {
|
|
8289
|
-
interface SnapshotTag {
|
|
8481
|
+
endpointId?: pulumi.Input<string>;
|
|
8290
8482
|
/**
|
|
8291
|
-
*
|
|
8483
|
+
* Instance connection terminal name
|
|
8292
8484
|
*/
|
|
8293
|
-
|
|
8485
|
+
endpointName?: pulumi.Input<string>;
|
|
8294
8486
|
/**
|
|
8295
|
-
*
|
|
8487
|
+
* Endpoint type: - `Cluster`: Default endpoint (created by default) - `Custom`: Custom endpoint
|
|
8296
8488
|
*/
|
|
8297
|
-
|
|
8298
|
-
}
|
|
8299
|
-
interface VolumeBaselinePerformance {
|
|
8489
|
+
endpointType?: pulumi.Input<string>;
|
|
8300
8490
|
/**
|
|
8301
|
-
*
|
|
8491
|
+
* Read-only weight allocation mode. Options: - `Default`: Standard weight allocation (default). - `Custom`: Custom weight allocation
|
|
8302
8492
|
*/
|
|
8303
|
-
|
|
8493
|
+
readOnlyNodeDistributionType?: pulumi.Input<string>;
|
|
8304
8494
|
/**
|
|
8305
|
-
*
|
|
8495
|
+
* Maximum latency threshold for read-only nodes. If a read-only node's latency exceeds this value, read traffic will not be sent to that node. Unit: seconds. Range: 0~3600. Default: 30.
|
|
8496
|
+
* **Note:** This parameter can be set for the default endpoint when read/write splitting is enabled.
|
|
8306
8497
|
*/
|
|
8307
|
-
|
|
8308
|
-
|
|
8309
|
-
interface VolumeExtraPerformance {
|
|
8498
|
+
readOnlyNodeMaxDelayTime?: pulumi.Input<number>;
|
|
8499
|
+
readOnlyNodeWeights?: pulumi.Input<pulumi.Input<inputs.rdspostgresql.InstanceEndpointReadOnlyNodeWeight>[]>;
|
|
8310
8500
|
/**
|
|
8311
|
-
*
|
|
8501
|
+
* Read/write mode: - `ReadWrite`: Read/write - `ReadOnly`: Read-only
|
|
8312
8502
|
*/
|
|
8313
|
-
|
|
8503
|
+
readWriteMode?: pulumi.Input<string>;
|
|
8314
8504
|
/**
|
|
8315
|
-
*
|
|
8505
|
+
* After read/write splitting is enabled for the terminal, set the number of proxy connections for the terminal. - The minimum value for proxy connections is 20. - The maximum value depends on the specification of the instance's primary node. Different specifications support different maximum proxy connections. For details, see [Product Specifications]
|
|
8316
8506
|
*/
|
|
8317
|
-
|
|
8507
|
+
readWriteProxyConnection?: pulumi.Input<number>;
|
|
8318
8508
|
/**
|
|
8319
|
-
*
|
|
8509
|
+
* Whether the endpoint sends write requests to the write node (currently, only the primary node is the write node). Value: - `true`: Yes. (Default) - `false`: No
|
|
8320
8510
|
*/
|
|
8321
|
-
|
|
8511
|
+
writeNodeHaltWriting?: pulumi.Input<boolean>;
|
|
8322
8512
|
}
|
|
8323
|
-
interface
|
|
8513
|
+
interface InstanceEndpointAddress {
|
|
8324
8514
|
/**
|
|
8325
|
-
*
|
|
8515
|
+
* Private network address accessible across regions
|
|
8326
8516
|
*/
|
|
8327
|
-
|
|
8517
|
+
crossRegionDomain?: pulumi.Input<string>;
|
|
8328
8518
|
/**
|
|
8329
|
-
*
|
|
8519
|
+
* Enable public network resolution. Values: - false: default, private network resolution - true: private and public network resolution
|
|
8520
|
+
*/
|
|
8521
|
+
dnsVisibility?: pulumi.Input<boolean>;
|
|
8522
|
+
/**
|
|
8523
|
+
* Connection domain name
|
|
8524
|
+
*/
|
|
8525
|
+
domain?: pulumi.Input<string>;
|
|
8526
|
+
/**
|
|
8527
|
+
* Private network address type. Values: LocalDomain: local region domain name CrossRegionDomain: cross-region accessible domain name
|
|
8528
|
+
*/
|
|
8529
|
+
domainVisibilitySetting?: pulumi.Input<string>;
|
|
8530
|
+
/**
|
|
8531
|
+
* EIP ID, valid only for Public addresses
|
|
8532
|
+
*/
|
|
8533
|
+
eipId?: pulumi.Input<string>;
|
|
8534
|
+
/**
|
|
8535
|
+
* IP address
|
|
8536
|
+
*/
|
|
8537
|
+
ipAddress?: pulumi.Input<string>;
|
|
8538
|
+
/**
|
|
8539
|
+
* Network address type. Value: - `Private`: Private network address - `Public`: Public network address - `Inner`: Public service zone address
|
|
8540
|
+
*/
|
|
8541
|
+
networkType?: pulumi.Input<string>;
|
|
8542
|
+
/**
|
|
8543
|
+
* Port.
|
|
8544
|
+
*/
|
|
8545
|
+
port?: pulumi.Input<string>;
|
|
8546
|
+
/**
|
|
8547
|
+
* Subnet ID
|
|
8548
|
+
*/
|
|
8549
|
+
subnetId?: pulumi.Input<string>;
|
|
8550
|
+
}
|
|
8551
|
+
interface InstanceEndpointReadOnlyNodeWeight {
|
|
8552
|
+
/**
|
|
8553
|
+
* Read-only nodes require NodeId
|
|
8554
|
+
*/
|
|
8555
|
+
nodeId?: pulumi.Input<string>;
|
|
8556
|
+
/**
|
|
8557
|
+
* Node type
|
|
8558
|
+
*/
|
|
8559
|
+
nodeType?: pulumi.Input<string>;
|
|
8560
|
+
/**
|
|
8561
|
+
* Node read weight, increases by 100, maximum value is 10000
|
|
8562
|
+
*/
|
|
8563
|
+
weight?: pulumi.Input<number>;
|
|
8564
|
+
}
|
|
8565
|
+
interface InstanceMaintenanceWindow {
|
|
8566
|
+
/**
|
|
8567
|
+
* Granularity of the maintenance cycle. Value: Week (week)
|
|
8568
|
+
*/
|
|
8569
|
+
dayKind?: pulumi.Input<string>;
|
|
8570
|
+
dayOfWeekMaintenanceTimes?: pulumi.Input<pulumi.Input<inputs.rdspostgresql.InstanceMaintenanceWindowDayOfWeekMaintenanceTime>[]>;
|
|
8571
|
+
}
|
|
8572
|
+
interface InstanceMaintenanceWindowDayOfWeekMaintenanceTime {
|
|
8573
|
+
/**
|
|
8574
|
+
* Specify maintenance days for the instance each week. Multiple selections allowed. Monday: Monday. Tuesday: Tuesday. Wednesday: Wednesday. Thursday: Thursday. Friday: Friday. Saturday: Saturday. Sunday: Sunday. Note: If not specified or left blank, all seven days are enabled by default.
|
|
8575
|
+
*/
|
|
8576
|
+
dayOfWeek?: pulumi.Input<string>;
|
|
8577
|
+
/**
|
|
8578
|
+
* Start time of the maintenance window on the maintenance day. Format: HH:mmZ (UTC time). Currently, only start times between 16:00Z and 20:00Z are supported.
|
|
8579
|
+
*/
|
|
8580
|
+
maintenanceWindowStartTime?: pulumi.Input<string>;
|
|
8581
|
+
/**
|
|
8582
|
+
* Duration of the maintenance window on the maintenance day. Minimum duration is 2 hours, maximum is 6 hours.
|
|
8583
|
+
*/
|
|
8584
|
+
period?: pulumi.Input<number>;
|
|
8585
|
+
}
|
|
8586
|
+
interface InstanceNodeInfo {
|
|
8587
|
+
/**
|
|
8588
|
+
* Node creation time. Format: yyyy-MM-ddTHH:mm:ss.sssZ (UTC time)
|
|
8589
|
+
*/
|
|
8590
|
+
createTime?: pulumi.Input<string>;
|
|
8591
|
+
/**
|
|
8592
|
+
* Instance ID
|
|
8593
|
+
*/
|
|
8594
|
+
instanceId?: pulumi.Input<string>;
|
|
8595
|
+
/**
|
|
8596
|
+
* Memory size, unit: GB
|
|
8597
|
+
*/
|
|
8598
|
+
memory?: pulumi.Input<number>;
|
|
8599
|
+
/**
|
|
8600
|
+
* Node ID
|
|
8601
|
+
*/
|
|
8602
|
+
nodeId?: pulumi.Input<string>;
|
|
8603
|
+
/**
|
|
8604
|
+
* Node specification
|
|
8605
|
+
*/
|
|
8606
|
+
nodeSpec: pulumi.Input<string>;
|
|
8607
|
+
/**
|
|
8608
|
+
* Node status
|
|
8609
|
+
*/
|
|
8610
|
+
nodeStatus?: pulumi.Input<string>;
|
|
8611
|
+
/**
|
|
8612
|
+
* Node type
|
|
8613
|
+
*/
|
|
8614
|
+
nodeType: pulumi.Input<string>;
|
|
8615
|
+
/**
|
|
8616
|
+
* Region ID
|
|
8617
|
+
*/
|
|
8618
|
+
regionId?: pulumi.Input<string>;
|
|
8619
|
+
/**
|
|
8620
|
+
* Node update time. Format: yyyy-MM-ddTHH:mm:ss.sssZ (UTC time)
|
|
8621
|
+
*/
|
|
8622
|
+
updateTime?: pulumi.Input<string>;
|
|
8623
|
+
/**
|
|
8624
|
+
* CPU size. For example: 1 means 1U
|
|
8625
|
+
*/
|
|
8626
|
+
vcpu?: pulumi.Input<number>;
|
|
8627
|
+
/**
|
|
8628
|
+
* Availability zone of the node
|
|
8629
|
+
*/
|
|
8630
|
+
zoneId: pulumi.Input<string>;
|
|
8631
|
+
}
|
|
8632
|
+
interface InstanceTag {
|
|
8633
|
+
/**
|
|
8634
|
+
* Tag key
|
|
8635
|
+
*/
|
|
8636
|
+
key?: pulumi.Input<string>;
|
|
8637
|
+
/**
|
|
8638
|
+
* Tag value
|
|
8639
|
+
*/
|
|
8640
|
+
value?: pulumi.Input<string>;
|
|
8641
|
+
}
|
|
8642
|
+
}
|
|
8643
|
+
export declare namespace redis {
|
|
8644
|
+
interface AllowListAssociatedInstance {
|
|
8645
|
+
/**
|
|
8646
|
+
* Instance ID bound to the current allowlist
|
|
8647
|
+
*/
|
|
8648
|
+
instanceId?: pulumi.Input<string>;
|
|
8649
|
+
/**
|
|
8650
|
+
* Instance names bound to the current allowlist
|
|
8651
|
+
*/
|
|
8652
|
+
instanceName?: pulumi.Input<string>;
|
|
8653
|
+
/**
|
|
8654
|
+
* Project name associated with the instance
|
|
8655
|
+
*/
|
|
8656
|
+
projectName?: pulumi.Input<string>;
|
|
8657
|
+
/**
|
|
8658
|
+
* Private network ID associated with the instance
|
|
8659
|
+
*/
|
|
8660
|
+
vpc?: pulumi.Input<string>;
|
|
8661
|
+
}
|
|
8662
|
+
interface AllowListSecurityGroupBindInfo {
|
|
8663
|
+
/**
|
|
8664
|
+
* Security group association mode. The value range is as follows: IngressDirectionIp: ingress IP, which allows IPs involved in TCP and ALL protocols in the source address of the security group ingress direction to access the database. If the source address is configured as a security group, it will be ignored. AssociateEcsIp: associate ECS IP, which allows cloud servers within the security group to access the database. Currently, only importing IP information of the primary network interface is supported
|
|
8665
|
+
*/
|
|
8666
|
+
bindMode?: pulumi.Input<string>;
|
|
8667
|
+
/**
|
|
8668
|
+
* Associated security group ID
|
|
8669
|
+
*/
|
|
8670
|
+
securityGroupId?: pulumi.Input<string>;
|
|
8671
|
+
}
|
|
8672
|
+
interface InstanceCapacity {
|
|
8673
|
+
/**
|
|
8674
|
+
* Total memory capacity of the current instance. Unit: MiB.
|
|
8675
|
+
*/
|
|
8676
|
+
total?: pulumi.Input<number>;
|
|
8677
|
+
/**
|
|
8678
|
+
* Used capacity of the current instance. Unit: MiB.
|
|
8679
|
+
*/
|
|
8680
|
+
used?: pulumi.Input<number>;
|
|
8681
|
+
}
|
|
8682
|
+
interface InstanceConfigureNode {
|
|
8683
|
+
/**
|
|
8684
|
+
* The availability zone each node belongs to.
|
|
8685
|
+
*/
|
|
8686
|
+
az?: pulumi.Input<string>;
|
|
8687
|
+
}
|
|
8688
|
+
interface InstanceInstanceShard {
|
|
8689
|
+
/**
|
|
8690
|
+
* Number of nodes in each shard
|
|
8691
|
+
*/
|
|
8692
|
+
nodeNumber?: pulumi.Input<number>;
|
|
8693
|
+
serverNodes?: pulumi.Input<pulumi.Input<inputs.redis.InstanceInstanceShardServerNode>[]>;
|
|
8694
|
+
/**
|
|
8695
|
+
* Shard ID.
|
|
8696
|
+
*/
|
|
8697
|
+
shardId?: pulumi.Input<string>;
|
|
8698
|
+
}
|
|
8699
|
+
interface InstanceInstanceShardServerNode {
|
|
8700
|
+
/**
|
|
8701
|
+
* Current role of the node. Valid values: PrimaryNode: primary node; SecondaryNode: secondary node.
|
|
8702
|
+
*/
|
|
8703
|
+
currentRole?: pulumi.Input<string>;
|
|
8704
|
+
/**
|
|
8705
|
+
* Node ID.
|
|
8706
|
+
*/
|
|
8707
|
+
nodeId?: pulumi.Input<string>;
|
|
8708
|
+
/**
|
|
8709
|
+
* Node status. Valid values: deploy: starting; running: running; loading: loading data; error: error.
|
|
8710
|
+
*/
|
|
8711
|
+
status?: pulumi.Input<string>;
|
|
8712
|
+
/**
|
|
8713
|
+
* Availability zone where the node is located.
|
|
8714
|
+
*/
|
|
8715
|
+
zoneId?: pulumi.Input<string>;
|
|
8716
|
+
}
|
|
8717
|
+
interface InstanceTag {
|
|
8718
|
+
/**
|
|
8719
|
+
* Tag key.
|
|
8720
|
+
*/
|
|
8721
|
+
key?: pulumi.Input<string>;
|
|
8722
|
+
/**
|
|
8723
|
+
* Tag value.
|
|
8724
|
+
*/
|
|
8725
|
+
value?: pulumi.Input<string>;
|
|
8726
|
+
}
|
|
8727
|
+
interface InstanceVisitAddr {
|
|
8728
|
+
/**
|
|
8729
|
+
* Connection address type. Value options: Private: Private network connection address; Public: Public network connection address; DirectLink: Direct connection address.
|
|
8730
|
+
*/
|
|
8731
|
+
addrType?: pulumi.Input<string>;
|
|
8732
|
+
/**
|
|
8733
|
+
* IP address or domain name.
|
|
8734
|
+
*/
|
|
8735
|
+
address?: pulumi.Input<string>;
|
|
8736
|
+
/**
|
|
8737
|
+
* EIP ID bound to the instance's public address. This parameter is returned only when the connection address type (AddrType) is Public.
|
|
8738
|
+
*/
|
|
8739
|
+
eipId?: pulumi.Input<string>;
|
|
8740
|
+
/**
|
|
8741
|
+
* Port number.
|
|
8742
|
+
*/
|
|
8743
|
+
port?: pulumi.Input<string>;
|
|
8744
|
+
/**
|
|
8745
|
+
* IPv6 address corresponding to the connection address.
|
|
8746
|
+
*/
|
|
8747
|
+
viPv6?: pulumi.Input<string>;
|
|
8748
|
+
/**
|
|
8749
|
+
* The IPv4 address corresponding to the connection address.
|
|
8750
|
+
*/
|
|
8751
|
+
vip?: pulumi.Input<string>;
|
|
8752
|
+
}
|
|
8753
|
+
}
|
|
8754
|
+
export declare namespace storageebs {
|
|
8755
|
+
interface SnapshotGroupSnapshot {
|
|
8756
|
+
/**
|
|
8757
|
+
* Snapshot creation time
|
|
8758
|
+
*/
|
|
8759
|
+
creationTime?: pulumi.Input<string>;
|
|
8760
|
+
/**
|
|
8761
|
+
* Snapshot description
|
|
8762
|
+
*/
|
|
8763
|
+
description?: pulumi.Input<string>;
|
|
8764
|
+
/**
|
|
8765
|
+
* Image ID
|
|
8766
|
+
*/
|
|
8767
|
+
imageId?: pulumi.Input<string>;
|
|
8768
|
+
/**
|
|
8769
|
+
* Whether the snapshot has enabled ultra-fast availability. Values are as follows: - true: Ultra-fast availability enabled - false: Ultra-fast availability not enabled
|
|
8770
|
+
*/
|
|
8771
|
+
instantAccess?: pulumi.Input<boolean>;
|
|
8772
|
+
/**
|
|
8773
|
+
* Dump progress
|
|
8774
|
+
*/
|
|
8775
|
+
progress?: pulumi.Input<number>;
|
|
8776
|
+
/**
|
|
8777
|
+
* Project of the snapshot
|
|
8778
|
+
*/
|
|
8779
|
+
projectName?: pulumi.Input<string>;
|
|
8780
|
+
/**
|
|
8781
|
+
* Retention days for automatic snapshots
|
|
8782
|
+
*/
|
|
8783
|
+
retentionDays?: pulumi.Input<number>;
|
|
8784
|
+
/**
|
|
8785
|
+
* Whether the snapshot is shared with others. Values are as follows: - true: Snapshot is shared with others - false: Snapshot is not shared with others
|
|
8786
|
+
*/
|
|
8787
|
+
shared?: pulumi.Input<boolean>;
|
|
8788
|
+
/**
|
|
8789
|
+
* Snapshot consistency group ID
|
|
8790
|
+
*/
|
|
8791
|
+
snapshotGroupId?: pulumi.Input<string>;
|
|
8792
|
+
/**
|
|
8793
|
+
* Snapshot ID
|
|
8794
|
+
*/
|
|
8795
|
+
snapshotId?: pulumi.Input<string>;
|
|
8796
|
+
/**
|
|
8797
|
+
* Snapshot name
|
|
8798
|
+
*/
|
|
8799
|
+
snapshotName?: pulumi.Input<string>;
|
|
8800
|
+
/**
|
|
8801
|
+
* Snapshot type. Values are as follows: - user: Manual snapshot - auto: Automatic snapshot
|
|
8802
|
+
*/
|
|
8803
|
+
snapshotType?: pulumi.Input<string>;
|
|
8804
|
+
/**
|
|
8805
|
+
* Snapshot status. Values are as follows: - available: Available - creating: Creating - rollbacking: Rolling back - deleted: Deleted - failed: Error
|
|
8806
|
+
*/
|
|
8807
|
+
status?: pulumi.Input<string>;
|
|
8808
|
+
tags?: pulumi.Input<pulumi.Input<inputs.storageebs.SnapshotGroupSnapshotTag>[]>;
|
|
8809
|
+
/**
|
|
8810
|
+
* Cloud disk ID
|
|
8811
|
+
*/
|
|
8812
|
+
volumeId?: pulumi.Input<string>;
|
|
8813
|
+
/**
|
|
8814
|
+
* Cloud disk category. Values are as follows: - system: System disk - data: Data disk
|
|
8815
|
+
*/
|
|
8816
|
+
volumeKind?: pulumi.Input<string>;
|
|
8817
|
+
/**
|
|
8818
|
+
* Cloud disk name
|
|
8819
|
+
*/
|
|
8820
|
+
volumeName?: pulumi.Input<string>;
|
|
8821
|
+
/**
|
|
8822
|
+
* Cloud disk size (GiB)
|
|
8823
|
+
*/
|
|
8824
|
+
volumeSize?: pulumi.Input<number>;
|
|
8825
|
+
/**
|
|
8826
|
+
* Cloud disk status. Values are as follows: - available: Available - attaching: Attaching - attached: Attached - detaching: Detaching - creating: Creating - deleting: Deleting - error: Error - extending: Expanding
|
|
8827
|
+
*/
|
|
8828
|
+
volumeStatus?: pulumi.Input<string>;
|
|
8829
|
+
/**
|
|
8830
|
+
* Cloud disk type. Values are as follows: - ESSD*PL0: Ultra-fast SSD cloud disk, PL0 specification - ESSD*FlexPL: Ultra-fast SSD cloud disk, FlexPL specification - TSSD_TL0: Throughput SSD cloud disk
|
|
8831
|
+
*/
|
|
8832
|
+
volumeType?: pulumi.Input<string>;
|
|
8833
|
+
/**
|
|
8834
|
+
* Zone ID. If ultra-fast availability is enabled for the snapshot, you can create a cloud disk in this zone using the ultra-fast available snapshot
|
|
8835
|
+
*/
|
|
8836
|
+
zoneId?: pulumi.Input<string>;
|
|
8837
|
+
}
|
|
8838
|
+
interface SnapshotGroupSnapshotTag {
|
|
8839
|
+
/**
|
|
8840
|
+
* Tag key
|
|
8841
|
+
*/
|
|
8842
|
+
key?: pulumi.Input<string>;
|
|
8843
|
+
/**
|
|
8844
|
+
* Tag value
|
|
8845
|
+
*/
|
|
8846
|
+
value?: pulumi.Input<string>;
|
|
8847
|
+
}
|
|
8848
|
+
interface SnapshotGroupTag {
|
|
8849
|
+
/**
|
|
8850
|
+
* Tag key
|
|
8851
|
+
*/
|
|
8852
|
+
key?: pulumi.Input<string>;
|
|
8853
|
+
/**
|
|
8854
|
+
* Tag value
|
|
8855
|
+
*/
|
|
8856
|
+
value?: pulumi.Input<string>;
|
|
8857
|
+
}
|
|
8858
|
+
interface SnapshotTag {
|
|
8859
|
+
/**
|
|
8860
|
+
* User tag key added to the resource. Naming rules: Cannot start with volc: or sys: in any case. Keys starting with volc: or sys: are reserved system tag keys and cannot be created. Only language characters, numbers, spaces, and the following English symbols are allowed: '_', '.', ':', '/', '=', '+', '-', '@'. Length must be between 1 and 128 characters.
|
|
8861
|
+
*/
|
|
8862
|
+
key?: pulumi.Input<string>;
|
|
8863
|
+
/**
|
|
8864
|
+
* User tag value added to the resource. Naming rules: Only language characters, numbers, spaces, and the following English symbols are allowed: '_', '.', ':', '/', '=', '+', '-', '@'. Can be empty. Length must be between 0 and 256 characters.
|
|
8865
|
+
*/
|
|
8866
|
+
value?: pulumi.Input<string>;
|
|
8867
|
+
}
|
|
8868
|
+
interface VolumeBaselinePerformance {
|
|
8869
|
+
/**
|
|
8870
|
+
* Total IOPS of the disk, which is the sum of the baseline IOPS and extra IOPS.
|
|
8871
|
+
*/
|
|
8872
|
+
iops?: pulumi.Input<number>;
|
|
8873
|
+
/**
|
|
8874
|
+
* The total throughput of the cloud disk is the sum of its baseline throughput and additional throughput.
|
|
8875
|
+
*/
|
|
8876
|
+
throughput?: pulumi.Input<number>;
|
|
8877
|
+
}
|
|
8878
|
+
interface VolumeExtraPerformance {
|
|
8879
|
+
/**
|
|
8880
|
+
* Type of extra performance. Value description: Balance: Balanced extra performance; IOPS: IOPS extra performance; Throughput: Throughput extra performance.
|
|
8881
|
+
*/
|
|
8882
|
+
extraPerformanceTypeId?: pulumi.Input<string>;
|
|
8883
|
+
/**
|
|
8884
|
+
* Extra IOPS of the disk.
|
|
8885
|
+
*/
|
|
8886
|
+
iops?: pulumi.Input<number>;
|
|
8887
|
+
/**
|
|
8888
|
+
* Extra throughput of the disk.
|
|
8889
|
+
*/
|
|
8890
|
+
throughput?: pulumi.Input<number>;
|
|
8891
|
+
}
|
|
8892
|
+
interface VolumeTag {
|
|
8893
|
+
/**
|
|
8894
|
+
* Tag key.
|
|
8895
|
+
*/
|
|
8896
|
+
key?: pulumi.Input<string>;
|
|
8897
|
+
/**
|
|
8898
|
+
* Tag value.
|
|
8899
|
+
*/
|
|
8900
|
+
value?: pulumi.Input<string>;
|
|
8901
|
+
}
|
|
8902
|
+
interface VolumeTotalPerformance {
|
|
8903
|
+
/**
|
|
8904
|
+
* Total IOPS of the disk, which is the sum of the baseline IOPS and extra IOPS.
|
|
8905
|
+
*/
|
|
8906
|
+
iops?: pulumi.Input<number>;
|
|
8907
|
+
/**
|
|
8908
|
+
* The total throughput of the cloud disk is the sum of its baseline throughput and additional throughput.
|
|
8909
|
+
*/
|
|
8910
|
+
throughput?: pulumi.Input<number>;
|
|
8911
|
+
}
|
|
8912
|
+
}
|
|
8913
|
+
export declare namespace tls {
|
|
8914
|
+
interface AlarmNotifyGroupNoticeRule {
|
|
8915
|
+
/**
|
|
8916
|
+
* Whether there is an end node afterwards.
|
|
8917
|
+
*/
|
|
8918
|
+
hasEndNode?: pulumi.Input<boolean>;
|
|
8919
|
+
/**
|
|
8920
|
+
* Condition for whether to proceed to the next level.
|
|
8921
|
+
*/
|
|
8922
|
+
hasNext?: pulumi.Input<boolean>;
|
|
8923
|
+
receiverInfos?: pulumi.Input<pulumi.Input<inputs.tls.AlarmNotifyGroupNoticeRuleReceiverInfo>[]>;
|
|
8924
|
+
/**
|
|
8925
|
+
* Rule node. JSON format.
|
|
8926
|
+
*/
|
|
8927
|
+
ruleNode?: pulumi.Input<string>;
|
|
8928
|
+
}
|
|
8929
|
+
interface AlarmNotifyGroupNoticeRuleReceiverInfo {
|
|
8930
|
+
/**
|
|
8931
|
+
* Alarm content template ID.
|
|
8932
|
+
*/
|
|
8933
|
+
alarmContentTemplateId?: pulumi.Input<string>;
|
|
8934
|
+
/**
|
|
8935
|
+
* User group name to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
|
|
8936
|
+
*/
|
|
8937
|
+
alarmWebhookAtGroups?: pulumi.Input<pulumi.Input<string>[]>;
|
|
8938
|
+
/**
|
|
8939
|
+
* Username to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
|
|
8940
|
+
*/
|
|
8941
|
+
alarmWebhookAtUsers?: pulumi.Input<pulumi.Input<string>[]>;
|
|
8942
|
+
/**
|
|
8943
|
+
* Alarm webhook integration configuration ID.
|
|
8944
|
+
*/
|
|
8945
|
+
alarmWebhookIntegrationId?: pulumi.Input<string>;
|
|
8946
|
+
/**
|
|
8947
|
+
* Name of the alarm Webhook integration configuration.
|
|
8948
|
+
*/
|
|
8949
|
+
alarmWebhookIntegrationName?: pulumi.Input<string>;
|
|
8950
|
+
/**
|
|
8951
|
+
* Whether to notify everyone when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
|
|
8952
|
+
*/
|
|
8953
|
+
alarmWebhookIsAtAll?: pulumi.Input<boolean>;
|
|
8954
|
+
/**
|
|
8955
|
+
* End time for receiving alarm notifications. Uses 24-hour format: HH:mm:ss, with a valid range of 00:00:00–23:59:59. StartTime cannot be greater than EndTime.
|
|
8956
|
+
*/
|
|
8957
|
+
endTime?: pulumi.Input<string>;
|
|
8958
|
+
/**
|
|
8959
|
+
* Custom WebHook request body. It is recommended to set the request body according to the callback interface requirements of the corresponding service.
|
|
8960
|
+
*/
|
|
8961
|
+
generalWebhookBody?: pulumi.Input<string>;
|
|
8962
|
+
generalWebhookHeaders?: pulumi.Input<pulumi.Input<inputs.tls.AlarmNotifyGroupNoticeRuleReceiverInfoGeneralWebhookHeader>[]>;
|
|
8963
|
+
/**
|
|
8964
|
+
* Custom callback method for the interface. Only POST or PUT is supported.
|
|
8965
|
+
*/
|
|
8966
|
+
generalWebhookMethod?: pulumi.Input<string>;
|
|
8967
|
+
/**
|
|
8968
|
+
* Custom callback URL for the interface.
|
|
8969
|
+
*/
|
|
8970
|
+
generalWebhookUrl?: pulumi.Input<string>;
|
|
8971
|
+
/**
|
|
8972
|
+
* Notification channels. Supports one or more channels. Options: Email, Sms, Phone, GeneralWebhook, Lark, DingTalk, WeChat.
|
|
8973
|
+
*/
|
|
8974
|
+
receiverChannels?: pulumi.Input<pulumi.Input<string>[]>;
|
|
8975
|
+
/**
|
|
8976
|
+
* IAM user or user group name.
|
|
8977
|
+
*/
|
|
8978
|
+
receiverNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
8979
|
+
/**
|
|
8980
|
+
* Recipient type. Options: User: IAM user; UserGroup: IAM user group.
|
|
8981
|
+
*/
|
|
8982
|
+
receiverType?: pulumi.Input<string>;
|
|
8983
|
+
/**
|
|
8984
|
+
* Alarm notification start time. Uses 24-hour format (HH:mm:ss), valid range is 00:00:00–23:59:59. StartTime cannot be later than EndTime.
|
|
8985
|
+
*/
|
|
8986
|
+
startTime?: pulumi.Input<string>;
|
|
8987
|
+
}
|
|
8988
|
+
interface AlarmNotifyGroupNoticeRuleReceiverInfoGeneralWebhookHeader {
|
|
8989
|
+
/**
|
|
8990
|
+
* Custom request header key.
|
|
8991
|
+
*/
|
|
8992
|
+
key?: pulumi.Input<string>;
|
|
8993
|
+
/**
|
|
8994
|
+
* Custom request header value.
|
|
8995
|
+
*/
|
|
8996
|
+
value?: pulumi.Input<string>;
|
|
8997
|
+
}
|
|
8998
|
+
interface AlarmNotifyGroupReceiver {
|
|
8999
|
+
/**
|
|
9000
|
+
* Alarm content template ID.
|
|
9001
|
+
*/
|
|
9002
|
+
alarmContentTemplateId?: pulumi.Input<string>;
|
|
9003
|
+
/**
|
|
9004
|
+
* User group name to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
|
|
9005
|
+
*/
|
|
9006
|
+
alarmWebhookAtGroups?: pulumi.Input<pulumi.Input<string>[]>;
|
|
9007
|
+
/**
|
|
9008
|
+
* Username to notify when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
|
|
9009
|
+
*/
|
|
9010
|
+
alarmWebhookAtUsers?: pulumi.Input<pulumi.Input<string>[]>;
|
|
9011
|
+
/**
|
|
9012
|
+
* Alarm webhook integration configuration ID.
|
|
9013
|
+
*/
|
|
9014
|
+
alarmWebhookIntegrationId?: pulumi.Input<string>;
|
|
9015
|
+
/**
|
|
9016
|
+
* Name of the alarm Webhook integration configuration.
|
|
9017
|
+
*/
|
|
9018
|
+
alarmWebhookIntegrationName?: pulumi.Input<string>;
|
|
9019
|
+
/**
|
|
9020
|
+
* Whether to notify everyone when sending notifications to Feishu, DingTalk, or WeCom via Webhook integration.
|
|
9021
|
+
*/
|
|
9022
|
+
alarmWebhookIsAtAll?: pulumi.Input<boolean>;
|
|
9023
|
+
/**
|
|
9024
|
+
* End time for receiving alarm notifications. Uses 24-hour format: HH:mm:ss, with a valid range of 00:00:00–23:59:59. StartTime cannot be greater than EndTime.
|
|
9025
|
+
*/
|
|
9026
|
+
endTime?: pulumi.Input<string>;
|
|
9027
|
+
/**
|
|
9028
|
+
* Custom WebHook request body. It is recommended to set the request body according to the callback interface requirements of the corresponding service.
|
|
9029
|
+
*/
|
|
9030
|
+
generalWebhookBody?: pulumi.Input<string>;
|
|
9031
|
+
generalWebhookHeaders?: pulumi.Input<pulumi.Input<inputs.tls.AlarmNotifyGroupReceiverGeneralWebhookHeader>[]>;
|
|
9032
|
+
/**
|
|
9033
|
+
* Custom callback method for the interface. Only POST or PUT is supported.
|
|
9034
|
+
*/
|
|
9035
|
+
generalWebhookMethod?: pulumi.Input<string>;
|
|
9036
|
+
/**
|
|
9037
|
+
* Custom callback URL for the interface.
|
|
9038
|
+
*/
|
|
9039
|
+
generalWebhookUrl?: pulumi.Input<string>;
|
|
9040
|
+
/**
|
|
9041
|
+
* Notification channels. Supports one or more channels. Options: Email, Sms, Phone, GeneralWebhook, Lark, DingTalk, WeChat.
|
|
9042
|
+
*/
|
|
9043
|
+
receiverChannels?: pulumi.Input<pulumi.Input<string>[]>;
|
|
9044
|
+
/**
|
|
9045
|
+
* IAM user or user group name.
|
|
9046
|
+
*/
|
|
9047
|
+
receiverNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
9048
|
+
/**
|
|
9049
|
+
* Recipient type. Options: User: IAM user; UserGroup: IAM user group.
|
|
9050
|
+
*/
|
|
9051
|
+
receiverType?: pulumi.Input<string>;
|
|
9052
|
+
/**
|
|
9053
|
+
* Alarm notification start time. Uses 24-hour format (HH:mm:ss), valid range is 00:00:00–23:59:59. StartTime cannot be later than EndTime.
|
|
9054
|
+
*/
|
|
9055
|
+
startTime?: pulumi.Input<string>;
|
|
9056
|
+
}
|
|
9057
|
+
interface AlarmNotifyGroupReceiverGeneralWebhookHeader {
|
|
9058
|
+
/**
|
|
9059
|
+
* Custom request header key.
|
|
9060
|
+
*/
|
|
9061
|
+
key?: pulumi.Input<string>;
|
|
9062
|
+
/**
|
|
9063
|
+
* Custom request header value.
|
|
9064
|
+
*/
|
|
9065
|
+
value?: pulumi.Input<string>;
|
|
9066
|
+
}
|
|
9067
|
+
interface ImportTaskImportSourceInfo {
|
|
9068
|
+
/**
|
|
9069
|
+
* Kafka data source information. When sourceType is kafka, the KafkaSourceInfo field is required
|
|
9070
|
+
*/
|
|
9071
|
+
kafkaSourceInfo?: pulumi.Input<inputs.tls.ImportTaskImportSourceInfoKafkaSourceInfo>;
|
|
9072
|
+
/**
|
|
9073
|
+
* TOS data source information. When sourceType is tos, the TosSourceInfo field is required.
|
|
9074
|
+
*/
|
|
9075
|
+
tosSourceInfo?: pulumi.Input<inputs.tls.ImportTaskImportSourceInfoTosSourceInfo>;
|
|
9076
|
+
}
|
|
9077
|
+
interface ImportTaskImportSourceInfoKafkaSourceInfo {
|
|
9078
|
+
/**
|
|
9079
|
+
* Data encoding format. Available options: UTF-8, GBK.
|
|
9080
|
+
*/
|
|
9081
|
+
encode?: pulumi.Input<string>;
|
|
9082
|
+
/**
|
|
9083
|
+
* Kafka consumer group. If not specified, the system will automatically create a Kafka consumer group.
|
|
9084
|
+
*/
|
|
9085
|
+
group?: pulumi.Input<string>;
|
|
9086
|
+
/**
|
|
9087
|
+
* The service addresses for different types of Kafka clusters vary. Details are as follows: Message Queue Kafka Edition: Use the access point of the Kafka instance. For more information, see Access Point. If the Kafka instance and the Log Service Project are in the same region, you can use private network access; otherwise, use public network access. Self-hosted Kafka clusters: Use the IP address and port number or the domain name and port number of the Kafka Broker. Only public network access is supported. Separate multiple service addresses with a comma (,).
|
|
9088
|
+
*/
|
|
9089
|
+
host?: pulumi.Input<string>;
|
|
9090
|
+
/**
|
|
9091
|
+
* Starting position for data import. Options: 0: Earliest time, start importing from the first record in the specified Kafka Topic. 1: Latest time, start importing from the most recently generated record in the specified Kafka Topic.
|
|
9092
|
+
*/
|
|
9093
|
+
initialOffset?: pulumi.Input<number>;
|
|
9094
|
+
/**
|
|
9095
|
+
* If you are using Message Queue Kafka Edition, set this to the Kafka instance ID.
|
|
9096
|
+
*/
|
|
9097
|
+
instanceId?: pulumi.Input<string>;
|
|
9098
|
+
/**
|
|
9099
|
+
* Whether to enable authentication. If you use a public service address, it is recommended to enable authentication.
|
|
9100
|
+
*/
|
|
9101
|
+
isNeedAuth?: pulumi.Input<boolean>;
|
|
9102
|
+
/**
|
|
9103
|
+
* Password authentication mechanism. Available options: PLAIN, SCRAM-SHA-256, and SCRAM-SHA-512.
|
|
9104
|
+
*/
|
|
9105
|
+
mechanism?: pulumi.Input<string>;
|
|
9106
|
+
/**
|
|
9107
|
+
* Kafka SASL user password for authentication.
|
|
9108
|
+
*/
|
|
9109
|
+
password?: pulumi.Input<string>;
|
|
9110
|
+
/**
|
|
9111
|
+
* Secure transmission protocol. Options include plaintext, sasl*ssl, ssl, and sasl*plaintext
|
|
9112
|
+
*/
|
|
9113
|
+
protocol?: pulumi.Input<string>;
|
|
9114
|
+
/**
|
|
9115
|
+
* Specify log time. Options: 0: Use Kafka message timestamp. 1: Use current system time.
|
|
9116
|
+
*/
|
|
9117
|
+
timeSourceDefault?: pulumi.Input<number>;
|
|
9118
|
+
/**
|
|
9119
|
+
* Kafka Topic name. Separate multiple Kafka Topics with commas (,).
|
|
9120
|
+
*/
|
|
9121
|
+
topic?: pulumi.Input<string>;
|
|
9122
|
+
/**
|
|
9123
|
+
* Kafka SASL username for authentication.
|
|
9124
|
+
*/
|
|
9125
|
+
username?: pulumi.Input<string>;
|
|
9126
|
+
}
|
|
9127
|
+
interface ImportTaskImportSourceInfoTosSourceInfo {
|
|
9128
|
+
/**
|
|
9129
|
+
* TOS bucket name
|
|
9130
|
+
*/
|
|
9131
|
+
bucket?: pulumi.Input<string>;
|
|
9132
|
+
/**
|
|
9133
|
+
* Compression mode for data in the TOS bucket. none: No compression. snappy: Compress using snappy. gzip: Compress using gzip. lz4: Compress using lz4.
|
|
9134
|
+
*/
|
|
9135
|
+
compressType?: pulumi.Input<string>;
|
|
9136
|
+
/**
|
|
9137
|
+
* Path of the file to be imported in the TOS bucket.
|
|
9138
|
+
*/
|
|
9139
|
+
prefix?: pulumi.Input<string>;
|
|
9140
|
+
/**
|
|
9141
|
+
* Region where the TOS bucket is located. Cross-region data import is supported
|
|
9142
|
+
*/
|
|
9143
|
+
region?: pulumi.Input<string>;
|
|
9144
|
+
}
|
|
9145
|
+
interface ImportTaskTargetInfo {
|
|
9146
|
+
/**
|
|
9147
|
+
* Log extraction rule.
|
|
9148
|
+
*/
|
|
9149
|
+
extractRule?: pulumi.Input<inputs.tls.ImportTaskTargetInfoExtractRule>;
|
|
9150
|
+
/**
|
|
9151
|
+
* Log sample. When LogType is set to multiline_log, you must configure log samples. It is recommended to provide more than two log entries as examples to ensure the regular expression matches the first line of each log. Use real samples from the production environment.
|
|
9152
|
+
*/
|
|
9153
|
+
logSample?: pulumi.Input<string>;
|
|
9154
|
+
/**
|
|
9155
|
+
* Specify log parsing type during import. delimiter*log: CSV type. multiline*log: multiline full text type. minimalist*log: single line full text type. json*log: JSON type.
|
|
9156
|
+
*/
|
|
9157
|
+
logType: pulumi.Input<string>;
|
|
9158
|
+
/**
|
|
9159
|
+
* Region.
|
|
9160
|
+
*/
|
|
9161
|
+
region: pulumi.Input<string>;
|
|
9162
|
+
}
|
|
9163
|
+
interface ImportTaskTargetInfoExtractRule {
|
|
9164
|
+
/**
|
|
9165
|
+
* Basic content of log extraction rules.
|
|
9166
|
+
*/
|
|
9167
|
+
extractRule?: pulumi.Input<inputs.tls.ImportTaskTargetInfoExtractRuleExtractRule>;
|
|
9168
|
+
/**
|
|
9169
|
+
* Number of skipped rows. Only valid when the log type is delimiterLog and the import type is tos.
|
|
9170
|
+
*/
|
|
9171
|
+
skipLineCount?: pulumi.Input<number>;
|
|
9172
|
+
/**
|
|
9173
|
+
* Time extraction regular expression, used to extract the time value from the TimeKey field and parse it as the collection time
|
|
9174
|
+
*/
|
|
9175
|
+
timeExtractRegex?: pulumi.Input<string>;
|
|
9176
|
+
/**
|
|
9177
|
+
* Time zone. Supports machine time zone (default) and custom time zone. Custom time zone supports GMT and UTC. GMT format: GMT+08:00. UTC format: Asia/Shanghai.
|
|
9178
|
+
*/
|
|
9179
|
+
timeZone?: pulumi.Input<string>;
|
|
9180
|
+
}
|
|
9181
|
+
interface ImportTaskTargetInfoExtractRuleExtractRule {
|
|
9182
|
+
/**
|
|
9183
|
+
* Regular expression for identifying the first line of each log. The matched part is treated as the start of the log. When LogType is set to multiline_log, you must configure a log sample
|
|
9184
|
+
*/
|
|
9185
|
+
beginRegex?: pulumi.Input<string>;
|
|
9186
|
+
/**
|
|
9187
|
+
* Delimiter. Only valid when LogType is delimiter_log.
|
|
9188
|
+
*/
|
|
9189
|
+
delimiter?: pulumi.Input<string>;
|
|
9190
|
+
/**
|
|
9191
|
+
* Enable nanoseconds.
|
|
9192
|
+
*/
|
|
9193
|
+
enableNanosecond?: pulumi.Input<boolean>;
|
|
9194
|
+
filterKeyRegexes?: pulumi.Input<pulumi.Input<inputs.tls.ImportTaskTargetInfoExtractRuleExtractRuleFilterKeyRegex>[]>;
|
|
9195
|
+
/**
|
|
9196
|
+
* List of log field names (Key). Valid only when LogType is delimiter_log. Supports up to 100 field names. Duplicate field names are not allowed, and all field names cannot be left blank
|
|
9197
|
+
*/
|
|
9198
|
+
keys?: pulumi.Input<pulumi.Input<string>[]>;
|
|
9199
|
+
/**
|
|
9200
|
+
* Log regular expression
|
|
9201
|
+
*/
|
|
9202
|
+
logRegex?: pulumi.Input<string>;
|
|
9203
|
+
/**
|
|
9204
|
+
* Log template.
|
|
9205
|
+
*/
|
|
9206
|
+
logTemplate?: pulumi.Input<inputs.tls.ImportTaskTargetInfoExtractRuleExtractRuleLogTemplate>;
|
|
9207
|
+
/**
|
|
9208
|
+
* Quotation mark. Content enclosed by the quotation mark will not be separated and will be parsed as a complete field. Only valid when LogType is delimiter_log.
|
|
9209
|
+
*/
|
|
9210
|
+
quote?: pulumi.Input<string>;
|
|
9211
|
+
/**
|
|
9212
|
+
* Parsing format for the time field. If you use a specified time field in the log as the log timestamp, you must fill in TimeKey and TimeFormat. TimeKey and TimeFormat must be paired. For configuration details, see time format.
|
|
9213
|
+
*/
|
|
9214
|
+
timeFormat?: pulumi.Input<string>;
|
|
9215
|
+
/**
|
|
9216
|
+
* Name of the log time field. If you use a specific time field in the log as the log timestamp, you must provide both TimeKey and TimeFormat. TimeKey and TimeFormat must appear in pairs
|
|
9217
|
+
*/
|
|
9218
|
+
timeKey?: pulumi.Input<string>;
|
|
9219
|
+
/**
|
|
9220
|
+
* Time sample. Used to verify whether the entered time parsing format is correct
|
|
9221
|
+
*/
|
|
9222
|
+
timeSample?: pulumi.Input<string>;
|
|
9223
|
+
/**
|
|
9224
|
+
* When uploading logs that failed to parse, specify the key name for the failed logs. UnMatchUpLoadSwitch=true and UnMatchLogKey must be used together.
|
|
9225
|
+
*/
|
|
9226
|
+
unMatchLogKey?: pulumi.Input<string>;
|
|
9227
|
+
/**
|
|
9228
|
+
* Whether to upload logs that failed to parse. UnMatchUpLoadSwitch=true and UnMatchLogKey must be paired. true: Upload logs that failed to parse. false: Do not upload logs that failed to parse.
|
|
9229
|
+
*/
|
|
9230
|
+
unMatchUpLoadSwitch?: pulumi.Input<boolean>;
|
|
9231
|
+
}
|
|
9232
|
+
interface ImportTaskTargetInfoExtractRuleExtractRuleFilterKeyRegex {
|
|
9233
|
+
/**
|
|
9234
|
+
* Key.
|
|
9235
|
+
*/
|
|
9236
|
+
key?: pulumi.Input<string>;
|
|
9237
|
+
/**
|
|
9238
|
+
* Regular expression.
|
|
9239
|
+
*/
|
|
9240
|
+
regex?: pulumi.Input<string>;
|
|
9241
|
+
}
|
|
9242
|
+
interface ImportTaskTargetInfoExtractRuleExtractRuleLogTemplate {
|
|
9243
|
+
/**
|
|
9244
|
+
* Format.
|
|
9245
|
+
*/
|
|
9246
|
+
format?: pulumi.Input<string>;
|
|
9247
|
+
/**
|
|
9248
|
+
* Type
|
|
9249
|
+
*/
|
|
9250
|
+
type?: pulumi.Input<string>;
|
|
9251
|
+
}
|
|
9252
|
+
interface ImportTaskTaskStatistics {
|
|
9253
|
+
/**
|
|
9254
|
+
* Total resource bytes enumerated
|
|
9255
|
+
*/
|
|
9256
|
+
bytesTotal?: pulumi.Input<number>;
|
|
9257
|
+
/**
|
|
9258
|
+
* Bytes transferred.
|
|
9259
|
+
*/
|
|
9260
|
+
bytesTransferred?: pulumi.Input<number>;
|
|
9261
|
+
/**
|
|
9262
|
+
* Number of resources failed to import.
|
|
9263
|
+
*/
|
|
9264
|
+
failed?: pulumi.Input<number>;
|
|
9265
|
+
/**
|
|
9266
|
+
* Number of resources not found.
|
|
9267
|
+
*/
|
|
9268
|
+
notExist?: pulumi.Input<number>;
|
|
9269
|
+
/**
|
|
9270
|
+
* Number of resources skipped during import
|
|
9271
|
+
*/
|
|
9272
|
+
skipped?: pulumi.Input<number>;
|
|
9273
|
+
/**
|
|
9274
|
+
* Task status. Status of the import task. Preparing: Preparing for import. Importing: Importing data. Success: Import completed successfully. Failed: Import failed. Stopped: Import paused.
|
|
9275
|
+
*/
|
|
9276
|
+
taskStatus?: pulumi.Input<string>;
|
|
9277
|
+
/**
|
|
9278
|
+
* Total number of resources enumerated.
|
|
9279
|
+
*/
|
|
9280
|
+
total?: pulumi.Input<number>;
|
|
9281
|
+
/**
|
|
9282
|
+
* Number of records transferred.
|
|
9283
|
+
*/
|
|
9284
|
+
transferred?: pulumi.Input<number>;
|
|
9285
|
+
}
|
|
9286
|
+
interface IndexFullText {
|
|
9287
|
+
/**
|
|
9288
|
+
* Case sensitivity. true: Case sensitive. false: Not case sensitive.
|
|
9289
|
+
*/
|
|
9290
|
+
caseSensitive?: pulumi.Input<boolean>;
|
|
9291
|
+
/**
|
|
9292
|
+
* Token separators for the full-text index. Each character in the string represents a token separator. Length: 1–256 bytes. Only one or more of the following characters are supported: letters, numbers, and !@#%^&*()-_=\\"', <>/?|;:\ \r[]{}. . Supports configuring both Chinese characters and token separators simultaneously.
|
|
9293
|
+
*/
|
|
9294
|
+
delimiter?: pulumi.Input<string>;
|
|
9295
|
+
/**
|
|
9296
|
+
* When searching, specify whether to segment Chinese content in logs according to Chinese grammar. The default is false. true: For Chinese characters in logs, segment the log according to common Chinese grammar rules. Custom segmentation symbols for Chinese content are not supported. For non-Chinese characters in logs, segment the log using the segmentation symbols specified in the parameter. false: Segment the log using the segmentation symbols specified in the parameter.
|
|
9297
|
+
*/
|
|
9298
|
+
includeChinese?: pulumi.Input<boolean>;
|
|
9299
|
+
}
|
|
9300
|
+
interface IndexKeyValue {
|
|
9301
|
+
/**
|
|
9302
|
+
* Specify the field names for key-value indexing. Up to 100 fields can be added. Only letters, numbers, spaces, underscores (_), hyphens (-), and slashes (/) are supported, and field names cannot start or end with a space. Each key name must be unique within the same index. Length: 1–128 characters. For subfields in JSON-type key-value indexes, use a dot (.) to indicate the hierarchy between JSON fields. For example, if the JSON field 'namelist' contains a text-type subfield 'totalcount' and a JSON-type subfield 'info', and 'info' contains the field 'name', the field names should be configured as 'totalcount' and 'info.name' respectively.
|
|
9303
|
+
*/
|
|
9304
|
+
key?: pulumi.Input<string>;
|
|
9305
|
+
/**
|
|
9306
|
+
* Field description information required for configuring key-value indexes.
|
|
9307
|
+
*/
|
|
9308
|
+
value?: pulumi.Input<inputs.tls.IndexKeyValueValue>;
|
|
9309
|
+
}
|
|
9310
|
+
interface IndexKeyValueValue {
|
|
9311
|
+
/**
|
|
9312
|
+
* Indicates whether the index was added automatically. true: The index was added automatically. false: The index was not added automatically.
|
|
9313
|
+
*/
|
|
9314
|
+
autoIndexFlag?: pulumi.Input<boolean>;
|
|
9315
|
+
/**
|
|
9316
|
+
* Whether to distinguish case. Default is false.
|
|
9317
|
+
*/
|
|
9318
|
+
caseSensitive?: pulumi.Input<boolean>;
|
|
9319
|
+
/**
|
|
9320
|
+
* Token separators for the field. Default is empty (""). Each character in the string represents a token separator. Length: 0–256 bytes. If the length is 0, segmentation is disabled. Only one or more of the following characters are supported: letters, numbers, and !@#%^&*()-_=\\"', <>/?|;:\ \r[]{}. . Supports configuring both Chinese characters and token separators simultaneously.
|
|
9321
|
+
*/
|
|
9322
|
+
delimiter?: pulumi.Input<string>;
|
|
9323
|
+
/**
|
|
9324
|
+
* When searching, determines whether to segment Chinese log content according to Chinese syntax. Enabled: Chinese characters in logs are segmented based on common Chinese syntax; custom segmentation for Chinese content is not supported. Non-Chinese characters in logs are segmented using the token separators specified in the parameter. Disabled: Logs are segmented using the token separators specified in the parameter.
|
|
9325
|
+
*/
|
|
9326
|
+
includeChinese?: pulumi.Input<boolean>;
|
|
9327
|
+
/**
|
|
9328
|
+
* Create indexes for all fields with text values in the JSON field.
|
|
9329
|
+
*/
|
|
9330
|
+
indexAll?: pulumi.Input<boolean>;
|
|
9331
|
+
/**
|
|
9332
|
+
* Enable automatic indexing and statistics for JSON fields. true: Enable automatic indexing and statistics. false: Disable automatic indexing and statistics.
|
|
9333
|
+
*/
|
|
9334
|
+
indexSqlAll?: pulumi.Input<boolean>;
|
|
9335
|
+
jsonKeys?: pulumi.Input<pulumi.Input<inputs.tls.IndexKeyValueValueJsonKey>[]>;
|
|
9336
|
+
/**
|
|
9337
|
+
* Whether analysis is enabled for the field. Default is false. After enabling statistical analysis, you can configure token delimiters and whether to include Chinese content.
|
|
9338
|
+
*/
|
|
9339
|
+
sqlFlag?: pulumi.Input<boolean>;
|
|
9340
|
+
/**
|
|
9341
|
+
* Field type. Currently supports long, double, text, and json. The long and double types do not support configuring delimiters, including Chinese, or case sensitivity. Only the json type supports further configuration of JsonKeys subfields.
|
|
9342
|
+
*/
|
|
9343
|
+
valueType?: pulumi.Input<string>;
|
|
9344
|
+
}
|
|
9345
|
+
interface IndexKeyValueValueJsonKey {
|
|
9346
|
+
/**
|
|
9347
|
+
* Specify the field names for key-value indexing. Up to 100 fields can be added. Only letters, numbers, spaces, underscores (_), hyphens (-), and slashes (/) are supported, and field names cannot start or end with a space. Each key name must be unique within the same index. Length: 1–128 characters. For subfields in JSON-type key-value indexes, use a dot (.) to indicate the hierarchy between JSON fields. For example, if the JSON field 'namelist' contains a text-type subfield 'totalcount' and a JSON-type subfield 'info', and 'info' contains the field 'name', the field names should be configured as 'totalcount' and 'info.name' respectively.
|
|
9348
|
+
*/
|
|
9349
|
+
key?: pulumi.Input<string>;
|
|
9350
|
+
/**
|
|
9351
|
+
* Field description information required for configuring key-value indexes.
|
|
9352
|
+
*/
|
|
9353
|
+
value?: pulumi.Input<inputs.tls.IndexKeyValueValueJsonKeyValue>;
|
|
9354
|
+
}
|
|
9355
|
+
interface IndexKeyValueValueJsonKeyValue {
|
|
9356
|
+
/**
|
|
9357
|
+
* Indicates whether the index was added automatically. true: The index was added automatically. false: The index was not added automatically.
|
|
9358
|
+
*/
|
|
9359
|
+
autoIndexFlag?: pulumi.Input<boolean>;
|
|
9360
|
+
/**
|
|
9361
|
+
* Whether to distinguish case. Default is false.
|
|
9362
|
+
*/
|
|
9363
|
+
caseSensitive?: pulumi.Input<boolean>;
|
|
9364
|
+
/**
|
|
9365
|
+
* Token separators for the field. Default is empty (""). Each character in the string represents a token separator. Length: 0–256 bytes. If the length is 0, segmentation is disabled. Only one or more of the following characters are supported: letters, numbers, and !@#%^&*()-_=\\"', <>/?|;:\ \r[]{}. . Supports configuring both Chinese characters and token separators simultaneously.
|
|
9366
|
+
*/
|
|
9367
|
+
delimiter?: pulumi.Input<string>;
|
|
9368
|
+
/**
|
|
9369
|
+
* When searching, determines whether to segment Chinese log content according to Chinese syntax. Enabled: Chinese characters in logs are segmented based on common Chinese syntax; custom segmentation for Chinese content is not supported. Non-Chinese characters in logs are segmented using the token separators specified in the parameter. Disabled: Logs are segmented using the token separators specified in the parameter.
|
|
9370
|
+
*/
|
|
9371
|
+
includeChinese?: pulumi.Input<boolean>;
|
|
9372
|
+
/**
|
|
9373
|
+
* Create indexes for all fields with text values in the JSON field.
|
|
9374
|
+
*/
|
|
9375
|
+
indexAll?: pulumi.Input<boolean>;
|
|
9376
|
+
/**
|
|
9377
|
+
* Enable automatic indexing and statistics for JSON fields. true: Enable automatic indexing and statistics. false: Disable automatic indexing and statistics.
|
|
9378
|
+
*/
|
|
9379
|
+
indexSqlAll?: pulumi.Input<boolean>;
|
|
9380
|
+
/**
|
|
9381
|
+
* Whether analysis is enabled for the field. Default is false. After enabling statistical analysis, you can configure token delimiters and whether to include Chinese content.
|
|
9382
|
+
*/
|
|
9383
|
+
sqlFlag?: pulumi.Input<boolean>;
|
|
9384
|
+
/**
|
|
9385
|
+
* Field type. Currently supports long, double, text, and json. The long and double types do not support configuring delimiters, including Chinese, or case sensitivity. Only the json type supports further configuration of JsonKeys subfields.
|
|
9386
|
+
*/
|
|
9387
|
+
valueType?: pulumi.Input<string>;
|
|
9388
|
+
}
|
|
9389
|
+
interface IndexUserInnerKeyValue {
|
|
9390
|
+
/**
|
|
9391
|
+
* Specify the field names for key-value indexing. Up to 100 fields can be added. Only letters, numbers, spaces, underscores (_), hyphens (-), and slashes (/) are supported, and field names cannot start or end with a space. Each key name must be unique within the same index. Length: 1–128 characters. For subfields in JSON-type key-value indexes, use a dot (.) to indicate the hierarchy between JSON fields. For example, if the JSON field 'namelist' contains a text-type subfield 'totalcount' and a JSON-type subfield 'info', and 'info' contains the field 'name', the field names should be configured as 'totalcount' and 'info.name' respectively.
|
|
9392
|
+
*/
|
|
9393
|
+
key?: pulumi.Input<string>;
|
|
9394
|
+
/**
|
|
9395
|
+
* Field description information required for configuring key-value indexes.
|
|
9396
|
+
*/
|
|
9397
|
+
value?: pulumi.Input<inputs.tls.IndexUserInnerKeyValueValue>;
|
|
9398
|
+
}
|
|
9399
|
+
interface IndexUserInnerKeyValueValue {
|
|
9400
|
+
/**
|
|
9401
|
+
* Indicates whether the index was added automatically. true: The index was added automatically. false: The index was not added automatically.
|
|
9402
|
+
*/
|
|
9403
|
+
autoIndexFlag?: pulumi.Input<boolean>;
|
|
9404
|
+
/**
|
|
9405
|
+
* Whether to distinguish case. Default is false.
|
|
9406
|
+
*/
|
|
9407
|
+
caseSensitive?: pulumi.Input<boolean>;
|
|
9408
|
+
/**
|
|
9409
|
+
* Token separators for the field. Default is empty (""). Each character in the string represents a token separator. Length: 0–256 bytes. If the length is 0, segmentation is disabled. Only one or more of the following characters are supported: letters, numbers, and !@#%^&*()-_=\\"', <>/?|;:\ \r[]{}. . Supports configuring both Chinese characters and token separators simultaneously.
|
|
9410
|
+
*/
|
|
9411
|
+
delimiter?: pulumi.Input<string>;
|
|
9412
|
+
/**
|
|
9413
|
+
* When searching, determines whether to segment Chinese log content according to Chinese syntax. Enabled: Chinese characters in logs are segmented based on common Chinese syntax; custom segmentation for Chinese content is not supported. Non-Chinese characters in logs are segmented using the token separators specified in the parameter. Disabled: Logs are segmented using the token separators specified in the parameter.
|
|
9414
|
+
*/
|
|
9415
|
+
includeChinese?: pulumi.Input<boolean>;
|
|
9416
|
+
/**
|
|
9417
|
+
* Create indexes for all fields with text values in the JSON field.
|
|
9418
|
+
*/
|
|
9419
|
+
indexAll?: pulumi.Input<boolean>;
|
|
9420
|
+
/**
|
|
9421
|
+
* Enable automatic indexing and statistics for JSON fields. true: Enable automatic indexing and statistics. false: Disable automatic indexing and statistics.
|
|
9422
|
+
*/
|
|
9423
|
+
indexSqlAll?: pulumi.Input<boolean>;
|
|
9424
|
+
jsonKeys?: pulumi.Input<pulumi.Input<inputs.tls.IndexUserInnerKeyValueValueJsonKey>[]>;
|
|
9425
|
+
/**
|
|
9426
|
+
* Whether analysis is enabled for the field. Default is false. After enabling statistical analysis, you can configure token delimiters and whether to include Chinese content.
|
|
9427
|
+
*/
|
|
9428
|
+
sqlFlag?: pulumi.Input<boolean>;
|
|
9429
|
+
/**
|
|
9430
|
+
* Field type. Currently supports long, double, text, and json. The long and double types do not support configuring delimiters, including Chinese, or case sensitivity. Only the json type supports further configuration of JsonKeys subfields.
|
|
9431
|
+
*/
|
|
9432
|
+
valueType?: pulumi.Input<string>;
|
|
9433
|
+
}
|
|
9434
|
+
interface IndexUserInnerKeyValueValueJsonKey {
|
|
9435
|
+
/**
|
|
9436
|
+
* Specify the field names for key-value indexing. Up to 100 fields can be added. Only letters, numbers, spaces, underscores (_), hyphens (-), and slashes (/) are supported, and field names cannot start or end with a space. Each key name must be unique within the same index. Length: 1–128 characters. For subfields in JSON-type key-value indexes, use a dot (.) to indicate the hierarchy between JSON fields. For example, if the JSON field 'namelist' contains a text-type subfield 'totalcount' and a JSON-type subfield 'info', and 'info' contains the field 'name', the field names should be configured as 'totalcount' and 'info.name' respectively.
|
|
9437
|
+
*/
|
|
9438
|
+
key?: pulumi.Input<string>;
|
|
9439
|
+
/**
|
|
9440
|
+
* Field description information required for configuring key-value indexes.
|
|
9441
|
+
*/
|
|
9442
|
+
value?: pulumi.Input<inputs.tls.IndexUserInnerKeyValueValueJsonKeyValue>;
|
|
9443
|
+
}
|
|
9444
|
+
interface IndexUserInnerKeyValueValueJsonKeyValue {
|
|
9445
|
+
/**
|
|
9446
|
+
* Indicates whether the index was added automatically. true: The index was added automatically. false: The index was not added automatically.
|
|
9447
|
+
*/
|
|
9448
|
+
autoIndexFlag?: pulumi.Input<boolean>;
|
|
9449
|
+
/**
|
|
9450
|
+
* Whether to distinguish case. Default is false.
|
|
9451
|
+
*/
|
|
9452
|
+
caseSensitive?: pulumi.Input<boolean>;
|
|
9453
|
+
/**
|
|
9454
|
+
* Token separators for the field. Default is empty (""). Each character in the string represents a token separator. Length: 0–256 bytes. If the length is 0, segmentation is disabled. Only one or more of the following characters are supported: letters, numbers, and !@#%^&*()-_=\\"', <>/?|;:\ \r[]{}. . Supports configuring both Chinese characters and token separators simultaneously.
|
|
9455
|
+
*/
|
|
9456
|
+
delimiter?: pulumi.Input<string>;
|
|
9457
|
+
/**
|
|
9458
|
+
* When searching, determines whether to segment Chinese log content according to Chinese syntax. Enabled: Chinese characters in logs are segmented based on common Chinese syntax; custom segmentation for Chinese content is not supported. Non-Chinese characters in logs are segmented using the token separators specified in the parameter. Disabled: Logs are segmented using the token separators specified in the parameter.
|
|
9459
|
+
*/
|
|
9460
|
+
includeChinese?: pulumi.Input<boolean>;
|
|
9461
|
+
/**
|
|
9462
|
+
* Create indexes for all fields with text values in the JSON field.
|
|
9463
|
+
*/
|
|
9464
|
+
indexAll?: pulumi.Input<boolean>;
|
|
9465
|
+
/**
|
|
9466
|
+
* Enable automatic indexing and statistics for JSON fields. true: Enable automatic indexing and statistics. false: Disable automatic indexing and statistics.
|
|
9467
|
+
*/
|
|
9468
|
+
indexSqlAll?: pulumi.Input<boolean>;
|
|
9469
|
+
/**
|
|
9470
|
+
* Whether analysis is enabled for the field. Default is false. After enabling statistical analysis, you can configure token delimiters and whether to include Chinese content.
|
|
9471
|
+
*/
|
|
9472
|
+
sqlFlag?: pulumi.Input<boolean>;
|
|
9473
|
+
/**
|
|
9474
|
+
* Field type. Currently supports long, double, text, and json. The long and double types do not support configuring delimiters, including Chinese, or case sensitivity. Only the json type supports further configuration of JsonKeys subfields.
|
|
9475
|
+
*/
|
|
9476
|
+
valueType?: pulumi.Input<string>;
|
|
9477
|
+
}
|
|
9478
|
+
interface ProjectTag {
|
|
9479
|
+
/**
|
|
9480
|
+
* Tag key
|
|
9481
|
+
*/
|
|
9482
|
+
key?: pulumi.Input<string>;
|
|
9483
|
+
/**
|
|
9484
|
+
* Tag value
|
|
9485
|
+
*/
|
|
9486
|
+
value?: pulumi.Input<string>;
|
|
9487
|
+
}
|
|
9488
|
+
interface RuleContainerRule {
|
|
9489
|
+
/**
|
|
9490
|
+
* 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.
|
|
9491
|
+
*/
|
|
9492
|
+
containerNameRegex?: pulumi.Input<string>;
|
|
9493
|
+
envTags?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleEnvTag>[]>;
|
|
9494
|
+
excludeContainerEnvRegexes?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleExcludeContainerEnvRegex>[]>;
|
|
9495
|
+
excludeContainerLabelRegexes?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleExcludeContainerLabelRegex>[]>;
|
|
9496
|
+
includeContainerEnvRegexes?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleIncludeContainerEnvRegex>[]>;
|
|
9497
|
+
includeContainerLabelRegexes?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleIncludeContainerLabelRegex>[]>;
|
|
9498
|
+
/**
|
|
9499
|
+
* Kubernetes container collection rules.
|
|
9500
|
+
*/
|
|
9501
|
+
kubernetesRule?: pulumi.Input<inputs.tls.RuleContainerRuleKubernetesRule>;
|
|
9502
|
+
/**
|
|
9503
|
+
* Collection information. stdout: Collects container standard output (stdout). stderr: Collects container standard error (stderr). all: Collects both container standard output (stdout) and standard error (stderr).
|
|
9504
|
+
*/
|
|
9505
|
+
stream?: pulumi.Input<string>;
|
|
9506
|
+
}
|
|
9507
|
+
interface RuleContainerRuleEnvTag {
|
|
9508
|
+
/**
|
|
9509
|
+
* Key.
|
|
9510
|
+
*/
|
|
9511
|
+
key?: pulumi.Input<string>;
|
|
9512
|
+
/**
|
|
9513
|
+
* Value.
|
|
9514
|
+
*/
|
|
9515
|
+
val?: pulumi.Input<string>;
|
|
9516
|
+
}
|
|
9517
|
+
interface RuleContainerRuleExcludeContainerEnvRegex {
|
|
9518
|
+
/**
|
|
9519
|
+
* Key.
|
|
9520
|
+
*/
|
|
9521
|
+
key?: pulumi.Input<string>;
|
|
9522
|
+
/**
|
|
9523
|
+
* Value.
|
|
9524
|
+
*/
|
|
9525
|
+
val?: pulumi.Input<string>;
|
|
9526
|
+
}
|
|
9527
|
+
interface RuleContainerRuleExcludeContainerLabelRegex {
|
|
9528
|
+
/**
|
|
9529
|
+
* Key.
|
|
9530
|
+
*/
|
|
9531
|
+
key?: pulumi.Input<string>;
|
|
9532
|
+
/**
|
|
9533
|
+
* Value.
|
|
9534
|
+
*/
|
|
9535
|
+
val?: pulumi.Input<string>;
|
|
9536
|
+
}
|
|
9537
|
+
interface RuleContainerRuleIncludeContainerEnvRegex {
|
|
9538
|
+
/**
|
|
9539
|
+
* Key.
|
|
9540
|
+
*/
|
|
9541
|
+
key?: pulumi.Input<string>;
|
|
9542
|
+
/**
|
|
9543
|
+
* Value.
|
|
9544
|
+
*/
|
|
9545
|
+
val?: pulumi.Input<string>;
|
|
9546
|
+
}
|
|
9547
|
+
interface RuleContainerRuleIncludeContainerLabelRegex {
|
|
9548
|
+
/**
|
|
9549
|
+
* Key.
|
|
9550
|
+
*/
|
|
9551
|
+
key?: pulumi.Input<string>;
|
|
9552
|
+
/**
|
|
9553
|
+
* Value.
|
|
9554
|
+
*/
|
|
9555
|
+
val?: pulumi.Input<string>;
|
|
9556
|
+
}
|
|
9557
|
+
interface RuleContainerRuleKubernetesRule {
|
|
9558
|
+
annotationTags?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleKubernetesRuleAnnotationTag>[]>;
|
|
9559
|
+
/**
|
|
9560
|
+
* Whether to add all Kubernetes Labels as log tags to the original log data. When enabled, the log service adds fields for all Labels in the Kubernetes Pod to the logs. For example, if the Pod contains Label source=DC and destination=CS, the logs will include fields **tag**source__: DC and **tag**destination__: CS.
|
|
9561
|
+
*/
|
|
9562
|
+
enableAllLabelTag?: pulumi.Input<boolean>;
|
|
9563
|
+
excludePodAnnotationRegexes?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleKubernetesRuleExcludePodAnnotationRegex>[]>;
|
|
9564
|
+
excludePodLabelRegexes?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleKubernetesRuleExcludePodLabelRegex>[]>;
|
|
9565
|
+
includePodAnnotationRegexes?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleKubernetesRuleIncludePodAnnotationRegex>[]>;
|
|
9566
|
+
includePodLabelRegexes?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleKubernetesRuleIncludePodLabelRegex>[]>;
|
|
9567
|
+
labelTags?: pulumi.Input<pulumi.Input<inputs.tls.RuleContainerRuleKubernetesRuleLabelTag>[]>;
|
|
9568
|
+
/**
|
|
9569
|
+
* Name of the Kubernetes Namespace to collect. If no Namespace name is specified, all containers will be collected. Namespace names support regular expression matching. For example, if you set the Namespace name to ^(tcp|udp)$, it will collect all containers under the tcp and udp namespaces.
|
|
9570
|
+
*/
|
|
9571
|
+
namespaceNameRegex?: pulumi.Input<string>;
|
|
9572
|
+
/**
|
|
9573
|
+
* Pod name is used to specify the Pod whose containers will be collected. If no Pod name is specified, all containers will be collected. Pod name supports regular expression matching. For example, setting the Pod name to ^(http.*)$ collects all containers under Pods whose names start with http.
|
|
9574
|
+
*/
|
|
9575
|
+
podNameRegex?: pulumi.Input<string>;
|
|
9576
|
+
/**
|
|
9577
|
+
* Specify the container to collect by workload name. If no workload name is specified, all containers are collected. Workload names support regular expressions. For example, setting the workload name to ^(http.*)$ collects all containers under workloads starting with http.
|
|
9578
|
+
*/
|
|
9579
|
+
workloadNameRegex?: pulumi.Input<string>;
|
|
9580
|
+
/**
|
|
9581
|
+
* Specify the container to collect by workload type. Only one type can be selected. If no type is specified, containers of all types will be collected. Supported workload types: Deployment: stateless workload StatefulSet: stateful workload DaemonSet: daemon process Job: task CronJob: scheduled task
|
|
9582
|
+
*/
|
|
9583
|
+
workloadType?: pulumi.Input<string>;
|
|
9584
|
+
}
|
|
9585
|
+
interface RuleContainerRuleKubernetesRuleAnnotationTag {
|
|
9586
|
+
/**
|
|
9587
|
+
* Key.
|
|
9588
|
+
*/
|
|
9589
|
+
key?: pulumi.Input<string>;
|
|
9590
|
+
/**
|
|
9591
|
+
* Value.
|
|
9592
|
+
*/
|
|
9593
|
+
val?: pulumi.Input<string>;
|
|
9594
|
+
}
|
|
9595
|
+
interface RuleContainerRuleKubernetesRuleExcludePodAnnotationRegex {
|
|
9596
|
+
/**
|
|
9597
|
+
* Key.
|
|
9598
|
+
*/
|
|
9599
|
+
key?: pulumi.Input<string>;
|
|
9600
|
+
/**
|
|
9601
|
+
* Value.
|
|
9602
|
+
*/
|
|
9603
|
+
val?: pulumi.Input<string>;
|
|
9604
|
+
}
|
|
9605
|
+
interface RuleContainerRuleKubernetesRuleExcludePodLabelRegex {
|
|
9606
|
+
/**
|
|
9607
|
+
* Key.
|
|
9608
|
+
*/
|
|
9609
|
+
key?: pulumi.Input<string>;
|
|
9610
|
+
/**
|
|
9611
|
+
* Value.
|
|
9612
|
+
*/
|
|
9613
|
+
val?: pulumi.Input<string>;
|
|
9614
|
+
}
|
|
9615
|
+
interface RuleContainerRuleKubernetesRuleIncludePodAnnotationRegex {
|
|
9616
|
+
/**
|
|
9617
|
+
* Key.
|
|
9618
|
+
*/
|
|
9619
|
+
key?: pulumi.Input<string>;
|
|
9620
|
+
/**
|
|
9621
|
+
* Value.
|
|
9622
|
+
*/
|
|
9623
|
+
val?: pulumi.Input<string>;
|
|
9624
|
+
}
|
|
9625
|
+
interface RuleContainerRuleKubernetesRuleIncludePodLabelRegex {
|
|
9626
|
+
/**
|
|
9627
|
+
* Key.
|
|
9628
|
+
*/
|
|
9629
|
+
key?: pulumi.Input<string>;
|
|
9630
|
+
/**
|
|
9631
|
+
* Value.
|
|
9632
|
+
*/
|
|
9633
|
+
val?: pulumi.Input<string>;
|
|
9634
|
+
}
|
|
9635
|
+
interface RuleContainerRuleKubernetesRuleLabelTag {
|
|
9636
|
+
/**
|
|
9637
|
+
* Key.
|
|
9638
|
+
*/
|
|
9639
|
+
key?: pulumi.Input<string>;
|
|
9640
|
+
/**
|
|
9641
|
+
* Value.
|
|
9642
|
+
*/
|
|
9643
|
+
val?: pulumi.Input<string>;
|
|
9644
|
+
}
|
|
9645
|
+
interface RuleExcludePath {
|
|
9646
|
+
/**
|
|
9647
|
+
* Collection path type. File: File name. Path: Directory.
|
|
9648
|
+
*/
|
|
9649
|
+
type?: pulumi.Input<string>;
|
|
9650
|
+
/**
|
|
9651
|
+
* Collection path. Must be specified as an absolute path. When Type is Path, Value indicates a directory. When Type is File, Value indicates a file name.
|
|
8330
9652
|
*/
|
|
8331
9653
|
value?: pulumi.Input<string>;
|
|
8332
9654
|
}
|
|
8333
|
-
interface
|
|
9655
|
+
interface RuleExtractRule {
|
|
9656
|
+
/**
|
|
9657
|
+
* Regular expression that the first line of the log must match. Valid only when LogType is multiline*log or fullregex*log. Must be a valid regular expression.
|
|
9658
|
+
*/
|
|
9659
|
+
beginRegex?: pulumi.Input<string>;
|
|
9660
|
+
/**
|
|
9661
|
+
* Log delimiter. Valid only when LogType is delimiter_log.
|
|
9662
|
+
*/
|
|
9663
|
+
delimiter?: pulumi.Input<string>;
|
|
9664
|
+
/**
|
|
9665
|
+
* Enable nanosecond precision time. When enabled, log time parsing will include and report nanosecond precision. true: Enable nanosecond precision time. false: Disable nanosecond precision time.
|
|
9666
|
+
*/
|
|
9667
|
+
enableNanosecond?: pulumi.Input<boolean>;
|
|
9668
|
+
filterKeyRegexes?: pulumi.Input<pulumi.Input<inputs.tls.RuleExtractRuleFilterKeyRegex>[]>;
|
|
9669
|
+
/**
|
|
9670
|
+
* List of log field names (Key). This is only valid when LogType is delimiter*log or fullregex*log. You can configure up to 100 field names. When LogType is delimiter*log, field names must be unique and cannot all be empty. When LogType is fullregex*log, field names must be unique and cannot be empty.
|
|
9671
|
+
*/
|
|
9672
|
+
keys?: pulumi.Input<pulumi.Input<string>[]>;
|
|
9673
|
+
/**
|
|
9674
|
+
* The entire log must match the specified regular expression. This is only valid when the collected log type is fullregex_log. Must be a valid regular expression.
|
|
9675
|
+
*/
|
|
9676
|
+
logRegex?: pulumi.Input<string>;
|
|
9677
|
+
/**
|
|
9678
|
+
* Automatically extract log fields based on the specified log template
|
|
9679
|
+
*/
|
|
9680
|
+
logTemplate?: pulumi.Input<inputs.tls.RuleExtractRuleLogTemplate>;
|
|
9681
|
+
/**
|
|
9682
|
+
* Quoting character. Content wrapped by a quoting character will not be split but parsed as a complete field. Only valid when LogType is delimiter_log.
|
|
9683
|
+
*/
|
|
9684
|
+
quote?: pulumi.Input<string>;
|
|
9685
|
+
/**
|
|
9686
|
+
* Regular expression for extracting time, used to extract the time value from the TimeKey field and parse it as the collection time
|
|
9687
|
+
*/
|
|
9688
|
+
timeExtractRegex?: pulumi.Input<string>;
|
|
9689
|
+
/**
|
|
9690
|
+
* Parsing format for the time field. If you use a specific time field in the log as the log timestamp, you must provide both TimeKey and TimeFormat. TimeKey and TimeFormat must be used together.
|
|
9691
|
+
*/
|
|
9692
|
+
timeFormat?: pulumi.Input<string>;
|
|
9693
|
+
/**
|
|
9694
|
+
* Name of the log time field. If you want to use a specific time field in the log as the log timestamp, you need to specify both TimeKey and TimeFormat. TimeKey and TimeFormat must be provided together.
|
|
9695
|
+
*/
|
|
9696
|
+
timeKey?: pulumi.Input<string>;
|
|
9697
|
+
/**
|
|
9698
|
+
* Time sample. Used to check whether the entered time parsing format is correct.
|
|
9699
|
+
*/
|
|
9700
|
+
timeSample?: pulumi.Input<string>;
|
|
9701
|
+
/**
|
|
9702
|
+
* Time zone. Supports machine time zone (default) and custom time zone. Custom time zone supports GMT and UTC. GMT format: GMT+08:00. UTC format: Asia/Shanghai.
|
|
9703
|
+
*/
|
|
9704
|
+
timeZone?: pulumi.Input<string>;
|
|
9705
|
+
/**
|
|
9706
|
+
* Key name for unmatched logs.
|
|
9707
|
+
*/
|
|
9708
|
+
unMatchLogKey?: pulumi.Input<string>;
|
|
9709
|
+
/**
|
|
9710
|
+
* Switch for uploading unmatched logs.
|
|
9711
|
+
*/
|
|
9712
|
+
unMatchUpLoadSwitch?: pulumi.Input<boolean>;
|
|
9713
|
+
}
|
|
9714
|
+
interface RuleExtractRuleFilterKeyRegex {
|
|
8334
9715
|
/**
|
|
8335
|
-
*
|
|
9716
|
+
* Name of the filter field.
|
|
8336
9717
|
*/
|
|
8337
|
-
|
|
9718
|
+
key?: pulumi.Input<string>;
|
|
8338
9719
|
/**
|
|
8339
|
-
* The
|
|
9720
|
+
* The log content of the filter field must match the specified regular expression.
|
|
8340
9721
|
*/
|
|
8341
|
-
|
|
9722
|
+
regex?: pulumi.Input<string>;
|
|
8342
9723
|
}
|
|
8343
|
-
|
|
8344
|
-
export declare namespace tls {
|
|
8345
|
-
interface IndexFullText {
|
|
9724
|
+
interface RuleExtractRuleLogTemplate {
|
|
8346
9725
|
/**
|
|
8347
|
-
*
|
|
9726
|
+
* Log template format.
|
|
8348
9727
|
*/
|
|
8349
|
-
|
|
9728
|
+
format?: pulumi.Input<string>;
|
|
8350
9729
|
/**
|
|
8351
|
-
*
|
|
9730
|
+
* Log template types. Supported types: Nginx: Nginx log template.
|
|
8352
9731
|
*/
|
|
8353
|
-
|
|
9732
|
+
type?: pulumi.Input<string>;
|
|
9733
|
+
}
|
|
9734
|
+
interface RuleHostGroupInfo {
|
|
8354
9735
|
/**
|
|
8355
|
-
*
|
|
9736
|
+
* Machine group ID
|
|
8356
9737
|
*/
|
|
8357
|
-
|
|
9738
|
+
hostGroupId?: pulumi.Input<string>;
|
|
8358
9739
|
}
|
|
8359
|
-
interface
|
|
9740
|
+
interface RuleUserDefineRule {
|
|
8360
9741
|
/**
|
|
8361
|
-
*
|
|
9742
|
+
* The Advanced parameter is used for extended configuration. After enabling extended configuration, you can customize advanced behaviors of LogCollector, such as when to release file handles. Note: If multiple release conditions are specified, the handle is released and log file monitoring ends as soon as any condition is met.
|
|
8362
9743
|
*/
|
|
8363
|
-
|
|
9744
|
+
advanced?: pulumi.Input<inputs.tls.RuleUserDefineRuleAdvanced>;
|
|
8364
9745
|
/**
|
|
8365
|
-
*
|
|
9746
|
+
* Whether to upload the label information of the host group to the log service. The default is off. true: LogCollector uploads the label information of the host group to the specified field. You can specify the field name in the HostGroupLabelKey parameter. false (default): Host group label information is not uploaded.
|
|
8366
9747
|
*/
|
|
8367
|
-
|
|
8368
|
-
}
|
|
8369
|
-
interface IndexKeyValueValue {
|
|
9748
|
+
enableHostGroupLabel?: pulumi.Input<boolean>;
|
|
8370
9749
|
/**
|
|
8371
|
-
*
|
|
9750
|
+
* Upload the hostname field. Default is disabled. true: Add a field to the original log to record the source hostname. Specify the hostname field name using HostnameKey. false: (default) Do not add the hostname field.
|
|
8372
9751
|
*/
|
|
8373
|
-
|
|
9752
|
+
enableHostname?: pulumi.Input<boolean>;
|
|
8374
9753
|
/**
|
|
8375
|
-
*
|
|
9754
|
+
* Upload raw logs. true: Upload raw logs. false (default): Do not upload raw logs.
|
|
8376
9755
|
*/
|
|
8377
|
-
|
|
9756
|
+
enableRawLog?: pulumi.Input<boolean>;
|
|
9757
|
+
fields?: pulumi.Input<pulumi.Input<inputs.tls.RuleUserDefineRuleField>[]>;
|
|
8378
9758
|
/**
|
|
8379
|
-
*
|
|
9759
|
+
* Field name used to store machine group label information
|
|
8380
9760
|
*/
|
|
8381
|
-
|
|
9761
|
+
hostGroupLabelKey?: pulumi.Input<string>;
|
|
8382
9762
|
/**
|
|
8383
|
-
*
|
|
9763
|
+
* Hostname field name. Required only when EnableHostname is true.
|
|
8384
9764
|
*/
|
|
8385
|
-
|
|
9765
|
+
hostnameKey?: pulumi.Input<string>;
|
|
8386
9766
|
/**
|
|
8387
|
-
*
|
|
9767
|
+
* Ignore log files that have not been updated for a specified period (in hours).
|
|
8388
9768
|
*/
|
|
8389
|
-
|
|
9769
|
+
ignoreOlder?: pulumi.Input<number>;
|
|
8390
9770
|
/**
|
|
8391
|
-
*
|
|
9771
|
+
* Allow multiple log file collections. Empty: Use log file ID (including file inode, device, and checksum of the first N bytes) to uniquely identify the log file. RuleID: Use collection rule ID and log file ID to uniquely identify the log file. TopicIDRuleName: Use log topic ID, collection rule name, and log file ID to uniquely identify the log file.
|
|
8392
9772
|
*/
|
|
8393
|
-
|
|
8394
|
-
jsonKeys?: pulumi.Input<pulumi.Input<inputs.tls.IndexKeyValueValueJsonKey>[]>;
|
|
9773
|
+
multiCollectsType?: pulumi.Input<string>;
|
|
8395
9774
|
/**
|
|
8396
|
-
*
|
|
9775
|
+
* Rule for parsing the collection path. After setting the rule, fields in the collection path are extracted using the specified regular expression and added as metadata to the log data. Note: This parameter is not supported when collecting container standard output.
|
|
8397
9776
|
*/
|
|
8398
|
-
|
|
9777
|
+
parsePathRule?: pulumi.Input<inputs.tls.RuleUserDefineRuleParsePathRule>;
|
|
8399
9778
|
/**
|
|
8400
|
-
*
|
|
9779
|
+
* LogCollector plugin configuration. After enabling plugin configuration, you can add one or more LogCollector processor plugins to parse logs with complex or variable structures.
|
|
8401
9780
|
*/
|
|
8402
|
-
|
|
8403
|
-
}
|
|
8404
|
-
interface IndexKeyValueValueJsonKey {
|
|
9781
|
+
plugin?: pulumi.Input<inputs.tls.RuleUserDefineRulePlugin>;
|
|
8405
9782
|
/**
|
|
8406
|
-
*
|
|
9783
|
+
* Name of the raw log field. Only effective when EnableRawLog is set to true. RawLogKey defaults to **raw**, meaning the original log data will be encapsulated in the **raw** field and uploaded to the log service along with the parsed log data.
|
|
8407
9784
|
*/
|
|
8408
|
-
|
|
9785
|
+
rawLogKey?: pulumi.Input<string>;
|
|
8409
9786
|
/**
|
|
8410
|
-
*
|
|
9787
|
+
* Rules for routing log partitions. If this parameter is not set, logs are written using the default load balancing mode, and packets are written to any available Shard. If this parameter is set, logs are collected using the HashKey routing Shard mode, and the log service writes data to the Shard containing the specified Key value
|
|
8411
9788
|
*/
|
|
8412
|
-
|
|
9789
|
+
shardHashKey?: pulumi.Input<inputs.tls.RuleUserDefineRuleShardHashKey>;
|
|
9790
|
+
/**
|
|
9791
|
+
* LogCollector collection policy, which specifies whether LogCollector collects incremental logs or full logs. Default is false, meaning full log collection. true: incremental collection. LogCollector only collects newly added content in the file. When new logs are written to monitored log files, LogCollector triggers log collection. For first-time collection, LogCollector automatically determines the collection position based on the incremental threshold TailSizeKb you specify. If the new file size does not exceed the incremental threshold, collection starts from the beginning of the file. If the new file size exceeds the incremental threshold, collection starts from the position at the end of the file minus the incremental threshold, collecting only incremental logs. For subsequent collections, LogCollector determines the collection position based on Checkpoint and continues collecting. false: (default) full collection. LogCollector collects logs from the beginning of each file, including historical log data.
|
|
9792
|
+
*/
|
|
9793
|
+
tailFiles?: pulumi.Input<boolean>;
|
|
9794
|
+
/**
|
|
9795
|
+
* Backtracking threshold for incremental collection, in KiB. When LogCollector uses incremental collection, for the first collection of a log file: If the new log file size does not exceed the TailSizeKb value, collection starts from the beginning of the file. If the new log file size exceeds the TailSizeKb value, collection starts from the position that is TailSizeKb from the end of the file.
|
|
9796
|
+
*/
|
|
9797
|
+
tailSizeKb?: pulumi.Input<number>;
|
|
8413
9798
|
}
|
|
8414
|
-
interface
|
|
9799
|
+
interface RuleUserDefineRuleAdvanced {
|
|
8415
9800
|
/**
|
|
8416
|
-
*
|
|
9801
|
+
* After reading to the end of the log file, choose whether to release the file handle. Default is false.
|
|
8417
9802
|
*/
|
|
8418
|
-
|
|
9803
|
+
closeEof?: pulumi.Input<boolean>;
|
|
8419
9804
|
/**
|
|
8420
|
-
*
|
|
9805
|
+
* Wait time to release log file handle. If no new logs are written to the log file within the specified time, the handle for that log file is released. Unit: seconds. Range: 1–300 seconds. Default: 60 seconds.
|
|
8421
9806
|
*/
|
|
8422
|
-
|
|
9807
|
+
closeInactive?: pulumi.Input<number>;
|
|
8423
9808
|
/**
|
|
8424
|
-
*
|
|
9809
|
+
* Release the file handle after the log file is removed. Default is false.
|
|
8425
9810
|
*/
|
|
8426
|
-
|
|
9811
|
+
closeRemoved?: pulumi.Input<boolean>;
|
|
8427
9812
|
/**
|
|
8428
|
-
*
|
|
9813
|
+
* Release the file handle after the log file is renamed. Default is false.
|
|
8429
9814
|
*/
|
|
8430
|
-
|
|
9815
|
+
closeRenamed?: pulumi.Input<boolean>;
|
|
8431
9816
|
/**
|
|
8432
|
-
*
|
|
9817
|
+
* Maximum monitoring duration for LogCollector log files, in seconds. The default is 0 seconds, meaning LogCollector does not limit the monitoring duration for log files. Timing starts when LogCollector begins monitoring the log file. Once the specified duration is exceeded, LogCollector immediately releases the file handle and stops monitoring, regardless of whether the log file has been fully read.
|
|
8433
9818
|
*/
|
|
8434
|
-
|
|
9819
|
+
closeTimeout?: pulumi.Input<number>;
|
|
9820
|
+
/**
|
|
9821
|
+
* Maximum wait time when LogCollector does not detect a line break, in seconds. The default is 5s. Timing starts when LogCollector begins reading the log file. If no line break is detected within the specified time, LogCollector sends the logs in the buffer. If the file write interval is long, a complete log entry may be split into two parts and written separately. Adjust this parameter based on your log write interval.
|
|
9822
|
+
*/
|
|
9823
|
+
noLineTerminatorEofMaxTime?: pulumi.Input<number>;
|
|
8435
9824
|
}
|
|
8436
|
-
interface
|
|
9825
|
+
interface RuleUserDefineRuleField {
|
|
8437
9826
|
/**
|
|
8438
|
-
*
|
|
9827
|
+
* Key.
|
|
8439
9828
|
*/
|
|
8440
9829
|
key?: pulumi.Input<string>;
|
|
8441
9830
|
/**
|
|
8442
|
-
*
|
|
9831
|
+
* Value.
|
|
8443
9832
|
*/
|
|
8444
|
-
|
|
9833
|
+
val?: pulumi.Input<string>;
|
|
8445
9834
|
}
|
|
8446
|
-
interface
|
|
9835
|
+
interface RuleUserDefineRuleParsePathRule {
|
|
8447
9836
|
/**
|
|
8448
|
-
*
|
|
9837
|
+
* Field name list. The log service uses a regular expression (Regex) to parse the path sample (PathSample) into multiple fields. Keys specify the name of each field. You can configure up to 100 field names. Field names cannot be empty or duplicated.
|
|
8449
9838
|
*/
|
|
8450
|
-
|
|
9839
|
+
keys?: pulumi.Input<pulumi.Input<string>[]>;
|
|
8451
9840
|
/**
|
|
8452
|
-
*
|
|
9841
|
+
* Sample collection path for actual scenarios. The sample collection path must be an absolute path. Wildcards *, ?, ** are not allowed in the path sample.
|
|
8453
9842
|
*/
|
|
8454
|
-
|
|
9843
|
+
pathSample?: pulumi.Input<string>;
|
|
8455
9844
|
/**
|
|
8456
|
-
*
|
|
9845
|
+
* Regular expression used to extract the path field. Must match the sample collection path, otherwise extraction will fail
|
|
8457
9846
|
*/
|
|
8458
|
-
|
|
9847
|
+
regex?: pulumi.Input<string>;
|
|
9848
|
+
}
|
|
9849
|
+
interface RuleUserDefineRulePlugin {
|
|
8459
9850
|
/**
|
|
8460
|
-
*
|
|
9851
|
+
* LogCollector plugin. For the list of supported plugins and parameter descriptions, see LogCollector plugin overview.
|
|
8461
9852
|
*/
|
|
8462
|
-
|
|
9853
|
+
processors?: pulumi.Input<string>;
|
|
9854
|
+
}
|
|
9855
|
+
interface RuleUserDefineRuleShardHashKey {
|
|
8463
9856
|
/**
|
|
8464
|
-
*
|
|
9857
|
+
* HashKey of the log group, used to specify the shard to which the current log group will be written. The value range for this parameter is [00000000000000000000000000000000-ffffffffffffffffffffffffffffffff).
|
|
8465
9858
|
*/
|
|
8466
|
-
|
|
9859
|
+
hashKey?: pulumi.Input<string>;
|
|
9860
|
+
}
|
|
9861
|
+
interface ScheduleSqlTaskRequestCycle {
|
|
8467
9862
|
/**
|
|
8468
|
-
*
|
|
9863
|
+
* Cron expression, with a minimum granularity of minutes, using 24-hour format. For example, 0 18 * * * means execution at 18:00 every day.
|
|
8469
9864
|
*/
|
|
8470
|
-
|
|
8471
|
-
jsonKeys?: pulumi.Input<pulumi.Input<inputs.tls.IndexUserInnerKeyValueValueJsonKey>[]>;
|
|
9865
|
+
cronTab?: pulumi.Input<string>;
|
|
8472
9866
|
/**
|
|
8473
|
-
*
|
|
9867
|
+
* If Type is set to Cron, you must also set the time zone.
|
|
8474
9868
|
*/
|
|
8475
|
-
|
|
9869
|
+
cronTimeZone?: pulumi.Input<string>;
|
|
8476
9870
|
/**
|
|
8477
|
-
*
|
|
9871
|
+
* Scheduling period or the time point for periodic execution (minutes from 00:00). Range: 1–1440 minutes.
|
|
8478
9872
|
*/
|
|
8479
|
-
|
|
9873
|
+
time: pulumi.Input<number>;
|
|
9874
|
+
/**
|
|
9875
|
+
* Scheduling period type. Options: Period, Fixed, Cron.
|
|
9876
|
+
*/
|
|
9877
|
+
type: pulumi.Input<string>;
|
|
8480
9878
|
}
|
|
8481
|
-
interface
|
|
9879
|
+
interface ShipperContentInfo {
|
|
8482
9880
|
/**
|
|
8483
|
-
*
|
|
9881
|
+
* CSV format log content configuration.
|
|
8484
9882
|
*/
|
|
8485
|
-
|
|
9883
|
+
csvInfo?: pulumi.Input<inputs.tls.ShipperContentInfoCsvInfo>;
|
|
8486
9884
|
/**
|
|
8487
|
-
*
|
|
9885
|
+
* Log content parsing format. Delivery to TOS supports json, jsonl, csv; delivery to Kafka supports original, json.
|
|
8488
9886
|
*/
|
|
8489
|
-
|
|
9887
|
+
format?: pulumi.Input<string>;
|
|
9888
|
+
/**
|
|
9889
|
+
* JSON/JSONL format log content configuration.
|
|
9890
|
+
*/
|
|
9891
|
+
jsonInfo?: pulumi.Input<inputs.tls.ShipperContentInfoJsonInfo>;
|
|
8490
9892
|
}
|
|
8491
|
-
interface
|
|
9893
|
+
interface ShipperContentInfoCsvInfo {
|
|
8492
9894
|
/**
|
|
8493
|
-
*
|
|
9895
|
+
* Delimiter. Supports comma, tab, pipe, semicolon, space.
|
|
8494
9896
|
*/
|
|
8495
|
-
|
|
9897
|
+
delimiter?: pulumi.Input<string>;
|
|
8496
9898
|
/**
|
|
8497
|
-
*
|
|
9899
|
+
* Escape character. When field content contains a delimiter, use an escape character to enclose it. Supports single quote, double quote, or empty character.
|
|
8498
9900
|
*/
|
|
8499
|
-
|
|
9901
|
+
escapeChar?: pulumi.Input<string>;
|
|
8500
9902
|
/**
|
|
8501
|
-
*
|
|
9903
|
+
* Fields to be delivered. Supports letters, numbers, and _-./. Cannot start with an underscore. Length: 1–128.
|
|
8502
9904
|
*/
|
|
8503
|
-
|
|
9905
|
+
keys?: pulumi.Input<pulumi.Input<string>[]>;
|
|
8504
9906
|
/**
|
|
8505
|
-
*
|
|
9907
|
+
* Content for invalid field padding. Length: 0–128.
|
|
8506
9908
|
*/
|
|
8507
|
-
|
|
9909
|
+
nonFieldContent?: pulumi.Input<string>;
|
|
8508
9910
|
/**
|
|
8509
|
-
*
|
|
9911
|
+
* Whether to print the key in the first row.
|
|
8510
9912
|
*/
|
|
8511
|
-
|
|
9913
|
+
printHeader?: pulumi.Input<boolean>;
|
|
8512
9914
|
}
|
|
8513
|
-
interface
|
|
9915
|
+
interface ShipperContentInfoJsonInfo {
|
|
8514
9916
|
/**
|
|
8515
|
-
*
|
|
9917
|
+
* Enable flag.
|
|
8516
9918
|
*/
|
|
8517
|
-
|
|
9919
|
+
enable?: pulumi.Input<boolean>;
|
|
8518
9920
|
/**
|
|
8519
|
-
*
|
|
9921
|
+
* Whether to enable escaping. Must be set to true.
|
|
8520
9922
|
*/
|
|
8521
|
-
|
|
9923
|
+
escape?: pulumi.Input<boolean>;
|
|
9924
|
+
/**
|
|
9925
|
+
* Delivery field list; if not configured, all fields will be delivered. When delivering in JSON/JSONL format, if this parameter is not set, all fields will be delivered, including **content** (required), **source**, **path**, **time**, **image_name**, **container_name**, **pod_name**, **pod_uid**, namespace, **tag****client_ip**, and **tag****receive_time**.
|
|
9926
|
+
*/
|
|
9927
|
+
keys?: pulumi.Input<pulumi.Input<string>[]>;
|
|
8522
9928
|
}
|
|
8523
|
-
interface
|
|
9929
|
+
interface ShipperKafkaShipperInfo {
|
|
8524
9930
|
/**
|
|
8525
|
-
*
|
|
9931
|
+
* Compression format; supports snappy, gzip, lz4, none.
|
|
8526
9932
|
*/
|
|
8527
|
-
|
|
9933
|
+
compress?: pulumi.Input<string>;
|
|
8528
9934
|
/**
|
|
8529
|
-
* If
|
|
9935
|
+
* Delivery end time, in milliseconds. If not set, delivery continues indefinitely. Note: Milliseconds will be truncated. For example, if 1776761323455 is entered, it will become 1776761323000; if 1776761323 is entered, it will become 1776761323000.
|
|
8530
9936
|
*/
|
|
8531
|
-
|
|
9937
|
+
endTime?: pulumi.Input<number>;
|
|
8532
9938
|
/**
|
|
8533
|
-
*
|
|
9939
|
+
* Kafka instance.
|
|
8534
9940
|
*/
|
|
8535
|
-
|
|
9941
|
+
instance?: pulumi.Input<string>;
|
|
8536
9942
|
/**
|
|
8537
|
-
*
|
|
9943
|
+
* Kafka topic name. All log data delivered through this configuration will be sent to this topic.
|
|
8538
9944
|
*/
|
|
8539
|
-
|
|
9945
|
+
kafkaTopic?: pulumi.Input<string>;
|
|
9946
|
+
/**
|
|
9947
|
+
* Start time. If not configured, defaults to the current time. Note: Millisecond data will be ignored. For example, if 1776761323455 is entered, the result will be 1776761323000; if 1776761323 is entered, the result will be 1776761323000.
|
|
9948
|
+
*/
|
|
9949
|
+
startTime?: pulumi.Input<number>;
|
|
9950
|
+
}
|
|
9951
|
+
interface ShipperTosShipperInfo {
|
|
9952
|
+
/**
|
|
9953
|
+
* Select a TOS bucket. Must be in the same region as the source log topic. Can only contain numbers, hyphens (-), and letters a–z. Must start and end with a number or letter. Length: 3–63 characters.
|
|
9954
|
+
*/
|
|
9955
|
+
bucket?: pulumi.Input<string>;
|
|
9956
|
+
/**
|
|
9957
|
+
* Compression format; supports snappy, gzip, lz4, none.
|
|
9958
|
+
*/
|
|
9959
|
+
compress?: pulumi.Input<string>;
|
|
9960
|
+
/**
|
|
9961
|
+
* Delivery interval in seconds, range: 300–900.
|
|
9962
|
+
*/
|
|
9963
|
+
interval?: pulumi.Input<number>;
|
|
9964
|
+
/**
|
|
9965
|
+
* Maximum raw file size per partition for delivery, in MiB. Range: 5–256.
|
|
9966
|
+
*/
|
|
9967
|
+
maxSize?: pulumi.Input<number>;
|
|
9968
|
+
/**
|
|
9969
|
+
* Partition rule for log delivery. Subdirectory naming format supports strftime syntax. Default: %Y/%m/%d/%H/%M.
|
|
9970
|
+
*/
|
|
9971
|
+
partitionFormat?: pulumi.Input<string>;
|
|
9972
|
+
/**
|
|
9973
|
+
* Top-level directory name for the bucket. Cannot start with / or \, and cannot use consecutive /. Cannot use .. as a folder name. Duplicate names are not allowed within the same bucket.
|
|
9974
|
+
*/
|
|
9975
|
+
prefix?: pulumi.Input<string>;
|
|
8540
9976
|
}
|
|
8541
9977
|
interface TopicTag {
|
|
8542
9978
|
/**
|
|
@@ -8707,6 +10143,58 @@ export declare namespace vedbm {
|
|
|
8707
10143
|
*/
|
|
8708
10144
|
accountPrivilegeDetails?: pulumi.Input<pulumi.Input<string>[]>;
|
|
8709
10145
|
}
|
|
10146
|
+
interface EndpointPrivateAddresses {
|
|
10147
|
+
/**
|
|
10148
|
+
* Resolution method, fixed as false
|
|
10149
|
+
*/
|
|
10150
|
+
dnsVisibility?: pulumi.Input<boolean>;
|
|
10151
|
+
/**
|
|
10152
|
+
* Instance intranet access domain name
|
|
10153
|
+
*/
|
|
10154
|
+
domain?: pulumi.Input<string>;
|
|
10155
|
+
/**
|
|
10156
|
+
* Public network ID
|
|
10157
|
+
*/
|
|
10158
|
+
eipId?: pulumi.Input<string>;
|
|
10159
|
+
/**
|
|
10160
|
+
* IP address
|
|
10161
|
+
*/
|
|
10162
|
+
ipAddress?: pulumi.Input<string>;
|
|
10163
|
+
/**
|
|
10164
|
+
* Network type
|
|
10165
|
+
*/
|
|
10166
|
+
networkType?: pulumi.Input<string>;
|
|
10167
|
+
/**
|
|
10168
|
+
* Subnet ID
|
|
10169
|
+
*/
|
|
10170
|
+
subnetId?: pulumi.Input<string>;
|
|
10171
|
+
}
|
|
10172
|
+
interface EndpointPublicAddresses {
|
|
10173
|
+
/**
|
|
10174
|
+
* Resolution method, fixed as false
|
|
10175
|
+
*/
|
|
10176
|
+
dnsVisibility?: pulumi.Input<boolean>;
|
|
10177
|
+
/**
|
|
10178
|
+
* Instance intranet access domain name
|
|
10179
|
+
*/
|
|
10180
|
+
domain?: pulumi.Input<string>;
|
|
10181
|
+
/**
|
|
10182
|
+
* Public network ID
|
|
10183
|
+
*/
|
|
10184
|
+
eipId?: pulumi.Input<string>;
|
|
10185
|
+
/**
|
|
10186
|
+
* IP address
|
|
10187
|
+
*/
|
|
10188
|
+
ipAddress?: pulumi.Input<string>;
|
|
10189
|
+
/**
|
|
10190
|
+
* Network type
|
|
10191
|
+
*/
|
|
10192
|
+
networkType?: pulumi.Input<string>;
|
|
10193
|
+
/**
|
|
10194
|
+
* Subnet ID
|
|
10195
|
+
*/
|
|
10196
|
+
subnetId?: pulumi.Input<string>;
|
|
10197
|
+
}
|
|
8710
10198
|
interface InstanceChargeDetail {
|
|
8711
10199
|
/**
|
|
8712
10200
|
* Whether to enable auto-renewal in prepaid scenarios. Values: true: auto-renewal. false: no auto-renewal.
|
|
@@ -8849,10 +10337,30 @@ export declare namespace vedbm {
|
|
|
8849
10337
|
* Node failover priority. Range: 0~15. Higher values indicate higher priority
|
|
8850
10338
|
*/
|
|
8851
10339
|
failoverPriority?: pulumi.Input<number>;
|
|
10340
|
+
/**
|
|
10341
|
+
* Memory size, in GiB.
|
|
10342
|
+
*/
|
|
10343
|
+
memory?: pulumi.Input<number>;
|
|
10344
|
+
/**
|
|
10345
|
+
* Node ID
|
|
10346
|
+
*/
|
|
10347
|
+
nodeId?: pulumi.Input<string>;
|
|
10348
|
+
/**
|
|
10349
|
+
* Node specification.
|
|
10350
|
+
*/
|
|
10351
|
+
nodeSpec?: pulumi.Input<string>;
|
|
8852
10352
|
/**
|
|
8853
10353
|
* Node type. Values: Primary: primary node. ReadOnly: read-only node.
|
|
8854
10354
|
*/
|
|
8855
10355
|
nodeType?: pulumi.Input<string>;
|
|
10356
|
+
/**
|
|
10357
|
+
* CPU size. For example, a value of 1 indicates a CPU size of 1U.
|
|
10358
|
+
*/
|
|
10359
|
+
vCpu?: pulumi.Input<number>;
|
|
10360
|
+
/**
|
|
10361
|
+
* Availability zone ID
|
|
10362
|
+
*/
|
|
10363
|
+
zoneId?: pulumi.Input<string>;
|
|
8856
10364
|
}
|
|
8857
10365
|
interface InstanceTag {
|
|
8858
10366
|
/**
|
|
@@ -9135,6 +10643,38 @@ export declare namespace vepfs {
|
|
|
9135
10643
|
*/
|
|
9136
10644
|
value?: pulumi.Input<string>;
|
|
9137
10645
|
}
|
|
10646
|
+
interface MountServiceAttachFileSystem {
|
|
10647
|
+
/**
|
|
10648
|
+
* Account ID.
|
|
10649
|
+
*/
|
|
10650
|
+
accountId?: pulumi.Input<string>;
|
|
10651
|
+
/**
|
|
10652
|
+
* User mount path.
|
|
10653
|
+
*/
|
|
10654
|
+
customerPath?: pulumi.Input<string>;
|
|
10655
|
+
/**
|
|
10656
|
+
* File system ID.
|
|
10657
|
+
*/
|
|
10658
|
+
fileSystemId?: pulumi.Input<string>;
|
|
10659
|
+
/**
|
|
10660
|
+
* File system name.
|
|
10661
|
+
*/
|
|
10662
|
+
fileSystemName?: pulumi.Input<string>;
|
|
10663
|
+
/**
|
|
10664
|
+
* Binding status. Details: Attaching: Attaching. AttachError: Attachment failed. Attached: Attached. Detaching: Detaching. DetachError: Detachment failed.
|
|
10665
|
+
*/
|
|
10666
|
+
status?: pulumi.Input<string>;
|
|
10667
|
+
}
|
|
10668
|
+
interface MountServiceNode {
|
|
10669
|
+
/**
|
|
10670
|
+
* Node initial password.
|
|
10671
|
+
*/
|
|
10672
|
+
defaultPassword?: pulumi.Input<string>;
|
|
10673
|
+
/**
|
|
10674
|
+
* Node instance ID.
|
|
10675
|
+
*/
|
|
10676
|
+
nodeId?: pulumi.Input<string>;
|
|
10677
|
+
}
|
|
9138
10678
|
}
|
|
9139
10679
|
export declare namespace vke {
|
|
9140
10680
|
interface AddonStatus {
|
|
@@ -11339,6 +12879,10 @@ export declare namespace vpn {
|
|
|
11339
12879
|
value?: pulumi.Input<string>;
|
|
11340
12880
|
}
|
|
11341
12881
|
interface VpnConnectionTunnelOption {
|
|
12882
|
+
/**
|
|
12883
|
+
* IPsec tunnel status. ike*sa*negotiation*failed: Phase one negotiation failed; nike*sa*negotiation*completed: Phase one negotiation succeeded; nipsec*sa*negotiation*failed: Phase two negotiation failed; nipsec*sa*negotiation*completed: Phase two negotiation succeeded.
|
|
12884
|
+
*/
|
|
12885
|
+
connectStatus?: pulumi.Input<string>;
|
|
11342
12886
|
/**
|
|
11343
12887
|
* ID of the customer gateway associated with the IPsec connection.
|
|
11344
12888
|
*/
|
|
@@ -11429,10 +12973,30 @@ export declare namespace vpn {
|
|
|
11429
12973
|
lifetime?: pulumi.Input<number>;
|
|
11430
12974
|
}
|
|
11431
12975
|
interface VpnConnectionTunnelOptionTunnelBgpInfo {
|
|
12976
|
+
/**
|
|
12977
|
+
* Enable dynamic route propagation. false (default): No, use static routing mode. true: Yes, use BGP routing mode.
|
|
12978
|
+
*/
|
|
12979
|
+
enableBgp?: pulumi.Input<boolean>;
|
|
12980
|
+
/**
|
|
12981
|
+
* The ASN of the VPN gateway.
|
|
12982
|
+
*/
|
|
12983
|
+
localAsn?: pulumi.Input<number>;
|
|
11432
12984
|
/**
|
|
11433
12985
|
* BGP address. Defaults to the first host address of TunnelOptions.N.BGPConfig.TunnelCidr. This address must be an IP address within the IPsec tunnel CIDR block. If EnableTunnelsBgp is set to true, this parameter must be specified.
|
|
11434
12986
|
*/
|
|
11435
12987
|
localBgpIp?: pulumi.Input<string>;
|
|
12988
|
+
/**
|
|
12989
|
+
* ASN of the customer gateway.
|
|
12990
|
+
*/
|
|
12991
|
+
peerAsn?: pulumi.Input<number>;
|
|
12992
|
+
/**
|
|
12993
|
+
* BGP peer IP, that is, the BGP address on the customer gateway side.
|
|
12994
|
+
*/
|
|
12995
|
+
peerBgpIp?: pulumi.Input<string>;
|
|
12996
|
+
/**
|
|
12997
|
+
* Status of the BGP connection. Up: BGP connection is normal. Down: BGP connection is not working.
|
|
12998
|
+
*/
|
|
12999
|
+
sessionStatus?: pulumi.Input<string>;
|
|
11436
13000
|
/**
|
|
11437
13001
|
* The CIDR address range for the local and peer IPs of the BGP session. This range must be within the 169.254.0.0/16 subnet with a subnet mask length of 30. If EnableTunnelsBgp is set to true, this parameter must be provided.
|
|
11438
13002
|
*/
|