UNPKG

@piclemx/pulumi-opensearch

Version:

A Pulumi package for creating and managing Opensearch resources. Based on terraform-provider-opensearch: version v2.2.1

73 lines (72 loc) 5.1 kB
export { AnomalyDetectionArgs, AnomalyDetectionState } from "./anomalyDetection"; export type AnomalyDetection = import("./anomalyDetection").AnomalyDetection; export declare const AnomalyDetection: typeof import("./anomalyDetection").AnomalyDetection; export { AuditConfigArgs, AuditConfigState } from "./auditConfig"; export type AuditConfig = import("./auditConfig").AuditConfig; export declare const AuditConfig: typeof import("./auditConfig").AuditConfig; export { ChannelConfigurationArgs, ChannelConfigurationState } from "./channelConfiguration"; export type ChannelConfiguration = import("./channelConfiguration").ChannelConfiguration; export declare const ChannelConfiguration: typeof import("./channelConfiguration").ChannelConfiguration; export { ClusterSettingsArgs, ClusterSettingsState } from "./clusterSettings"; export type ClusterSettings = import("./clusterSettings").ClusterSettings; export declare const ClusterSettings: typeof import("./clusterSettings").ClusterSettings; export { ComponentTemplateArgs, ComponentTemplateState } from "./componentTemplate"; export type ComponentTemplate = import("./componentTemplate").ComponentTemplate; export declare const ComponentTemplate: typeof import("./componentTemplate").ComponentTemplate; export { ComposableIndexTemplateArgs, ComposableIndexTemplateState } from "./composableIndexTemplate"; export type ComposableIndexTemplate = import("./composableIndexTemplate").ComposableIndexTemplate; export declare const ComposableIndexTemplate: typeof import("./composableIndexTemplate").ComposableIndexTemplate; export { DashboardObjectArgs, DashboardObjectState } from "./dashboardObject"; export type DashboardObject = import("./dashboardObject").DashboardObject; export declare const DashboardObject: typeof import("./dashboardObject").DashboardObject; export { DashboardTenantArgs, DashboardTenantState } from "./dashboardTenant"; export type DashboardTenant = import("./dashboardTenant").DashboardTenant; export declare const DashboardTenant: typeof import("./dashboardTenant").DashboardTenant; export { DataStreamArgs, DataStreamState } from "./dataStream"; export type DataStream = import("./dataStream").DataStream; export declare const DataStream: typeof import("./dataStream").DataStream; export { GetHostArgs, GetHostResult, GetHostOutputArgs } from "./getHost"; export declare const getHost: typeof import("./getHost").getHost; export declare const getHostOutput: typeof import("./getHost").getHostOutput; export { IndexTemplateArgs, IndexTemplateState } from "./indexTemplate"; export type IndexTemplate = import("./indexTemplate").IndexTemplate; export declare const IndexTemplate: typeof import("./indexTemplate").IndexTemplate; export { IndexArgs, IndexState } from "./index_"; export type Index = import("./index_").Index; export declare const Index: typeof import("./index_").Index; export { IngestPipelineArgs, IngestPipelineState } from "./ingestPipeline"; export type IngestPipeline = import("./ingestPipeline").IngestPipeline; export declare const IngestPipeline: typeof import("./ingestPipeline").IngestPipeline; export { IsmPolicyArgs, IsmPolicyState } from "./ismPolicy"; export type IsmPolicy = import("./ismPolicy").IsmPolicy; export declare const IsmPolicy: typeof import("./ismPolicy").IsmPolicy; export { IsmPolicyMappingArgs, IsmPolicyMappingState } from "./ismPolicyMapping"; export type IsmPolicyMapping = import("./ismPolicyMapping").IsmPolicyMapping; export declare const IsmPolicyMapping: typeof import("./ismPolicyMapping").IsmPolicyMapping; export { MonitorArgs, MonitorState } from "./monitor"; export type Monitor = import("./monitor").Monitor; export declare const Monitor: typeof import("./monitor").Monitor; export { ProviderArgs } from "./provider"; export type Provider = import("./provider").Provider; export declare const Provider: typeof import("./provider").Provider; export { RoleArgs, RoleState } from "./role"; export type Role = import("./role").Role; export declare const Role: typeof import("./role").Role; export { RolesMappingArgs, RolesMappingState } from "./rolesMapping"; export type RolesMapping = import("./rolesMapping").RolesMapping; export declare const RolesMapping: typeof import("./rolesMapping").RolesMapping; export { ScriptArgs, ScriptState } from "./script"; export type Script = import("./script").Script; export declare const Script: typeof import("./script").Script; export { SmPolicyArgs, SmPolicyState } from "./smPolicy"; export type SmPolicy = import("./smPolicy").SmPolicy; export declare const SmPolicy: typeof import("./smPolicy").SmPolicy; export { SnapshotRepositoryArgs, SnapshotRepositoryState } from "./snapshotRepository"; export type SnapshotRepository = import("./snapshotRepository").SnapshotRepository; export declare const SnapshotRepository: typeof import("./snapshotRepository").SnapshotRepository; export { UserArgs, UserState } from "./user"; export type User = import("./user").User; export declare const User: typeof import("./user").User; import * as config from "./config"; import * as types from "./types"; export { config, types, };