# DataApiBuilderContainerResource

- Module: [CommunityToolkit.Aspire.Hosting.Azure.DataApiBuilder](/reference/api/typescript/communitytoolkit.aspire.hosting.azure.dataapibuilder.md)
- Version: `13.4.0`
- Kind: `handle`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire)

A resource that represents Data Api Builder.

## Definition

```typescript
interface DataApiBuilderContainerResource
  extends IComputeResource,
    IResource,
    IResourceWithArgs,
    IResourceWithEndpoints,
    IResourceWithEnvironment,
    IResourceWithProbes,
    IResourceWithWaitSupport,
    IResourceWithServiceDiscovery {
  readonly host: EndpointReferenceExpression;
  readonly port: EndpointReferenceExpression;
  readonly primaryEndpoint: EndpointReference;
  readonly uriExpression: ReferenceExpression;
}
```

## Properties

- `host`: `EndpointReferenceExpression` `get` -- Gets the host endpoint reference for this resource.
- `port`: `EndpointReferenceExpression` `get` -- Gets the port endpoint reference for this resource.
- `primaryEndpoint`: `EndpointReference` `get` -- Gets the primary HTTP endpoint for the Data API Builder resource.
- `uriExpression`: `ReferenceExpression` `get` -- Gets the HTTP URI expression for the Data API Builder resource.
