property
primaryEndpointEndpointReferencegetGets the PrimaryEndpoint property
API references are intentionally omitted from this search. To find API references, please search these dedicated API pages instead:
interface LogtoResource extends IComputeResource, IExpressionValue, IManifestExpressionProvider, IResource, IResourceWithArgs, IResourceWithConnectionString, IResourceWithEndpoints, IResourceWithEnvironment, IResourceWithProbes, IResourceWithWaitSupport, IValueProvider, IValueWithReferences { readonly connectionStringExpression: ReferenceExpression; readonly host: EndpointReferenceExpression; readonly port: EndpointReferenceExpression; readonly primaryEndpoint: EndpointReference; readonly uriExpression: ReferenceExpression; withAdminEndpoint(url: string): LogtoResource; withDatabase( postgres: PostgresServerResource, databaseName?: string): LogtoResource; withDatabaseSeeding(): LogtoResource; withDataBindMount(source: string): LogtoResource; withDataVolume(name?: string): LogtoResource; withDeprecationTracing(): LogtoResource; withDisableAdminConsole(disable: boolean): LogtoResource; withNodeEnv(env: string): LogtoResource; withRedis(redis: RedisResource): LogtoResource; withResourcePort( port?: number, adminPort?: number): LogtoResource; withSecretVault(secretVaultKek: string): LogtoResource; withSensitiveUsername(sensitiveUsername: boolean): LogtoResource; withTrustProxyHeader(trustProxyHeader: boolean): LogtoResource;}connectionStringExpressionReferenceExpressiongethostEndpointReferenceExpressiongetportEndpointReferenceExpressiongetprimaryEndpointEndpointReferencegeturiExpressionReferenceExpressiongetwithAdminEndpoint(url: string): LogtoResourceParameters
urlstringReturns
LogtoResourcewithDatabase( postgres: PostgresServerResource, databaseName?: string): LogtoResourceParameters
postgresPostgresServerResourcedatabaseNamestringoptional= logto_dbReturns
LogtoResourcewithDatabaseSeeding(): LogtoResourceReturns
LogtoResourcewithDataBindMount(source: string): LogtoResourceParameters
sourcestringReturns
LogtoResourcewithDataVolume(name?: string): LogtoResourceParameters
namestringoptionalReturns
LogtoResourcewithDeprecationTracing(): LogtoResourceReturns
LogtoResourcewithDisableAdminConsole(disable: boolean): LogtoResourceParameters
disablebooleanReturns
LogtoResourcewithNodeEnv(env: string): LogtoResourceParameters
envstringReturns
LogtoResourcewithRedis(redis: RedisResource): LogtoResourceParameters
redisRedisResourceReturns
LogtoResourcewithResourcePort( port?: number, adminPort?: number): LogtoResourceParameters
portnumberoptionaladminPortnumberoptionalReturns
LogtoResourcewithSecretVault(secretVaultKek: string): LogtoResourceParameters
secretVaultKekstringReturns
LogtoResourcewithSensitiveUsername(sensitiveUsername: boolean): LogtoResourceParameters
sensitiveUsernamebooleanReturns
LogtoResourcewithTrustProxyHeader(trustProxyHeader: boolean): LogtoResourceParameters
trustProxyHeaderbooleanReturns
LogtoResource