entryPoint property

String? entryPoint
getter/setter pair

The name of the function (as defined in source code) that will be executed.

Defaults to the resource name suffix (ID of the function), if not specified.

Implementation

core.String? entryPoint;