@volcengine/pulumi
Version:
A Pulumi package for creating and managing volcengine cloud resources.
97 lines (96 loc) • 7.33 kB
TypeScript
export { AlarmArgs, AlarmState } from "./alarm";
export type Alarm = import("./alarm").Alarm;
export declare const Alarm: typeof import("./alarm").Alarm;
export { AlarmNotifyGroupArgs, AlarmNotifyGroupState } from "./alarmNotifyGroup";
export type AlarmNotifyGroup = import("./alarmNotifyGroup").AlarmNotifyGroup;
export declare const AlarmNotifyGroup: typeof import("./alarmNotifyGroup").AlarmNotifyGroup;
export { AlarmNotifyGroupsArgs, AlarmNotifyGroupsResult, AlarmNotifyGroupsOutputArgs } from "./alarmNotifyGroups";
export declare const alarmNotifyGroups: typeof import("./alarmNotifyGroups").alarmNotifyGroups;
export declare const alarmNotifyGroupsOutput: typeof import("./alarmNotifyGroups").alarmNotifyGroupsOutput;
export { AlarmsArgs, AlarmsResult, AlarmsOutputArgs } from "./alarms";
export declare const alarms: typeof import("./alarms").alarms;
export declare const alarmsOutput: typeof import("./alarms").alarmsOutput;
export { GetAlarmNotifyGroupsArgs, GetAlarmNotifyGroupsResult, GetAlarmNotifyGroupsOutputArgs } from "./getAlarmNotifyGroups";
export declare const getAlarmNotifyGroups: typeof import("./getAlarmNotifyGroups").getAlarmNotifyGroups;
export declare const getAlarmNotifyGroupsOutput: typeof import("./getAlarmNotifyGroups").getAlarmNotifyGroupsOutput;
export { GetAlarmsArgs, GetAlarmsResult, GetAlarmsOutputArgs } from "./getAlarms";
export declare const getAlarms: typeof import("./getAlarms").getAlarms;
export declare const getAlarmsOutput: typeof import("./getAlarms").getAlarmsOutput;
export { GetHostGroupsArgs, GetHostGroupsResult, GetHostGroupsOutputArgs } from "./getHostGroups";
export declare const getHostGroups: typeof import("./getHostGroups").getHostGroups;
export declare const getHostGroupsOutput: typeof import("./getHostGroups").getHostGroupsOutput;
export { GetHostsArgs, GetHostsResult, GetHostsOutputArgs } from "./getHosts";
export declare const getHosts: typeof import("./getHosts").getHosts;
export declare const getHostsOutput: typeof import("./getHosts").getHostsOutput;
export { GetIndexesArgs, GetIndexesResult, GetIndexesOutputArgs } from "./getIndexes";
export declare const getIndexes: typeof import("./getIndexes").getIndexes;
export declare const getIndexesOutput: typeof import("./getIndexes").getIndexesOutput;
export { GetKafkaConsumersArgs, GetKafkaConsumersResult, GetKafkaConsumersOutputArgs } from "./getKafkaConsumers";
export declare const getKafkaConsumers: typeof import("./getKafkaConsumers").getKafkaConsumers;
export declare const getKafkaConsumersOutput: typeof import("./getKafkaConsumers").getKafkaConsumersOutput;
export { GetProjectsArgs, GetProjectsResult, GetProjectsOutputArgs } from "./getProjects";
export declare const getProjects: typeof import("./getProjects").getProjects;
export declare const getProjectsOutput: typeof import("./getProjects").getProjectsOutput;
export { GetRuleAppliersArgs, GetRuleAppliersResult, GetRuleAppliersOutputArgs } from "./getRuleAppliers";
export declare const getRuleAppliers: typeof import("./getRuleAppliers").getRuleAppliers;
export declare const getRuleAppliersOutput: typeof import("./getRuleAppliers").getRuleAppliersOutput;
export { GetRulesArgs, GetRulesResult, GetRulesOutputArgs } from "./getRules";
export declare const getRules: typeof import("./getRules").getRules;
export declare const getRulesOutput: typeof import("./getRules").getRulesOutput;
export { GetShardsArgs, GetShardsResult, GetShardsOutputArgs } from "./getShards";
export declare const getShards: typeof import("./getShards").getShards;
export declare const getShardsOutput: typeof import("./getShards").getShardsOutput;
export { GetTopicsArgs, GetTopicsResult, GetTopicsOutputArgs } from "./getTopics";
export declare const getTopics: typeof import("./getTopics").getTopics;
export declare const getTopicsOutput: typeof import("./getTopics").getTopicsOutput;
export { HostArgs, HostState } from "./host";
export type Host = import("./host").Host;
export declare const Host: typeof import("./host").Host;
export { HostGroupArgs, HostGroupState } from "./hostGroup";
export type HostGroup = import("./hostGroup").HostGroup;
export declare const HostGroup: typeof import("./hostGroup").HostGroup;
export { HostGroupsArgs, HostGroupsResult, HostGroupsOutputArgs } from "./hostGroups";
export declare const hostGroups: typeof import("./hostGroups").hostGroups;
export declare const hostGroupsOutput: typeof import("./hostGroups").hostGroupsOutput;
export { HostsArgs, HostsResult, HostsOutputArgs } from "./hosts";
export declare const hosts: typeof import("./hosts").hosts;
export declare const hostsOutput: typeof import("./hosts").hostsOutput;
export { IndexArgs, IndexState } from "./index_";
export type Index = import("./index_").Index;
export declare const Index: typeof import("./index_").Index;
export { IndexesArgs, IndexesResult, IndexesOutputArgs } from "./indexes";
export declare const indexes: typeof import("./indexes").indexes;
export declare const indexesOutput: typeof import("./indexes").indexesOutput;
export { KafkaConsumerArgs, KafkaConsumerState } from "./kafkaConsumer";
export type KafkaConsumer = import("./kafkaConsumer").KafkaConsumer;
export declare const KafkaConsumer: typeof import("./kafkaConsumer").KafkaConsumer;
export { KafkaConsumersArgs, KafkaConsumersResult, KafkaConsumersOutputArgs } from "./kafkaConsumers";
export declare const kafkaConsumers: typeof import("./kafkaConsumers").kafkaConsumers;
export declare const kafkaConsumersOutput: typeof import("./kafkaConsumers").kafkaConsumersOutput;
export { ProjectArgs, ProjectState } from "./project";
export type Project = import("./project").Project;
export declare const Project: typeof import("./project").Project;
export { ProjectsArgs, ProjectsResult, ProjectsOutputArgs } from "./projects";
export declare const projects: typeof import("./projects").projects;
export declare const projectsOutput: typeof import("./projects").projectsOutput;
export { RuleArgs, RuleState } from "./rule";
export type Rule = import("./rule").Rule;
export declare const Rule: typeof import("./rule").Rule;
export { RuleApplierArgs, RuleApplierState } from "./ruleApplier";
export type RuleApplier = import("./ruleApplier").RuleApplier;
export declare const RuleApplier: typeof import("./ruleApplier").RuleApplier;
export { RuleAppliersArgs, RuleAppliersResult, RuleAppliersOutputArgs } from "./ruleAppliers";
export declare const ruleAppliers: typeof import("./ruleAppliers").ruleAppliers;
export declare const ruleAppliersOutput: typeof import("./ruleAppliers").ruleAppliersOutput;
export { RulesArgs, RulesResult, RulesOutputArgs } from "./rules";
export declare const rules: typeof import("./rules").rules;
export declare const rulesOutput: typeof import("./rules").rulesOutput;
export { ShardsArgs, ShardsResult, ShardsOutputArgs } from "./shards";
export declare const shards: typeof import("./shards").shards;
export declare const shardsOutput: typeof import("./shards").shardsOutput;
export { TopicArgs, TopicState } from "./topic";
export type Topic = import("./topic").Topic;
export declare const Topic: typeof import("./topic").Topic;
export { TopicsArgs, TopicsResult, TopicsOutputArgs } from "./topics";
export declare const topics: typeof import("./topics").topics;
export declare const topicsOutput: typeof import("./topics").topicsOutput;