UNPKG

@pulumi/aws

Version:

A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.

25 lines (24 loc) 2.2 kB
export { ComputeEnvironmentArgs, ComputeEnvironmentState } from "./computeEnvironment"; export type ComputeEnvironment = import("./computeEnvironment").ComputeEnvironment; export declare const ComputeEnvironment: typeof import("./computeEnvironment").ComputeEnvironment; export { GetComputeEnvironmentArgs, GetComputeEnvironmentResult, GetComputeEnvironmentOutputArgs } from "./getComputeEnvironment"; export declare const getComputeEnvironment: typeof import("./getComputeEnvironment").getComputeEnvironment; export declare const getComputeEnvironmentOutput: typeof import("./getComputeEnvironment").getComputeEnvironmentOutput; export { GetJobDefinitionArgs, GetJobDefinitionResult, GetJobDefinitionOutputArgs } from "./getJobDefinition"; export declare const getJobDefinition: typeof import("./getJobDefinition").getJobDefinition; export declare const getJobDefinitionOutput: typeof import("./getJobDefinition").getJobDefinitionOutput; export { GetJobQueueArgs, GetJobQueueResult, GetJobQueueOutputArgs } from "./getJobQueue"; export declare const getJobQueue: typeof import("./getJobQueue").getJobQueue; export declare const getJobQueueOutput: typeof import("./getJobQueue").getJobQueueOutput; export { GetSchedulingPolicyArgs, GetSchedulingPolicyResult, GetSchedulingPolicyOutputArgs } from "./getSchedulingPolicy"; export declare const getSchedulingPolicy: typeof import("./getSchedulingPolicy").getSchedulingPolicy; export declare const getSchedulingPolicyOutput: typeof import("./getSchedulingPolicy").getSchedulingPolicyOutput; export { JobDefinitionArgs, JobDefinitionState } from "./jobDefinition"; export type JobDefinition = import("./jobDefinition").JobDefinition; export declare const JobDefinition: typeof import("./jobDefinition").JobDefinition; export { JobQueueArgs, JobQueueState } from "./jobQueue"; export type JobQueue = import("./jobQueue").JobQueue; export declare const JobQueue: typeof import("./jobQueue").JobQueue; export { SchedulingPolicyArgs, SchedulingPolicyState } from "./schedulingPolicy"; export type SchedulingPolicy = import("./schedulingPolicy").SchedulingPolicy; export declare const SchedulingPolicy: typeof import("./schedulingPolicy").SchedulingPolicy;