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

CreatePricingPlanInput

import type { CreatePricingPlanInput } from "https://aws-api.deno.dev/v0.4/services/billingconductor.ts?docs=full";
interface CreatePricingPlanInput {
ClientToken?: string | null;
Description?: string | null;
Name: string;
PricingRuleArns?: string[] | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
ClientToken?: string | null
[src]

The token that is needed to support idempotency. Idempotency isn't currently supported, but will be implemented in a future update.

§
Description?: string | null
[src]

The description of the pricing plan.

§
Name: string
[src]

The name of the pricing plan. The names must be unique to each pricing plan.

§
PricingRuleArns?: string[] | null
[src]

A list of Amazon Resource Names (ARNs) that define the pricing plan parameters.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

A map that contains tag keys and tag values that are attached to a pricing plan.