extraExcludePackages property

Input<List<String>?>? extraExcludePackages
final

Packages to explicitly exclude from the Assets for a serialized closure. This can be used when clients want to trim down the size of a closure, and they know that some package won't ever actually be needed at runtime, but is still a dependency of some package that is being used at runtime.

Implementation

final pulumi.Input<List<String>?>? extraExcludePackages;