UNPKG

awscdk-construct-scte-scheduler

Version:

AWS CDK Construct for scheduling SCTE-35 events using the MediaLive schedule API

10 lines (9 loc) 206 B
export class NumericValue { constructor(string, type) { this.string = string; this.type = type; } } export function nv(string) { return new NumericValue(string, "bigDecimal"); }