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
ngrokAuthToken ParameterResource Returns
NgrokResource Adds a ngrok auth token to a ngrok resource.
withAuthTokenValue(ngrokAuthToken: string): NgrokResourceParameters
ngrokAuthToken string Returns
NgrokResource Configures a resource with endpoints as a ngrok tunnel endpoint.
withTunnelEndpoint( resource: IResourceWithEndpoints, endpointName: string, ngrokUrl?: string, labels?: Dict<string,string>): NgrokResourceParameters
resource IResourceWithEndpoints endpointName string ngrokUrl string optional labels Dict<string,string> optional Returns
NgrokResource