Skip to content
Docs Try Aspire
Docs Try

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

property primaryEndpoint EndpointReference get
Gets the primary endpoint for the Umami instance.
property secretParameter ParameterResource get
Gets the parameter that contains the Umami app secret.

Methods

method withPostgreSQL builder
Configures PostgreSQL as the storage backend for Umami
withPostgreSQL(database: PostgresDatabaseResource): UmamiResource
database PostgresDatabaseResource
UmamiResource