export declare const ComputeEnvironmentLaunchTemplateSpecificationOverrideUserdataType: {
    readonly EksBootstrapSh: "EKS_BOOTSTRAP_SH";
    readonly EksNodeadm: "EKS_NODEADM";
};
/**
 * The EKS node initialization process to use. You only need to specify this value if you are using a custom AMI. The default value is `EKS_BOOTSTRAP_SH` . If *imageType* is a custom AMI based on EKS_AL2023 or EKS_AL2023_NVIDIA then you must choose `EKS_NODEADM` .
 */
export type ComputeEnvironmentLaunchTemplateSpecificationOverrideUserdataType = (typeof ComputeEnvironmentLaunchTemplateSpecificationOverrideUserdataType)[keyof typeof ComputeEnvironmentLaunchTemplateSpecificationOverrideUserdataType];
export declare const ComputeEnvironmentLaunchTemplateSpecificationUserdataType: {
    readonly EksBootstrapSh: "EKS_BOOTSTRAP_SH";
    readonly EksNodeadm: "EKS_NODEADM";
};
/**
 * The EKS node initialization process to use. You only need to specify this value if you are using a custom AMI. The default value is `EKS_BOOTSTRAP_SH` . If *imageType* is a custom AMI based on EKS_AL2023 or EKS_AL2023_NVIDIA then you must choose `EKS_NODEADM` .
 */
export type ComputeEnvironmentLaunchTemplateSpecificationUserdataType = (typeof ComputeEnvironmentLaunchTemplateSpecificationUserdataType)[keyof typeof ComputeEnvironmentLaunchTemplateSpecificationUserdataType];
export declare const ConsumableResourceResourceType: {
    readonly Replenishable: "REPLENISHABLE";
    readonly NonReplenishable: "NON_REPLENISHABLE";
};
/**
 * Type of Consumable Resource.
 */
export type ConsumableResourceResourceType = (typeof ConsumableResourceResourceType)[keyof typeof ConsumableResourceResourceType];
export declare const JobQueueJobStateTimeLimitActionAction: {
    readonly Cancel: "CANCEL";
    readonly Terminate: "TERMINATE";
};
/**
 * The action to take when a job is at the head of the job queue in the specified state for the specified period of time. The only supported value is `CANCEL` , which will cancel the job.
 */
export type JobQueueJobStateTimeLimitActionAction = (typeof JobQueueJobStateTimeLimitActionAction)[keyof typeof JobQueueJobStateTimeLimitActionAction];
export declare const JobQueueJobStateTimeLimitActionState: {
    readonly Runnable: "RUNNABLE";
};
/**
 * The state of the job needed to trigger the action. The only supported value is `RUNNABLE` .
 */
export type JobQueueJobStateTimeLimitActionState = (typeof JobQueueJobStateTimeLimitActionState)[keyof typeof JobQueueJobStateTimeLimitActionState];
export declare const JobQueueState: {
    readonly Disabled: "DISABLED";
    readonly Enabled: "ENABLED";
};
/**
 * The state of the job queue. If the job queue state is `ENABLED` , it is able to accept jobs. If the job queue state is `DISABLED` , new jobs can't be added to the queue, but jobs already in the queue can finish.
 */
export type JobQueueState = (typeof JobQueueState)[keyof typeof JobQueueState];
export declare const QuotaSharePreemptionConfigurationInSharePreemption: {
    readonly Enabled: "ENABLED";
    readonly Disabled: "DISABLED";
};
/**
 * Specifies whether jobs within a quota share can be preempted by another, higher priority job in the same quota share.
 */
export type QuotaSharePreemptionConfigurationInSharePreemption = (typeof QuotaSharePreemptionConfigurationInSharePreemption)[keyof typeof QuotaSharePreemptionConfigurationInSharePreemption];
export declare const QuotaShareResourceSharingConfigurationStrategy: {
    readonly Reserve: "RESERVE";
    readonly Lend: "LEND";
    readonly LendAndBorrow: "LEND_AND_BORROW";
};
/**
 * The resource sharing strategy for the quota share. The `RESERVE` strategy allows a quota share to reserve idle capacity for itself. `LEND` configures the share to lend its idle capacity to another share in need of capacity. The `LEND_AND_BORROW` strategy configures the share to borrow idle capacity from an underutilized share, as well as lend to another share.
 */
export type QuotaShareResourceSharingConfigurationStrategy = (typeof QuotaShareResourceSharingConfigurationStrategy)[keyof typeof QuotaShareResourceSharingConfigurationStrategy];
export declare const QuotaShareState: {
    readonly Enabled: "ENABLED";
    readonly Disabled: "DISABLED";
};
/**
 * The state of the quota share. If the quota share is `ENABLED`, it is able to accept jobs. If the quota share is `DISABLED`, new jobs won't be accepted but jobs already submitted can finish. The default state is `ENABLED`.
 */
export type QuotaShareState = (typeof QuotaShareState)[keyof typeof QuotaShareState];
export declare const SchedulingPolicyQuotaSharePolicyIdleResourceAssignmentStrategy: {
    readonly Fifo: "FIFO";
};
export type SchedulingPolicyQuotaSharePolicyIdleResourceAssignmentStrategy = (typeof SchedulingPolicyQuotaSharePolicyIdleResourceAssignmentStrategy)[keyof typeof SchedulingPolicyQuotaSharePolicyIdleResourceAssignmentStrategy];
