property
primaryEndpoint EndpointReference get Gets the primary endpoint for the GO Feature Flag instance. This endpoint is used for all API calls over HTTP.
API references are intentionally omitted from this search. To find API references, please search these dedicated API pages instead:
interface GoFeatureFlagResource 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; withDataVolume(name?: string): GoFeatureFlagResource; withGoffBindMount(source: string): GoFeatureFlagResource; withLogLevel(logLevel: GoFeatureFlagLogLevel): GoFeatureFlagResource;}connectionStringExpression ReferenceExpression get host EndpointReferenceExpression get port EndpointReferenceExpression get primaryEndpoint EndpointReference get uriExpression ReferenceExpression get withDataVolume(name?: string): GoFeatureFlagResourceParameters
name string optional Returns
GoFeatureFlagResource withGoffBindMount(source: string): GoFeatureFlagResourceParameters
source string Returns
GoFeatureFlagResource withLogLevel(logLevel: GoFeatureFlagLogLevel): GoFeatureFlagResourceParameters
logLevel GoFeatureFlagLogLevel Returns
GoFeatureFlagResource