property
primaryEndpointEndpointReferencegetGets the primary HTTP endpoint for the listmonk instance.
API references are intentionally omitted from this search. To find API references, please search these dedicated API pages instead:
interface ListmonkResource extends IComputeResource, IExpressionValue, IManifestExpressionProvider, IResource, IResourceWithArgs, IResourceWithConnectionString, IResourceWithEndpoints, IResourceWithEnvironment, IResourceWithProbes, IResourceWithWaitSupport, IValueProvider, IValueWithReferences, IResourceWithServiceDiscovery { readonly connectionStringExpression: ReferenceExpression; readonly host: EndpointReferenceExpression; readonly port: EndpointReferenceExpression; readonly primaryEndpoint: EndpointReference; readonly uriExpression: ReferenceExpression; withAdminCredentials( username: string, password: ParameterResource): ListmonkResource; withAdminPassword(password: ParameterResource): ListmonkResource; withAdminUser(username: string): ListmonkResource; withAppAddress(address: string): ListmonkResource; withDatabaseMaxIdleConnections(maxIdle: number): ListmonkResource; withDatabaseMaxLifetime(maxLifetime: string): ListmonkResource; withDatabaseMaxOpenConnections(maxOpen: number): ListmonkResource; withDatabaseParameters(parameters: string): ListmonkResource; withDatabaseSslMode(sslMode: string): ListmonkResource; withGroupId(groupId: number): ListmonkResource; withReference(database: PostgresDatabaseResource): ListmonkResource; withTimeZone(timeZone: string): ListmonkResource; withUploadsBindMount(source: string): ListmonkResource; withUploadsVolume(name?: string): ListmonkResource; withUserId(userId: number): ListmonkResource;}connectionStringExpressionReferenceExpressiongethostEndpointReferenceExpressiongetportEndpointReferenceExpressiongetprimaryEndpointEndpointReferencegeturiExpressionReferenceExpressiongetwithAdminCredentials( username: string, password: ParameterResource): ListmonkResourceParameters
usernamestringpasswordParameterResourceReturns
ListmonkResourcewithAdminPassword(password: ParameterResource): ListmonkResourceParameters
passwordParameterResourceReturns
ListmonkResourcewithAdminUser(username: string): ListmonkResourceParameters
usernamestringReturns
ListmonkResourcewithAppAddress(address: string): ListmonkResourceParameters
addressstringReturns
ListmonkResourcewithDatabaseMaxIdleConnections(maxIdle: number): ListmonkResourceParameters
maxIdlenumberReturns
ListmonkResourcewithDatabaseMaxLifetime(maxLifetime: string): ListmonkResourceParameters
maxLifetimestringReturns
ListmonkResourcewithDatabaseMaxOpenConnections(maxOpen: number): ListmonkResourceParameters
maxOpennumberReturns
ListmonkResourcewithDatabaseParameters(parameters: string): ListmonkResourceParameters
parametersstringReturns
ListmonkResourcewithDatabaseSslMode(sslMode: string): ListmonkResourceParameters
sslModestringReturns
ListmonkResourcewithGroupId(groupId: number): ListmonkResourceParameters
groupIdnumberReturns
ListmonkResourcewithReference(database: PostgresDatabaseResource): ListmonkResourceParameters
databasePostgresDatabaseResourceReturns
ListmonkResourcewithTimeZone(timeZone: string): ListmonkResourceParameters
timeZonestringReturns
ListmonkResourcewithUploadsBindMount(source: string): ListmonkResourceParameters
sourcestringReturns
ListmonkResourcewithUploadsVolume(name?: string): ListmonkResourceParameters
namestringoptionalReturns
ListmonkResourcewithUserId(userId: number): ListmonkResourceParameters
userIdnumberReturns
ListmonkResource