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

AssociateBudgetWithResourceInput

import type { AssociateBudgetWithResourceInput } from "https://aws-api.deno.dev/v0.4/services/servicecatalog.ts?docs=full";
interface AssociateBudgetWithResourceInput {
BudgetName: string;
ResourceId: string;
}

§Properties

§
BudgetName: string
[src]

The name of the budget you want to associate.

§
ResourceId: string
[src]

The resource identifier. Either a portfolio-id or a product-id.