@pulumi/aws-native
Version:
The Pulumi AWS Cloud Control Provider enables you to build, deploy, and manage [any AWS resource that's supported by the AWS Cloud Control API](https://github.com/pulumi/pulumi-aws-native/blob/master/provider/cmd/pulumi-gen-aws-native/supported-types.txt)
56 lines (55 loc) • 5.04 kB
TypeScript
export { BrowserSettingsArgs } from "./browserSettings";
export type BrowserSettings = import("./browserSettings").BrowserSettings;
export declare const BrowserSettings: typeof import("./browserSettings").BrowserSettings;
export { DataProtectionSettingsArgs } from "./dataProtectionSettings";
export type DataProtectionSettings = import("./dataProtectionSettings").DataProtectionSettings;
export declare const DataProtectionSettings: typeof import("./dataProtectionSettings").DataProtectionSettings;
export { GetBrowserSettingsArgs, GetBrowserSettingsResult, GetBrowserSettingsOutputArgs } from "./getBrowserSettings";
export declare const getBrowserSettings: typeof import("./getBrowserSettings").getBrowserSettings;
export declare const getBrowserSettingsOutput: typeof import("./getBrowserSettings").getBrowserSettingsOutput;
export { GetDataProtectionSettingsArgs, GetDataProtectionSettingsResult, GetDataProtectionSettingsOutputArgs } from "./getDataProtectionSettings";
export declare const getDataProtectionSettings: typeof import("./getDataProtectionSettings").getDataProtectionSettings;
export declare const getDataProtectionSettingsOutput: typeof import("./getDataProtectionSettings").getDataProtectionSettingsOutput;
export { GetIdentityProviderArgs, GetIdentityProviderResult, GetIdentityProviderOutputArgs } from "./getIdentityProvider";
export declare const getIdentityProvider: typeof import("./getIdentityProvider").getIdentityProvider;
export declare const getIdentityProviderOutput: typeof import("./getIdentityProvider").getIdentityProviderOutput;
export { GetIpAccessSettingsArgs, GetIpAccessSettingsResult, GetIpAccessSettingsOutputArgs } from "./getIpAccessSettings";
export declare const getIpAccessSettings: typeof import("./getIpAccessSettings").getIpAccessSettings;
export declare const getIpAccessSettingsOutput: typeof import("./getIpAccessSettings").getIpAccessSettingsOutput;
export { GetNetworkSettingsArgs, GetNetworkSettingsResult, GetNetworkSettingsOutputArgs } from "./getNetworkSettings";
export declare const getNetworkSettings: typeof import("./getNetworkSettings").getNetworkSettings;
export declare const getNetworkSettingsOutput: typeof import("./getNetworkSettings").getNetworkSettingsOutput;
export { GetPortalArgs, GetPortalResult, GetPortalOutputArgs } from "./getPortal";
export declare const getPortal: typeof import("./getPortal").getPortal;
export declare const getPortalOutput: typeof import("./getPortal").getPortalOutput;
export { GetTrustStoreArgs, GetTrustStoreResult, GetTrustStoreOutputArgs } from "./getTrustStore";
export declare const getTrustStore: typeof import("./getTrustStore").getTrustStore;
export declare const getTrustStoreOutput: typeof import("./getTrustStore").getTrustStoreOutput;
export { GetUserAccessLoggingSettingsArgs, GetUserAccessLoggingSettingsResult, GetUserAccessLoggingSettingsOutputArgs } from "./getUserAccessLoggingSettings";
export declare const getUserAccessLoggingSettings: typeof import("./getUserAccessLoggingSettings").getUserAccessLoggingSettings;
export declare const getUserAccessLoggingSettingsOutput: typeof import("./getUserAccessLoggingSettings").getUserAccessLoggingSettingsOutput;
export { GetUserSettingsArgs, GetUserSettingsResult, GetUserSettingsOutputArgs } from "./getUserSettings";
export declare const getUserSettings: typeof import("./getUserSettings").getUserSettings;
export declare const getUserSettingsOutput: typeof import("./getUserSettings").getUserSettingsOutput;
export { IdentityProviderArgs } from "./identityProvider";
export type IdentityProvider = import("./identityProvider").IdentityProvider;
export declare const IdentityProvider: typeof import("./identityProvider").IdentityProvider;
export { IpAccessSettingsArgs } from "./ipAccessSettings";
export type IpAccessSettings = import("./ipAccessSettings").IpAccessSettings;
export declare const IpAccessSettings: typeof import("./ipAccessSettings").IpAccessSettings;
export { NetworkSettingsArgs } from "./networkSettings";
export type NetworkSettings = import("./networkSettings").NetworkSettings;
export declare const NetworkSettings: typeof import("./networkSettings").NetworkSettings;
export { PortalArgs } from "./portal";
export type Portal = import("./portal").Portal;
export declare const Portal: typeof import("./portal").Portal;
export { TrustStoreArgs } from "./trustStore";
export type TrustStore = import("./trustStore").TrustStore;
export declare const TrustStore: typeof import("./trustStore").TrustStore;
export { UserAccessLoggingSettingsArgs } from "./userAccessLoggingSettings";
export type UserAccessLoggingSettings = import("./userAccessLoggingSettings").UserAccessLoggingSettings;
export declare const UserAccessLoggingSettings: typeof import("./userAccessLoggingSettings").UserAccessLoggingSettings;
export { UserSettingsArgs } from "./userSettings";
export type UserSettings = import("./userSettings").UserSettings;
export declare const UserSettings: typeof import("./userSettings").UserSettings;
export * from "../types/enums/workspacesweb";