property
primaryEndpointEndpointReferencegetGets 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;}connectionStringExpressionReferenceExpressiongethostEndpointReferenceExpressiongetportEndpointReferenceExpressiongetprimaryEndpointEndpointReferencegeturiExpressionReferenceExpressiongetwithDataVolume(name?: string): GoFeatureFlagResourceParameters
namestringoptionalReturns
GoFeatureFlagResourcewithGoffBindMount(source: string): GoFeatureFlagResourceParameters
sourcestringReturns
GoFeatureFlagResourcewithLogLevel(logLevel: GoFeatureFlagLogLevel): GoFeatureFlagResourceParameters
logLevelGoFeatureFlagLogLevelReturns
GoFeatureFlagResource