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

CreatePricingRuleInput

import type { CreatePricingRuleInput } from "https://aws-api.deno.dev/v0.4/services/billingconductor.ts?docs=full";
interface CreatePricingRuleInput {
BillingEntity?: string | null;
ClientToken?: string | null;
Description?: string | null;
ModifierPercentage?: number | null;
Name: string;
Operation?: string | null;
Service?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
Tiering?: CreateTieringInput | null;
UsageType?: string | null;
}

§Properties

§
BillingEntity?: string | null
[src]

The seller of services provided by Amazon Web Services, their affiliates, or third-party providers selling services via Amazon Web Services Marketplace.

§
ClientToken?: string | null
[src]

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

§
Description?: string | null
[src]

The pricing rule description.

§
ModifierPercentage?: number | null
[src]

A percentage modifier that's applied on the public pricing rates.

§
Name: string
[src]

The pricing rule name. The names must be unique to each pricing rule.

§
Operation?: string | null
[src]

Operation is the specific Amazon Web Services action covered by this line item. This describes the specific usage of the line item.

If the Scope attribute is set to SKU, this attribute indicates which operation the PricingRule is modifying. For example, a value of RunInstances:0202 indicates the operation of running an Amazon EC2 instance.

§

The scope of pricing rule that indicates if it's globally applicable, or it's service-specific.

§
Service?: string | null
[src]

If the Scope attribute is set to SERVICE or SKU, the attribute indicates which service the PricingRule is applicable for.

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

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

§
Tiering?: CreateTieringInput | null
[src]

The set of tiering configurations for the pricing rule.

§

The type of pricing rule.

§
UsageType?: string | null
[src]

TODO: Failed to render documentation: unhandled paragraph inner tag pre