Skip to content
DocsTry Aspire
DocsTry

UmamiResource

Handle
📦 CommunityToolkit.Aspire.Hosting.Umami v13.4.0
interface UmamiResource
extends IComputeResource,
IResource,
IResourceWithArgs,
IResourceWithEndpoints,
IResourceWithEnvironment,
IResourceWithProbes,
IResourceWithWaitSupport,
IResourceWithServiceDiscovery {
readonly primaryEndpoint: EndpointReference;
readonly secretParameter: ParameterResource;
withPostgreSQL(database: PostgresDatabaseResource): UmamiResource;
}

Properties

propertyprimaryEndpointEndpointReferenceget
Gets the primary endpoint for the Umami instance.
propertysecretParameterParameterResourceget
Gets the parameter that contains the Umami app secret.

Methods

methodwithPostgreSQLbuilder
Configures PostgreSQL as the storage backend for Umami
withPostgreSQL(database: PostgresDatabaseResource): UmamiResource
databasePostgresDatabaseResource
UmamiResource