Type alias Input<T>

Input<T>: T | Promise<T> | OutputInstance<T>

[Input] is a property input for a resource. It may be a promptly available T, a promise for one, or the output from a existing Resource.

Type Parameters

  • T

Generated using TypeDoc