UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

7 lines (6 loc) 379 B
import type { ISchedulingPolicyRef } from '../../../interfaces/generated/aws-batch-interfaces.generated'; import type { ISchedulingPolicy } from '../scheduling-policy'; /** * Converts an ISchedulingPolicyRef to ISchedulingPolicy, validating that it implements the full interface. */ export declare function toISchedulingPolicy(policy: ISchedulingPolicyRef): ISchedulingPolicy;