@volcengine/pulumi-volcenginecc 0.0.30 → 0.0.32
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/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/tos/bucketEncryption.d.ts +94 -0
- package/tos/bucketEncryption.js +78 -0
- package/tos/bucketEncryption.js.map +1 -0
- package/tos/bucketInventory.d.ts +155 -0
- package/tos/bucketInventory.js +95 -0
- package/tos/bucketInventory.js.map +1 -0
- package/tos/getBucketEncryption.d.ts +48 -0
- package/tos/getBucketEncryption.js +28 -0
- package/tos/getBucketEncryption.js.map +1 -0
- package/tos/getBucketEncryptions.d.ts +22 -0
- package/tos/getBucketEncryptions.js +24 -0
- package/tos/getBucketEncryptions.js.map +1 -0
- package/tos/getBucketInventories.d.ts +22 -0
- package/tos/getBucketInventories.js +24 -0
- package/tos/getBucketInventories.js.map +1 -0
- package/tos/getBucketInventory.d.ts +73 -0
- package/tos/getBucketInventory.js +28 -0
- package/tos/getBucketInventory.js.map +1 -0
- package/tos/index.d.ts +18 -0
- package/tos/index.js +23 -1
- package/tos/index.js.map +1 -1
- package/types/input.d.ts +1804 -186
- package/types/output.d.ts +3846 -591
- 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/tls/index.d.ts
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
export { AlarmNotifyGroupArgs, AlarmNotifyGroupState } from "./alarmNotifyGroup";
|
|
2
|
+
export type AlarmNotifyGroup = import("./alarmNotifyGroup").AlarmNotifyGroup;
|
|
3
|
+
export declare const AlarmNotifyGroup: typeof import("./alarmNotifyGroup").AlarmNotifyGroup;
|
|
4
|
+
export { ConsumerGroupArgs, ConsumerGroupState } from "./consumerGroup";
|
|
5
|
+
export type ConsumerGroup = import("./consumerGroup").ConsumerGroup;
|
|
6
|
+
export declare const ConsumerGroup: typeof import("./consumerGroup").ConsumerGroup;
|
|
7
|
+
export { GetAlarmNotifyGroupArgs, GetAlarmNotifyGroupResult, GetAlarmNotifyGroupOutputArgs } from "./getAlarmNotifyGroup";
|
|
8
|
+
export declare const getAlarmNotifyGroup: typeof import("./getAlarmNotifyGroup").getAlarmNotifyGroup;
|
|
9
|
+
export declare const getAlarmNotifyGroupOutput: typeof import("./getAlarmNotifyGroup").getAlarmNotifyGroupOutput;
|
|
10
|
+
export { GetAlarmNotifyGroupsResult } from "./getAlarmNotifyGroups";
|
|
11
|
+
export declare const getAlarmNotifyGroups: typeof import("./getAlarmNotifyGroups").getAlarmNotifyGroups;
|
|
12
|
+
export declare const getAlarmNotifyGroupsOutput: typeof import("./getAlarmNotifyGroups").getAlarmNotifyGroupsOutput;
|
|
13
|
+
export { GetConsumerGroupArgs, GetConsumerGroupResult, GetConsumerGroupOutputArgs } from "./getConsumerGroup";
|
|
14
|
+
export declare const getConsumerGroup: typeof import("./getConsumerGroup").getConsumerGroup;
|
|
15
|
+
export declare const getConsumerGroupOutput: typeof import("./getConsumerGroup").getConsumerGroupOutput;
|
|
16
|
+
export { GetConsumerGroupsResult } from "./getConsumerGroups";
|
|
17
|
+
export declare const getConsumerGroups: typeof import("./getConsumerGroups").getConsumerGroups;
|
|
18
|
+
export declare const getConsumerGroupsOutput: typeof import("./getConsumerGroups").getConsumerGroupsOutput;
|
|
19
|
+
export { GetImportTaskArgs, GetImportTaskResult, GetImportTaskOutputArgs } from "./getImportTask";
|
|
20
|
+
export declare const getImportTask: typeof import("./getImportTask").getImportTask;
|
|
21
|
+
export declare const getImportTaskOutput: typeof import("./getImportTask").getImportTaskOutput;
|
|
22
|
+
export { GetImportTasksResult } from "./getImportTasks";
|
|
23
|
+
export declare const getImportTasks: typeof import("./getImportTasks").getImportTasks;
|
|
24
|
+
export declare const getImportTasksOutput: typeof import("./getImportTasks").getImportTasksOutput;
|
|
1
25
|
export { GetIndexArgs, GetIndexResult, GetIndexOutputArgs } from "./getIndex";
|
|
2
26
|
export declare const getIndex: typeof import("./getIndex").getIndex;
|
|
3
27
|
export declare const getIndexOutput: typeof import("./getIndex").getIndexOutput;
|
|
@@ -10,27 +34,48 @@ export declare const getProjectOutput: typeof import("./getProject").getProjectO
|
|
|
10
34
|
export { GetProjectsResult } from "./getProjects";
|
|
11
35
|
export declare const getProjects: typeof import("./getProjects").getProjects;
|
|
12
36
|
export declare const getProjectsOutput: typeof import("./getProjects").getProjectsOutput;
|
|
37
|
+
export { GetRuleArgs, GetRuleResult, GetRuleOutputArgs } from "./getRule";
|
|
38
|
+
export declare const getRule: typeof import("./getRule").getRule;
|
|
39
|
+
export declare const getRuleOutput: typeof import("./getRule").getRuleOutput;
|
|
40
|
+
export { GetRulesResult } from "./getRules";
|
|
41
|
+
export declare const getRules: typeof import("./getRules").getRules;
|
|
42
|
+
export declare const getRulesOutput: typeof import("./getRules").getRulesOutput;
|
|
13
43
|
export { GetScheduleSqlTaskArgs, GetScheduleSqlTaskResult, GetScheduleSqlTaskOutputArgs } from "./getScheduleSqlTask";
|
|
14
44
|
export declare const getScheduleSqlTask: typeof import("./getScheduleSqlTask").getScheduleSqlTask;
|
|
15
45
|
export declare const getScheduleSqlTaskOutput: typeof import("./getScheduleSqlTask").getScheduleSqlTaskOutput;
|
|
16
46
|
export { GetScheduleSqlTasksResult } from "./getScheduleSqlTasks";
|
|
17
47
|
export declare const getScheduleSqlTasks: typeof import("./getScheduleSqlTasks").getScheduleSqlTasks;
|
|
18
48
|
export declare const getScheduleSqlTasksOutput: typeof import("./getScheduleSqlTasks").getScheduleSqlTasksOutput;
|
|
49
|
+
export { GetShipperArgs, GetShipperResult, GetShipperOutputArgs } from "./getShipper";
|
|
50
|
+
export declare const getShipper: typeof import("./getShipper").getShipper;
|
|
51
|
+
export declare const getShipperOutput: typeof import("./getShipper").getShipperOutput;
|
|
52
|
+
export { GetShippersResult } from "./getShippers";
|
|
53
|
+
export declare const getShippers: typeof import("./getShippers").getShippers;
|
|
54
|
+
export declare const getShippersOutput: typeof import("./getShippers").getShippersOutput;
|
|
19
55
|
export { GetTopicArgs, GetTopicResult, GetTopicOutputArgs } from "./getTopic";
|
|
20
56
|
export declare const getTopic: typeof import("./getTopic").getTopic;
|
|
21
57
|
export declare const getTopicOutput: typeof import("./getTopic").getTopicOutput;
|
|
22
58
|
export { GetTopicsResult } from "./getTopics";
|
|
23
59
|
export declare const getTopics: typeof import("./getTopics").getTopics;
|
|
24
60
|
export declare const getTopicsOutput: typeof import("./getTopics").getTopicsOutput;
|
|
61
|
+
export { ImportTaskArgs, ImportTaskState } from "./importTask";
|
|
62
|
+
export type ImportTask = import("./importTask").ImportTask;
|
|
63
|
+
export declare const ImportTask: typeof import("./importTask").ImportTask;
|
|
25
64
|
export { IndexArgs, IndexState } from "./index_";
|
|
26
65
|
export type Index = import("./index_").Index;
|
|
27
66
|
export declare const Index: typeof import("./index_").Index;
|
|
28
67
|
export { ProjectArgs, ProjectState } from "./project";
|
|
29
68
|
export type Project = import("./project").Project;
|
|
30
69
|
export declare const Project: typeof import("./project").Project;
|
|
70
|
+
export { RuleArgs, RuleState } from "./rule";
|
|
71
|
+
export type Rule = import("./rule").Rule;
|
|
72
|
+
export declare const Rule: typeof import("./rule").Rule;
|
|
31
73
|
export { ScheduleSqlTaskArgs, ScheduleSqlTaskState } from "./scheduleSqlTask";
|
|
32
74
|
export type ScheduleSqlTask = import("./scheduleSqlTask").ScheduleSqlTask;
|
|
33
75
|
export declare const ScheduleSqlTask: typeof import("./scheduleSqlTask").ScheduleSqlTask;
|
|
76
|
+
export { ShipperArgs, ShipperState } from "./shipper";
|
|
77
|
+
export type Shipper = import("./shipper").Shipper;
|
|
78
|
+
export declare const Shipper: typeof import("./shipper").Shipper;
|
|
34
79
|
export { TopicArgs, TopicState } from "./topic";
|
|
35
80
|
export type Topic = import("./topic").Topic;
|
|
36
81
|
export declare const Topic: typeof import("./topic").Topic;
|
package/tls/index.js
CHANGED
|
@@ -2,9 +2,31 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.Topic = exports.ScheduleSqlTask = exports.Project = exports.Index = exports.getTopicsOutput = exports.getTopics = exports.getTopicOutput = exports.getTopic = exports.getScheduleSqlTasksOutput = exports.getScheduleSqlTasks = exports.getScheduleSqlTaskOutput = exports.getScheduleSqlTask = exports.getProjectsOutput = exports.getProjects = exports.getProjectOutput = exports.getProject = exports.getIndicesOutput = exports.getIndices = exports.getIndexOutput = exports.getIndex = void 0;
|
|
5
|
+
exports.Topic = exports.Shipper = exports.ScheduleSqlTask = exports.Rule = exports.Project = exports.Index = exports.ImportTask = exports.getTopicsOutput = exports.getTopics = exports.getTopicOutput = exports.getTopic = exports.getShippersOutput = exports.getShippers = exports.getShipperOutput = exports.getShipper = exports.getScheduleSqlTasksOutput = exports.getScheduleSqlTasks = exports.getScheduleSqlTaskOutput = exports.getScheduleSqlTask = exports.getRulesOutput = exports.getRules = exports.getRuleOutput = exports.getRule = exports.getProjectsOutput = exports.getProjects = exports.getProjectOutput = exports.getProject = exports.getIndicesOutput = exports.getIndices = exports.getIndexOutput = exports.getIndex = exports.getImportTasksOutput = exports.getImportTasks = exports.getImportTaskOutput = exports.getImportTask = exports.getConsumerGroupsOutput = exports.getConsumerGroups = exports.getConsumerGroupOutput = exports.getConsumerGroup = exports.getAlarmNotifyGroupsOutput = exports.getAlarmNotifyGroups = exports.getAlarmNotifyGroupOutput = exports.getAlarmNotifyGroup = exports.ConsumerGroup = exports.AlarmNotifyGroup = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
|
+
exports.AlarmNotifyGroup = null;
|
|
9
|
+
utilities.lazyLoad(exports, ["AlarmNotifyGroup"], () => require("./alarmNotifyGroup"));
|
|
10
|
+
exports.ConsumerGroup = null;
|
|
11
|
+
utilities.lazyLoad(exports, ["ConsumerGroup"], () => require("./consumerGroup"));
|
|
12
|
+
exports.getAlarmNotifyGroup = null;
|
|
13
|
+
exports.getAlarmNotifyGroupOutput = null;
|
|
14
|
+
utilities.lazyLoad(exports, ["getAlarmNotifyGroup", "getAlarmNotifyGroupOutput"], () => require("./getAlarmNotifyGroup"));
|
|
15
|
+
exports.getAlarmNotifyGroups = null;
|
|
16
|
+
exports.getAlarmNotifyGroupsOutput = null;
|
|
17
|
+
utilities.lazyLoad(exports, ["getAlarmNotifyGroups", "getAlarmNotifyGroupsOutput"], () => require("./getAlarmNotifyGroups"));
|
|
18
|
+
exports.getConsumerGroup = null;
|
|
19
|
+
exports.getConsumerGroupOutput = null;
|
|
20
|
+
utilities.lazyLoad(exports, ["getConsumerGroup", "getConsumerGroupOutput"], () => require("./getConsumerGroup"));
|
|
21
|
+
exports.getConsumerGroups = null;
|
|
22
|
+
exports.getConsumerGroupsOutput = null;
|
|
23
|
+
utilities.lazyLoad(exports, ["getConsumerGroups", "getConsumerGroupsOutput"], () => require("./getConsumerGroups"));
|
|
24
|
+
exports.getImportTask = null;
|
|
25
|
+
exports.getImportTaskOutput = null;
|
|
26
|
+
utilities.lazyLoad(exports, ["getImportTask", "getImportTaskOutput"], () => require("./getImportTask"));
|
|
27
|
+
exports.getImportTasks = null;
|
|
28
|
+
exports.getImportTasksOutput = null;
|
|
29
|
+
utilities.lazyLoad(exports, ["getImportTasks", "getImportTasksOutput"], () => require("./getImportTasks"));
|
|
8
30
|
exports.getIndex = null;
|
|
9
31
|
exports.getIndexOutput = null;
|
|
10
32
|
utilities.lazyLoad(exports, ["getIndex", "getIndexOutput"], () => require("./getIndex"));
|
|
@@ -17,36 +39,64 @@ utilities.lazyLoad(exports, ["getProject", "getProjectOutput"], () => require(".
|
|
|
17
39
|
exports.getProjects = null;
|
|
18
40
|
exports.getProjectsOutput = null;
|
|
19
41
|
utilities.lazyLoad(exports, ["getProjects", "getProjectsOutput"], () => require("./getProjects"));
|
|
42
|
+
exports.getRule = null;
|
|
43
|
+
exports.getRuleOutput = null;
|
|
44
|
+
utilities.lazyLoad(exports, ["getRule", "getRuleOutput"], () => require("./getRule"));
|
|
45
|
+
exports.getRules = null;
|
|
46
|
+
exports.getRulesOutput = null;
|
|
47
|
+
utilities.lazyLoad(exports, ["getRules", "getRulesOutput"], () => require("./getRules"));
|
|
20
48
|
exports.getScheduleSqlTask = null;
|
|
21
49
|
exports.getScheduleSqlTaskOutput = null;
|
|
22
50
|
utilities.lazyLoad(exports, ["getScheduleSqlTask", "getScheduleSqlTaskOutput"], () => require("./getScheduleSqlTask"));
|
|
23
51
|
exports.getScheduleSqlTasks = null;
|
|
24
52
|
exports.getScheduleSqlTasksOutput = null;
|
|
25
53
|
utilities.lazyLoad(exports, ["getScheduleSqlTasks", "getScheduleSqlTasksOutput"], () => require("./getScheduleSqlTasks"));
|
|
54
|
+
exports.getShipper = null;
|
|
55
|
+
exports.getShipperOutput = null;
|
|
56
|
+
utilities.lazyLoad(exports, ["getShipper", "getShipperOutput"], () => require("./getShipper"));
|
|
57
|
+
exports.getShippers = null;
|
|
58
|
+
exports.getShippersOutput = null;
|
|
59
|
+
utilities.lazyLoad(exports, ["getShippers", "getShippersOutput"], () => require("./getShippers"));
|
|
26
60
|
exports.getTopic = null;
|
|
27
61
|
exports.getTopicOutput = null;
|
|
28
62
|
utilities.lazyLoad(exports, ["getTopic", "getTopicOutput"], () => require("./getTopic"));
|
|
29
63
|
exports.getTopics = null;
|
|
30
64
|
exports.getTopicsOutput = null;
|
|
31
65
|
utilities.lazyLoad(exports, ["getTopics", "getTopicsOutput"], () => require("./getTopics"));
|
|
66
|
+
exports.ImportTask = null;
|
|
67
|
+
utilities.lazyLoad(exports, ["ImportTask"], () => require("./importTask"));
|
|
32
68
|
exports.Index = null;
|
|
33
69
|
utilities.lazyLoad(exports, ["Index"], () => require("./index_"));
|
|
34
70
|
exports.Project = null;
|
|
35
71
|
utilities.lazyLoad(exports, ["Project"], () => require("./project"));
|
|
72
|
+
exports.Rule = null;
|
|
73
|
+
utilities.lazyLoad(exports, ["Rule"], () => require("./rule"));
|
|
36
74
|
exports.ScheduleSqlTask = null;
|
|
37
75
|
utilities.lazyLoad(exports, ["ScheduleSqlTask"], () => require("./scheduleSqlTask"));
|
|
76
|
+
exports.Shipper = null;
|
|
77
|
+
utilities.lazyLoad(exports, ["Shipper"], () => require("./shipper"));
|
|
38
78
|
exports.Topic = null;
|
|
39
79
|
utilities.lazyLoad(exports, ["Topic"], () => require("./topic"));
|
|
40
80
|
const _module = {
|
|
41
81
|
version: utilities.getVersion(),
|
|
42
82
|
construct: (name, type, urn) => {
|
|
43
83
|
switch (type) {
|
|
84
|
+
case "volcenginecc:tls/alarmNotifyGroup:AlarmNotifyGroup":
|
|
85
|
+
return new exports.AlarmNotifyGroup(name, undefined, { urn });
|
|
86
|
+
case "volcenginecc:tls/consumerGroup:ConsumerGroup":
|
|
87
|
+
return new exports.ConsumerGroup(name, undefined, { urn });
|
|
88
|
+
case "volcenginecc:tls/importTask:ImportTask":
|
|
89
|
+
return new exports.ImportTask(name, undefined, { urn });
|
|
44
90
|
case "volcenginecc:tls/index:Index":
|
|
45
91
|
return new exports.Index(name, undefined, { urn });
|
|
46
92
|
case "volcenginecc:tls/project:Project":
|
|
47
93
|
return new exports.Project(name, undefined, { urn });
|
|
94
|
+
case "volcenginecc:tls/rule:Rule":
|
|
95
|
+
return new exports.Rule(name, undefined, { urn });
|
|
48
96
|
case "volcenginecc:tls/scheduleSqlTask:ScheduleSqlTask":
|
|
49
97
|
return new exports.ScheduleSqlTask(name, undefined, { urn });
|
|
98
|
+
case "volcenginecc:tls/shipper:Shipper":
|
|
99
|
+
return new exports.Shipper(name, undefined, { urn });
|
|
50
100
|
case "volcenginecc:tls/topic:Topic":
|
|
51
101
|
return new exports.Topic(name, undefined, { urn });
|
|
52
102
|
default:
|
|
@@ -54,8 +104,13 @@ const _module = {
|
|
|
54
104
|
}
|
|
55
105
|
},
|
|
56
106
|
};
|
|
107
|
+
pulumi.runtime.registerResourceModule("volcenginecc", "tls/alarmNotifyGroup", _module);
|
|
108
|
+
pulumi.runtime.registerResourceModule("volcenginecc", "tls/consumerGroup", _module);
|
|
109
|
+
pulumi.runtime.registerResourceModule("volcenginecc", "tls/importTask", _module);
|
|
57
110
|
pulumi.runtime.registerResourceModule("volcenginecc", "tls/index", _module);
|
|
58
111
|
pulumi.runtime.registerResourceModule("volcenginecc", "tls/project", _module);
|
|
112
|
+
pulumi.runtime.registerResourceModule("volcenginecc", "tls/rule", _module);
|
|
59
113
|
pulumi.runtime.registerResourceModule("volcenginecc", "tls/scheduleSqlTask", _module);
|
|
114
|
+
pulumi.runtime.registerResourceModule("volcenginecc", "tls/shipper", _module);
|
|
60
115
|
pulumi.runtime.registerResourceModule("volcenginecc", "tls/topic", _module);
|
|
61
116
|
//# sourceMappingURL=index.js.map
|
package/tls/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../tls/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../tls/index.ts"],"names":[],"mappings":"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"}
|
package/tls/rule.d.ts
ADDED
|
@@ -0,0 +1,221 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* The log service provides log collection tools such as LogCollector and multi-language SDKs, supports various log collection methods, is compatible with open-source protocol frameworks like Kafka and OpenTelemetry, and supports log data collection from host applications, K8s clusters, mobile clients, Volcano Engine cloud products, and other cloud vendors.
|
|
6
|
+
*
|
|
7
|
+
* ## Import
|
|
8
|
+
*
|
|
9
|
+
* ```sh
|
|
10
|
+
* $ pulumi import volcenginecc:tls/rule:Rule example "rule_id"
|
|
11
|
+
* ```
|
|
12
|
+
*/
|
|
13
|
+
export declare class Rule extends pulumi.CustomResource {
|
|
14
|
+
/**
|
|
15
|
+
* Get an existing Rule resource's state with the given name, ID, and optional extra
|
|
16
|
+
* properties used to qualify the lookup.
|
|
17
|
+
*
|
|
18
|
+
* @param name The _unique_ name of the resulting resource.
|
|
19
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
20
|
+
* @param state Any extra arguments used during the lookup.
|
|
21
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
22
|
+
*/
|
|
23
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: RuleState, opts?: pulumi.CustomResourceOptions): Rule;
|
|
24
|
+
/**
|
|
25
|
+
* Returns true if the given object is an instance of Rule. This is designed to work even
|
|
26
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
27
|
+
*/
|
|
28
|
+
static isInstance(obj: any): obj is Rule;
|
|
29
|
+
/**
|
|
30
|
+
* Container log collection rules.
|
|
31
|
+
*/
|
|
32
|
+
readonly containerRule: pulumi.Output<outputs.tls.RuleContainerRule>;
|
|
33
|
+
/**
|
|
34
|
+
* Time when the collection configuration was created.
|
|
35
|
+
*/
|
|
36
|
+
readonly createTime: pulumi.Output<string>;
|
|
37
|
+
readonly excludePaths: pulumi.Output<outputs.tls.RuleExcludePath[]>;
|
|
38
|
+
/**
|
|
39
|
+
* Log extraction rules. Note: This parameter is required if LogType is set to any type other than minimalist*log or json*log.
|
|
40
|
+
*/
|
|
41
|
+
readonly extractRule: pulumi.Output<outputs.tls.RuleExtractRule>;
|
|
42
|
+
readonly hostGroupInfos: pulumi.Output<outputs.tls.RuleHostGroupInfo[]>;
|
|
43
|
+
/**
|
|
44
|
+
* Collection type. 0: (Default) Host log file. 1: K8s container stdout. 2: K8s container internal log file.
|
|
45
|
+
*/
|
|
46
|
+
readonly inputType: pulumi.Output<number>;
|
|
47
|
+
/**
|
|
48
|
+
* Log sample. Maximum length is 3000 characters. Log sample content must match the collection mode. Single-line full-text mode and JSON mode do not require a log sample. Other modes require a log sample, and the content must match the collection mode.
|
|
49
|
+
*/
|
|
50
|
+
readonly logSample: pulumi.Output<string>;
|
|
51
|
+
/**
|
|
52
|
+
* Collection mode. minimalist*log: (Default) Single-line full-text mode. json*log: JSON mode. delimiter*log: Delimiter mode. multiline*log: Multi-line full-text mode. fullregex_log: Full regex mode.
|
|
53
|
+
*/
|
|
54
|
+
readonly logType: pulumi.Output<string>;
|
|
55
|
+
/**
|
|
56
|
+
* Collection configuration modification time.
|
|
57
|
+
*/
|
|
58
|
+
readonly modifyTime: pulumi.Output<string>;
|
|
59
|
+
/**
|
|
60
|
+
* Collection path list. You can create up to 10 collection paths. Collection paths must be specified as absolute paths; relative paths are not supported. When InputType=0 or InputType=2, collection paths support exact match and wildcard mode. Wildcards only support **, *, and ?, but you can configure at most one ** wildcard. When InputType=1, you do not need to configure the collection path list.
|
|
61
|
+
*/
|
|
62
|
+
readonly paths: pulumi.Output<string[]>;
|
|
63
|
+
/**
|
|
64
|
+
* Collection configuration status. 0: Running. 1: Paused.
|
|
65
|
+
*/
|
|
66
|
+
readonly pause: pulumi.Output<number>;
|
|
67
|
+
/**
|
|
68
|
+
* ID of the project to which the collection configuration belongs.
|
|
69
|
+
*/
|
|
70
|
+
readonly projectId: pulumi.Output<string>;
|
|
71
|
+
/**
|
|
72
|
+
* Name of the project to which the collection configuration belongs
|
|
73
|
+
*/
|
|
74
|
+
readonly projectName: pulumi.Output<string>;
|
|
75
|
+
/**
|
|
76
|
+
* Collection configuration ID.
|
|
77
|
+
*/
|
|
78
|
+
readonly ruleId: pulumi.Output<string>;
|
|
79
|
+
/**
|
|
80
|
+
* Collection configuration name. Please refer to the resource naming rules. Must be unique within a log topic.
|
|
81
|
+
*/
|
|
82
|
+
readonly ruleName: pulumi.Output<string>;
|
|
83
|
+
/**
|
|
84
|
+
* Log topic ID to which the collection configuration belongs.
|
|
85
|
+
*/
|
|
86
|
+
readonly topicId: pulumi.Output<string>;
|
|
87
|
+
/**
|
|
88
|
+
* Name of the log topic to which the collection configuration belongs.
|
|
89
|
+
*/
|
|
90
|
+
readonly topicName: pulumi.Output<string>;
|
|
91
|
+
/**
|
|
92
|
+
* User-defined collection rules.
|
|
93
|
+
*/
|
|
94
|
+
readonly userDefineRule: pulumi.Output<outputs.tls.RuleUserDefineRule>;
|
|
95
|
+
/**
|
|
96
|
+
* Create a Rule resource with the given unique name, arguments, and options.
|
|
97
|
+
*
|
|
98
|
+
* @param name The _unique_ name of the resource.
|
|
99
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
100
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
101
|
+
*/
|
|
102
|
+
constructor(name: string, args: RuleArgs, opts?: pulumi.CustomResourceOptions);
|
|
103
|
+
}
|
|
104
|
+
/**
|
|
105
|
+
* Input properties used for looking up and filtering Rule resources.
|
|
106
|
+
*/
|
|
107
|
+
export interface RuleState {
|
|
108
|
+
/**
|
|
109
|
+
* Container log collection rules.
|
|
110
|
+
*/
|
|
111
|
+
containerRule?: pulumi.Input<inputs.tls.RuleContainerRule>;
|
|
112
|
+
/**
|
|
113
|
+
* Time when the collection configuration was created.
|
|
114
|
+
*/
|
|
115
|
+
createTime?: pulumi.Input<string>;
|
|
116
|
+
excludePaths?: pulumi.Input<pulumi.Input<inputs.tls.RuleExcludePath>[]>;
|
|
117
|
+
/**
|
|
118
|
+
* Log extraction rules. Note: This parameter is required if LogType is set to any type other than minimalist*log or json*log.
|
|
119
|
+
*/
|
|
120
|
+
extractRule?: pulumi.Input<inputs.tls.RuleExtractRule>;
|
|
121
|
+
hostGroupInfos?: pulumi.Input<pulumi.Input<inputs.tls.RuleHostGroupInfo>[]>;
|
|
122
|
+
/**
|
|
123
|
+
* Collection type. 0: (Default) Host log file. 1: K8s container stdout. 2: K8s container internal log file.
|
|
124
|
+
*/
|
|
125
|
+
inputType?: pulumi.Input<number>;
|
|
126
|
+
/**
|
|
127
|
+
* Log sample. Maximum length is 3000 characters. Log sample content must match the collection mode. Single-line full-text mode and JSON mode do not require a log sample. Other modes require a log sample, and the content must match the collection mode.
|
|
128
|
+
*/
|
|
129
|
+
logSample?: pulumi.Input<string>;
|
|
130
|
+
/**
|
|
131
|
+
* Collection mode. minimalist*log: (Default) Single-line full-text mode. json*log: JSON mode. delimiter*log: Delimiter mode. multiline*log: Multi-line full-text mode. fullregex_log: Full regex mode.
|
|
132
|
+
*/
|
|
133
|
+
logType?: pulumi.Input<string>;
|
|
134
|
+
/**
|
|
135
|
+
* Collection configuration modification time.
|
|
136
|
+
*/
|
|
137
|
+
modifyTime?: pulumi.Input<string>;
|
|
138
|
+
/**
|
|
139
|
+
* Collection path list. You can create up to 10 collection paths. Collection paths must be specified as absolute paths; relative paths are not supported. When InputType=0 or InputType=2, collection paths support exact match and wildcard mode. Wildcards only support **, *, and ?, but you can configure at most one ** wildcard. When InputType=1, you do not need to configure the collection path list.
|
|
140
|
+
*/
|
|
141
|
+
paths?: pulumi.Input<pulumi.Input<string>[]>;
|
|
142
|
+
/**
|
|
143
|
+
* Collection configuration status. 0: Running. 1: Paused.
|
|
144
|
+
*/
|
|
145
|
+
pause?: pulumi.Input<number>;
|
|
146
|
+
/**
|
|
147
|
+
* ID of the project to which the collection configuration belongs.
|
|
148
|
+
*/
|
|
149
|
+
projectId?: pulumi.Input<string>;
|
|
150
|
+
/**
|
|
151
|
+
* Name of the project to which the collection configuration belongs
|
|
152
|
+
*/
|
|
153
|
+
projectName?: pulumi.Input<string>;
|
|
154
|
+
/**
|
|
155
|
+
* Collection configuration ID.
|
|
156
|
+
*/
|
|
157
|
+
ruleId?: pulumi.Input<string>;
|
|
158
|
+
/**
|
|
159
|
+
* Collection configuration name. Please refer to the resource naming rules. Must be unique within a log topic.
|
|
160
|
+
*/
|
|
161
|
+
ruleName?: pulumi.Input<string>;
|
|
162
|
+
/**
|
|
163
|
+
* Log topic ID to which the collection configuration belongs.
|
|
164
|
+
*/
|
|
165
|
+
topicId?: pulumi.Input<string>;
|
|
166
|
+
/**
|
|
167
|
+
* Name of the log topic to which the collection configuration belongs.
|
|
168
|
+
*/
|
|
169
|
+
topicName?: pulumi.Input<string>;
|
|
170
|
+
/**
|
|
171
|
+
* User-defined collection rules.
|
|
172
|
+
*/
|
|
173
|
+
userDefineRule?: pulumi.Input<inputs.tls.RuleUserDefineRule>;
|
|
174
|
+
}
|
|
175
|
+
/**
|
|
176
|
+
* The set of arguments for constructing a Rule resource.
|
|
177
|
+
*/
|
|
178
|
+
export interface RuleArgs {
|
|
179
|
+
/**
|
|
180
|
+
* Container log collection rules.
|
|
181
|
+
*/
|
|
182
|
+
containerRule?: pulumi.Input<inputs.tls.RuleContainerRule>;
|
|
183
|
+
excludePaths?: pulumi.Input<pulumi.Input<inputs.tls.RuleExcludePath>[]>;
|
|
184
|
+
/**
|
|
185
|
+
* Log extraction rules. Note: This parameter is required if LogType is set to any type other than minimalist*log or json*log.
|
|
186
|
+
*/
|
|
187
|
+
extractRule?: pulumi.Input<inputs.tls.RuleExtractRule>;
|
|
188
|
+
hostGroupInfos?: pulumi.Input<pulumi.Input<inputs.tls.RuleHostGroupInfo>[]>;
|
|
189
|
+
/**
|
|
190
|
+
* Collection type. 0: (Default) Host log file. 1: K8s container stdout. 2: K8s container internal log file.
|
|
191
|
+
*/
|
|
192
|
+
inputType?: pulumi.Input<number>;
|
|
193
|
+
/**
|
|
194
|
+
* Log sample. Maximum length is 3000 characters. Log sample content must match the collection mode. Single-line full-text mode and JSON mode do not require a log sample. Other modes require a log sample, and the content must match the collection mode.
|
|
195
|
+
*/
|
|
196
|
+
logSample?: pulumi.Input<string>;
|
|
197
|
+
/**
|
|
198
|
+
* Collection mode. minimalist*log: (Default) Single-line full-text mode. json*log: JSON mode. delimiter*log: Delimiter mode. multiline*log: Multi-line full-text mode. fullregex_log: Full regex mode.
|
|
199
|
+
*/
|
|
200
|
+
logType?: pulumi.Input<string>;
|
|
201
|
+
/**
|
|
202
|
+
* Collection path list. You can create up to 10 collection paths. Collection paths must be specified as absolute paths; relative paths are not supported. When InputType=0 or InputType=2, collection paths support exact match and wildcard mode. Wildcards only support **, *, and ?, but you can configure at most one ** wildcard. When InputType=1, you do not need to configure the collection path list.
|
|
203
|
+
*/
|
|
204
|
+
paths?: pulumi.Input<pulumi.Input<string>[]>;
|
|
205
|
+
/**
|
|
206
|
+
* Collection configuration status. 0: Running. 1: Paused.
|
|
207
|
+
*/
|
|
208
|
+
pause?: pulumi.Input<number>;
|
|
209
|
+
/**
|
|
210
|
+
* Collection configuration name. Please refer to the resource naming rules. Must be unique within a log topic.
|
|
211
|
+
*/
|
|
212
|
+
ruleName: pulumi.Input<string>;
|
|
213
|
+
/**
|
|
214
|
+
* Log topic ID to which the collection configuration belongs.
|
|
215
|
+
*/
|
|
216
|
+
topicId: pulumi.Input<string>;
|
|
217
|
+
/**
|
|
218
|
+
* User-defined collection rules.
|
|
219
|
+
*/
|
|
220
|
+
userDefineRule?: pulumi.Input<inputs.tls.RuleUserDefineRule>;
|
|
221
|
+
}
|
package/tls/rule.js
ADDED
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.Rule = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* The log service provides log collection tools such as LogCollector and multi-language SDKs, supports various log collection methods, is compatible with open-source protocol frameworks like Kafka and OpenTelemetry, and supports log data collection from host applications, K8s clusters, mobile clients, Volcano Engine cloud products, and other cloud vendors.
|
|
10
|
+
*
|
|
11
|
+
* ## Import
|
|
12
|
+
*
|
|
13
|
+
* ```sh
|
|
14
|
+
* $ pulumi import volcenginecc:tls/rule:Rule example "rule_id"
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
class Rule extends pulumi.CustomResource {
|
|
18
|
+
/**
|
|
19
|
+
* Get an existing Rule resource's state with the given name, ID, and optional extra
|
|
20
|
+
* properties used to qualify the lookup.
|
|
21
|
+
*
|
|
22
|
+
* @param name The _unique_ name of the resulting resource.
|
|
23
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
24
|
+
* @param state Any extra arguments used during the lookup.
|
|
25
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
26
|
+
*/
|
|
27
|
+
static get(name, id, state, opts) {
|
|
28
|
+
return new Rule(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Returns true if the given object is an instance of Rule. This is designed to work even
|
|
32
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
33
|
+
*/
|
|
34
|
+
static isInstance(obj) {
|
|
35
|
+
if (obj === undefined || obj === null) {
|
|
36
|
+
return false;
|
|
37
|
+
}
|
|
38
|
+
return obj['__pulumiType'] === Rule.__pulumiType;
|
|
39
|
+
}
|
|
40
|
+
constructor(name, argsOrState, opts) {
|
|
41
|
+
let resourceInputs = {};
|
|
42
|
+
opts = opts || {};
|
|
43
|
+
if (opts.id) {
|
|
44
|
+
const state = argsOrState;
|
|
45
|
+
resourceInputs["containerRule"] = state ? state.containerRule : undefined;
|
|
46
|
+
resourceInputs["createTime"] = state ? state.createTime : undefined;
|
|
47
|
+
resourceInputs["excludePaths"] = state ? state.excludePaths : undefined;
|
|
48
|
+
resourceInputs["extractRule"] = state ? state.extractRule : undefined;
|
|
49
|
+
resourceInputs["hostGroupInfos"] = state ? state.hostGroupInfos : undefined;
|
|
50
|
+
resourceInputs["inputType"] = state ? state.inputType : undefined;
|
|
51
|
+
resourceInputs["logSample"] = state ? state.logSample : undefined;
|
|
52
|
+
resourceInputs["logType"] = state ? state.logType : undefined;
|
|
53
|
+
resourceInputs["modifyTime"] = state ? state.modifyTime : undefined;
|
|
54
|
+
resourceInputs["paths"] = state ? state.paths : undefined;
|
|
55
|
+
resourceInputs["pause"] = state ? state.pause : undefined;
|
|
56
|
+
resourceInputs["projectId"] = state ? state.projectId : undefined;
|
|
57
|
+
resourceInputs["projectName"] = state ? state.projectName : undefined;
|
|
58
|
+
resourceInputs["ruleId"] = state ? state.ruleId : undefined;
|
|
59
|
+
resourceInputs["ruleName"] = state ? state.ruleName : undefined;
|
|
60
|
+
resourceInputs["topicId"] = state ? state.topicId : undefined;
|
|
61
|
+
resourceInputs["topicName"] = state ? state.topicName : undefined;
|
|
62
|
+
resourceInputs["userDefineRule"] = state ? state.userDefineRule : undefined;
|
|
63
|
+
}
|
|
64
|
+
else {
|
|
65
|
+
const args = argsOrState;
|
|
66
|
+
if ((!args || args.ruleName === undefined) && !opts.urn) {
|
|
67
|
+
throw new Error("Missing required property 'ruleName'");
|
|
68
|
+
}
|
|
69
|
+
if ((!args || args.topicId === undefined) && !opts.urn) {
|
|
70
|
+
throw new Error("Missing required property 'topicId'");
|
|
71
|
+
}
|
|
72
|
+
resourceInputs["containerRule"] = args ? args.containerRule : undefined;
|
|
73
|
+
resourceInputs["excludePaths"] = args ? args.excludePaths : undefined;
|
|
74
|
+
resourceInputs["extractRule"] = args ? args.extractRule : undefined;
|
|
75
|
+
resourceInputs["hostGroupInfos"] = args ? args.hostGroupInfos : undefined;
|
|
76
|
+
resourceInputs["inputType"] = args ? args.inputType : undefined;
|
|
77
|
+
resourceInputs["logSample"] = args ? args.logSample : undefined;
|
|
78
|
+
resourceInputs["logType"] = args ? args.logType : undefined;
|
|
79
|
+
resourceInputs["paths"] = args ? args.paths : undefined;
|
|
80
|
+
resourceInputs["pause"] = args ? args.pause : undefined;
|
|
81
|
+
resourceInputs["ruleName"] = args ? args.ruleName : undefined;
|
|
82
|
+
resourceInputs["topicId"] = args ? args.topicId : undefined;
|
|
83
|
+
resourceInputs["userDefineRule"] = args ? args.userDefineRule : undefined;
|
|
84
|
+
resourceInputs["createTime"] = undefined /*out*/;
|
|
85
|
+
resourceInputs["modifyTime"] = undefined /*out*/;
|
|
86
|
+
resourceInputs["projectId"] = undefined /*out*/;
|
|
87
|
+
resourceInputs["projectName"] = undefined /*out*/;
|
|
88
|
+
resourceInputs["ruleId"] = undefined /*out*/;
|
|
89
|
+
resourceInputs["topicName"] = undefined /*out*/;
|
|
90
|
+
}
|
|
91
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
92
|
+
super(Rule.__pulumiType, name, resourceInputs, opts);
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
exports.Rule = Rule;
|
|
96
|
+
/** @internal */
|
|
97
|
+
Rule.__pulumiType = 'volcenginecc:tls/rule:Rule';
|
|
98
|
+
//# sourceMappingURL=rule.js.map
|
package/tls/rule.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rule.js","sourceRoot":"","sources":["../../tls/rule.ts"],"names":[],"mappings":"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"}
|