property
primaryEndpoint EndpointReference get Gets the primary endpoint for the Umami instance.
API references are intentionally omitted from this search. To find API references, please search these dedicated API pages instead:
interface UmamiResource extends IComputeResource, IResource, IResourceWithArgs, IResourceWithEndpoints, IResourceWithEnvironment, IResourceWithProbes, IResourceWithWaitSupport, IResourceWithServiceDiscovery { readonly primaryEndpoint: EndpointReference; readonly secretParameter: ParameterResource; withPostgreSQL(database: PostgresDatabaseResource): UmamiResource;}primaryEndpoint EndpointReference get secretParameter ParameterResource get withPostgreSQL(database: PostgresDatabaseResource): UmamiResourceParameters
database PostgresDatabaseResource Returns
UmamiResource