IResourceWithEnvironment.withEnvironmentCallbackAsync
Method
interface IResourceWithEnvironment { // ... omitted for brevity withEnvironmentCallbackAsync(callback: (arg: EnvironmentCallbackContext) => void): IResourceWithEnvironment;}Signature
method
withEnvironmentCallbackAsync builder Sets environment variables via async callback
withEnvironmentCallbackAsync(callback: (arg: EnvironmentCallbackContext) => void): IResourceWithEnvironmentParameters
callback (arg: EnvironmentCallbackContext) => void Returns
IResourceWithEnvironment Defined on
This method is defined on the following type: