Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListResourcesAssociatedToCustomLineItemFilter

import type { ListResourcesAssociatedToCustomLineItemFilter } from "https://aws-api.deno.dev/v0.4/services/billingconductor.ts?docs=full";

A filter that specifies the type of resource associations that should be retrieved for a custom line item.

interface ListResourcesAssociatedToCustomLineItemFilter {
Relationship?: CustomLineItemRelationship | null;
}

§Properties

§
Relationship?: CustomLineItemRelationship | null
[src]

The type of relationship between the custom line item and the associated resource.