@pulumi/tailscale
Version:
A Pulumi package for creating and managing Tailscale cloud resources.
74 lines (73 loc) • 5.34 kB
TypeScript
export { AclArgs, AclState } from "./acl";
export type Acl = import("./acl").Acl;
export declare const Acl: typeof import("./acl").Acl;
export { AwsExternalIdArgs, AwsExternalIdState } from "./awsExternalId";
export type AwsExternalId = import("./awsExternalId").AwsExternalId;
export declare const AwsExternalId: typeof import("./awsExternalId").AwsExternalId;
export { ContactsArgs, ContactsState } from "./contacts";
export type Contacts = import("./contacts").Contacts;
export declare const Contacts: typeof import("./contacts").Contacts;
export { DeviceAuthorizationArgs, DeviceAuthorizationState } from "./deviceAuthorization";
export type DeviceAuthorization = import("./deviceAuthorization").DeviceAuthorization;
export declare const DeviceAuthorization: typeof import("./deviceAuthorization").DeviceAuthorization;
export { DeviceKeyArgs, DeviceKeyState } from "./deviceKey";
export type DeviceKey = import("./deviceKey").DeviceKey;
export declare const DeviceKey: typeof import("./deviceKey").DeviceKey;
export { DeviceSubnetRoutesArgs, DeviceSubnetRoutesState } from "./deviceSubnetRoutes";
export type DeviceSubnetRoutes = import("./deviceSubnetRoutes").DeviceSubnetRoutes;
export declare const DeviceSubnetRoutes: typeof import("./deviceSubnetRoutes").DeviceSubnetRoutes;
export { DeviceTagsArgs, DeviceTagsState } from "./deviceTags";
export type DeviceTags = import("./deviceTags").DeviceTags;
export declare const DeviceTags: typeof import("./deviceTags").DeviceTags;
export { DnsNameserversArgs, DnsNameserversState } from "./dnsNameservers";
export type DnsNameservers = import("./dnsNameservers").DnsNameservers;
export declare const DnsNameservers: typeof import("./dnsNameservers").DnsNameservers;
export { DnsPreferencesArgs, DnsPreferencesState } from "./dnsPreferences";
export type DnsPreferences = import("./dnsPreferences").DnsPreferences;
export declare const DnsPreferences: typeof import("./dnsPreferences").DnsPreferences;
export { DnsSearchPathsArgs, DnsSearchPathsState } from "./dnsSearchPaths";
export type DnsSearchPaths = import("./dnsSearchPaths").DnsSearchPaths;
export declare const DnsSearchPaths: typeof import("./dnsSearchPaths").DnsSearchPaths;
export { DnsSplitNameserversArgs, DnsSplitNameserversState } from "./dnsSplitNameservers";
export type DnsSplitNameservers = import("./dnsSplitNameservers").DnsSplitNameservers;
export declare const DnsSplitNameservers: typeof import("./dnsSplitNameservers").DnsSplitNameservers;
export { Get4Via6Args, Get4Via6Result, Get4Via6OutputArgs } from "./get4Via6";
export declare const get4Via6: typeof import("./get4Via6").get4Via6;
export declare const get4Via6Output: typeof import("./get4Via6").get4Via6Output;
export { GetAclResult } from "./getAcl";
export declare const getAcl: typeof import("./getAcl").getAcl;
export declare const getAclOutput: typeof import("./getAcl").getAclOutput;
export { GetDeviceArgs, GetDeviceResult, GetDeviceOutputArgs } from "./getDevice";
export declare const getDevice: typeof import("./getDevice").getDevice;
export declare const getDeviceOutput: typeof import("./getDevice").getDeviceOutput;
export { GetDevicesArgs, GetDevicesResult, GetDevicesOutputArgs } from "./getDevices";
export declare const getDevices: typeof import("./getDevices").getDevices;
export declare const getDevicesOutput: typeof import("./getDevices").getDevicesOutput;
export { GetUserArgs, GetUserResult, GetUserOutputArgs } from "./getUser";
export declare const getUser: typeof import("./getUser").getUser;
export declare const getUserOutput: typeof import("./getUser").getUserOutput;
export { GetUsersArgs, GetUsersResult, GetUsersOutputArgs } from "./getUsers";
export declare const getUsers: typeof import("./getUsers").getUsers;
export declare const getUsersOutput: typeof import("./getUsers").getUsersOutput;
export { LogstreamConfigurationArgs, LogstreamConfigurationState } from "./logstreamConfiguration";
export type LogstreamConfiguration = import("./logstreamConfiguration").LogstreamConfiguration;
export declare const LogstreamConfiguration: typeof import("./logstreamConfiguration").LogstreamConfiguration;
export { OauthClientArgs, OauthClientState } from "./oauthClient";
export type OauthClient = import("./oauthClient").OauthClient;
export declare const OauthClient: typeof import("./oauthClient").OauthClient;
export { PostureIntegrationArgs, PostureIntegrationState } from "./postureIntegration";
export type PostureIntegration = import("./postureIntegration").PostureIntegration;
export declare const PostureIntegration: typeof import("./postureIntegration").PostureIntegration;
export * from "./provider";
export { TailnetKeyArgs, TailnetKeyState } from "./tailnetKey";
export type TailnetKey = import("./tailnetKey").TailnetKey;
export declare const TailnetKey: typeof import("./tailnetKey").TailnetKey;
export { TailnetSettingsArgs, TailnetSettingsState } from "./tailnetSettings";
export type TailnetSettings = import("./tailnetSettings").TailnetSettings;
export declare const TailnetSettings: typeof import("./tailnetSettings").TailnetSettings;
export { WebhookArgs, WebhookState } from "./webhook";
export type Webhook = import("./webhook").Webhook;
export declare const Webhook: typeof import("./webhook").Webhook;
import * as config from "./config";
import * as types from "./types";
export { config, types, };