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

ListResourcesAssociatedToCustomLineItemInput

import type { ListResourcesAssociatedToCustomLineItemInput } from "https://aws-api.deno.dev/v0.4/services/billingconductor.ts?docs=full";
interface ListResourcesAssociatedToCustomLineItemInput {
Arn: string;
BillingPeriod?: string | null;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
Arn: string
[src]

The ARN of the custom line item for which the resource associations will be listed.

§
BillingPeriod?: string | null
[src]

The billing period for which the resource associations will be listed.

§

(Optional) A ListResourcesAssociatedToCustomLineItemFilter that can specify the types of resources that should be retrieved.

§
MaxResults?: number | null
[src]

(Optional) The maximum number of resource associations to be retrieved.

§
NextToken?: string | null
[src]

(Optional) The pagination token that's returned by a previous request.