aws-cdk-lib
Version:
Version 2 of the AWS Cloud Development Kit library
7 lines (6 loc) • 369 B
TypeScript
import { ISchedulingPolicyRef } from '../../../interfaces/generated/aws-batch-interfaces.generated';
import { ISchedulingPolicy } from '../scheduling-policy';
/**
* Converts an ISchedulingPolicyRef to ISchedulingPolicy, validating that it implements the full interface.
*/
export declare function toISchedulingPolicy(policy: ISchedulingPolicyRef): ISchedulingPolicy;