NgrokResource
Handle
interface NgrokResource extends IComputeResource, IResource, IResourceWithArgs, IResourceWithEndpoints, IResourceWithEnvironment, IResourceWithProbes, IResourceWithWaitSupport { withAuthToken(ngrokAuthToken: ParameterResource): NgrokResource; withAuthTokenValue(ngrokAuthToken: string): NgrokResource; withTunnelEndpoint( resource: IResourceWithEndpoints, endpointName: string, ngrokUrl?: string, labels?: Dict<string,string>): NgrokResource;}Methods
Adds a ngrok auth token to a ngrok resource.
withAuthToken(ngrokAuthToken: ParameterResource): NgrokResourceParameters
ngrokAuthTokenParameterResourceReturns
NgrokResourceAdds a ngrok auth token to a ngrok resource.
withAuthTokenValue(ngrokAuthToken: string): NgrokResourceParameters
ngrokAuthTokenstringReturns
NgrokResourceConfigures a resource with endpoints as a ngrok tunnel endpoint.
withTunnelEndpoint( resource: IResourceWithEndpoints, endpointName: string, ngrokUrl?: string, labels?: Dict<string,string>): NgrokResourceParameters
resourceIResourceWithEndpointsendpointNamestringngrokUrlstringoptionallabelsDict<string,string>optionalReturns
NgrokResource