IResourceWithEnvironment.withEnvironmentCallback
Method
interface IResourceWithEnvironment { // ... omitted for brevity withEnvironmentCallback(callback: (arg: EnvironmentCallbackContext) => Promise<void>): IResourceWithEnvironment;}Signature
method
withEnvironmentCallback builder Allows for the population of environment variables on a resource.
withEnvironmentCallback(callback: (arg: EnvironmentCallbackContext) => Promise<void>): IResourceWithEnvironmentParameters
callback (arg: EnvironmentCallbackContext) => Promise<void> Returns
IResourceWithEnvironment Defined on
This method is defined on the following type: