@pulumi/aws
Version:
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.
19 lines (18 loc) • 1.49 kB
TypeScript
export { EndpointArgs, EndpointState } from "./endpoint";
export type Endpoint = import("./endpoint").Endpoint;
export declare const Endpoint: typeof import("./endpoint").Endpoint;
export { GroupArgs, GroupState } from "./group";
export type Group = import("./group").Group;
export declare const Group: typeof import("./group").Group;
export { InstanceArgs, InstanceState } from "./instance";
export type Instance = import("./instance").Instance;
export declare const Instance: typeof import("./instance").Instance;
export { InstanceLoggingConfigurationArgs, InstanceLoggingConfigurationState } from "./instanceLoggingConfiguration";
export type InstanceLoggingConfiguration = import("./instanceLoggingConfiguration").InstanceLoggingConfiguration;
export declare const InstanceLoggingConfiguration: typeof import("./instanceLoggingConfiguration").InstanceLoggingConfiguration;
export { InstanceTrustProviderAttachmentArgs, InstanceTrustProviderAttachmentState } from "./instanceTrustProviderAttachment";
export type InstanceTrustProviderAttachment = import("./instanceTrustProviderAttachment").InstanceTrustProviderAttachment;
export declare const InstanceTrustProviderAttachment: typeof import("./instanceTrustProviderAttachment").InstanceTrustProviderAttachment;
export { TrustProviderArgs, TrustProviderState } from "./trustProvider";
export type TrustProvider = import("./trustProvider").TrustProvider;
export declare const TrustProvider: typeof import("./trustProvider").TrustProvider;