property
primaryEndpointEndpointReferencegetGets the primary endpoint reference for the Floci container.
API references are intentionally omitted from this search. To find API references, please search these dedicated API pages instead:
interface FlociAwsContainerResource 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 scheme: EndpointReferenceExpression; withConfigFile(hostPath: string): FlociAwsContainerResource; withDataBindMount( source: string, isReadOnly?: boolean): FlociAwsContainerResource; withDataVolume( name: string, isReadOnly?: boolean): FlociAwsContainerResource; withDockerSocket(socketPath?: string): FlociAwsContainerResource; withFlociUI(configureContainer?: (obj: FlociUIContainerResource) => Promise<void>, containerName?: string): FlociAwsContainerResource;}connectionStringExpressionReferenceExpressiongethostEndpointReferenceExpressiongetportEndpointReferenceExpressiongetprimaryEndpointEndpointReferencegetschemeEndpointReferenceExpressiongetwithConfigFile(hostPath: string): FlociAwsContainerResourceParameters
hostPathstringReturns
FlociAwsContainerResourcewithDataBindMount( source: string, isReadOnly?: boolean): FlociAwsContainerResourceParameters
sourcestringisReadOnlybooleanoptional= FalseReturns
FlociAwsContainerResourcewithDataVolume( name: string, isReadOnly?: boolean): FlociAwsContainerResourceParameters
namestringisReadOnlybooleanoptional= FalseReturns
FlociAwsContainerResourcewithDockerSocket(socketPath?: string): FlociAwsContainerResourceParameters
socketPathstringoptional= /var/run/docker.sockReturns
FlociAwsContainerResourcewithFlociUI(configureContainer?: (obj: FlociUIContainerResource) => Promise<void>, containerName?: string): FlociAwsContainerResourceParameters
configureContainer(obj: FlociUIContainerResource) => Promise<void>optionalcontainerNamestringoptionalReturns
FlociAwsContainerResource