PgWebContainerResource
Handle TypeScript
interface PgWebContainerResource extends IComputeResource, IResource, IResourceWithArgs, IResourceWithEndpoints, IResourceWithEnvironment, IResourceWithProbes, IResourceWithWaitSupport { withHostPort(port: number): PgWebContainerResource;}Methods
method
withHostPort builder Sets the host port for pgweb
withHostPort(port: number): PgWebContainerResourceParameters
port number Returns
PgWebContainerResource