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