ExecutionPoint type

The execution point for the script.
KnownExecutionPoint can be used interchangeably with ExecutionPoint, this enum contains the known values that the service supports.

Known values supported by the service

NodeImageBuildTime: Execute during node image build time.
NodeProvisionTime: Execute during node provisioning time.

type ExecutionPoint = string