vantage 0.1.48 published on Tuesday, Mar 18, 2025 by vantage-sh
vantage.getBillingRules
Explore with Pulumi AI
vantage 0.1.48 published on Tuesday, Mar 18, 2025 by vantage-sh
Using getBillingRules
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getBillingRules(opts?: InvokeOptions): Promise<GetBillingRulesResult>
function getBillingRulesOutput(opts?: InvokeOptions): Output<GetBillingRulesResult>
def get_billing_rules(opts: Optional[InvokeOptions] = None) -> GetBillingRulesResult
def get_billing_rules_output(opts: Optional[InvokeOptions] = None) -> Output[GetBillingRulesResult]
func GetBillingRules(ctx *Context, opts ...InvokeOption) (*GetBillingRulesResult, error)
func GetBillingRulesOutput(ctx *Context, opts ...InvokeOption) GetBillingRulesResultOutput
> Note: This function is named GetBillingRules
in the Go SDK.
public static class GetBillingRules
{
public static Task<GetBillingRulesResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetBillingRulesResult> Invoke(InvokeOptions? opts = null)
}
public static CompletableFuture<GetBillingRulesResult> getBillingRules(InvokeOptions options)
public static Output<GetBillingRulesResult> getBillingRules(InvokeOptions options)
fn::invoke:
function: vantage:index/getBillingRules:getBillingRules
arguments:
# arguments dictionary
getBillingRules Result
The following output properties are available:
- Billing
Rules List<GetBilling Rules Billing Rule> - Id string
- The provider-assigned unique ID for this managed resource.
- Billing
Rules []GetBilling Rules Billing Rule - Id string
- The provider-assigned unique ID for this managed resource.
- billing
Rules List<GetBilling Rules Billing Rule> - id String
- The provider-assigned unique ID for this managed resource.
- billing
Rules GetBilling Rules Billing Rule[] - id string
- The provider-assigned unique ID for this managed resource.
- billing_
rules Sequence[GetBilling Rules Billing Rule] - id str
- The provider-assigned unique ID for this managed resource.
- billing
Rules List<Property Map> - id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
GetBillingRulesBillingRule
- Amount string
- The amount for the Billing Rule (Charge).
- Category string
- The category for the Billing Rule (Charge).
- Charge
Type string - The charge type for the Billing Rule.
- Created
At string - The date and time, in UTC, the Billing Rule was created. ISO 8601 Formatted.
- Created
By stringToken - The token of the Creator of the Billing Rule.
- Percentage string
- The percentage of the cost shown for the Billing Rule (Adjustment).
- Service string
- The service for the Billing Rule (Charge).
- Start
Period string - The start period for the Billing Rule (Charge).
- Sub
Category string - The subcategory for the Billing Rule (Charge).
- Title string
- The title of the Billing Rule.
- Token string
- Type string
- The type of the Billing Rule.
- Amount string
- The amount for the Billing Rule (Charge).
- Category string
- The category for the Billing Rule (Charge).
- Charge
Type string - The charge type for the Billing Rule.
- Created
At string - The date and time, in UTC, the Billing Rule was created. ISO 8601 Formatted.
- Created
By stringToken - The token of the Creator of the Billing Rule.
- Percentage string
- The percentage of the cost shown for the Billing Rule (Adjustment).
- Service string
- The service for the Billing Rule (Charge).
- Start
Period string - The start period for the Billing Rule (Charge).
- Sub
Category string - The subcategory for the Billing Rule (Charge).
- Title string
- The title of the Billing Rule.
- Token string
- Type string
- The type of the Billing Rule.
- amount String
- The amount for the Billing Rule (Charge).
- category String
- The category for the Billing Rule (Charge).
- charge
Type String - The charge type for the Billing Rule.
- created
At String - The date and time, in UTC, the Billing Rule was created. ISO 8601 Formatted.
- created
By StringToken - The token of the Creator of the Billing Rule.
- percentage String
- The percentage of the cost shown for the Billing Rule (Adjustment).
- service String
- The service for the Billing Rule (Charge).
- start
Period String - The start period for the Billing Rule (Charge).
- sub
Category String - The subcategory for the Billing Rule (Charge).
- title String
- The title of the Billing Rule.
- token String
- type String
- The type of the Billing Rule.
- amount string
- The amount for the Billing Rule (Charge).
- category string
- The category for the Billing Rule (Charge).
- charge
Type string - The charge type for the Billing Rule.
- created
At string - The date and time, in UTC, the Billing Rule was created. ISO 8601 Formatted.
- created
By stringToken - The token of the Creator of the Billing Rule.
- percentage string
- The percentage of the cost shown for the Billing Rule (Adjustment).
- service string
- The service for the Billing Rule (Charge).
- start
Period string - The start period for the Billing Rule (Charge).
- sub
Category string - The subcategory for the Billing Rule (Charge).
- title string
- The title of the Billing Rule.
- token string
- type string
- The type of the Billing Rule.
- amount str
- The amount for the Billing Rule (Charge).
- category str
- The category for the Billing Rule (Charge).
- charge_
type str - The charge type for the Billing Rule.
- created_
at str - The date and time, in UTC, the Billing Rule was created. ISO 8601 Formatted.
- created_
by_ strtoken - The token of the Creator of the Billing Rule.
- percentage str
- The percentage of the cost shown for the Billing Rule (Adjustment).
- service str
- The service for the Billing Rule (Charge).
- start_
period str - The start period for the Billing Rule (Charge).
- sub_
category str - The subcategory for the Billing Rule (Charge).
- title str
- The title of the Billing Rule.
- token str
- type str
- The type of the Billing Rule.
- amount String
- The amount for the Billing Rule (Charge).
- category String
- The category for the Billing Rule (Charge).
- charge
Type String - The charge type for the Billing Rule.
- created
At String - The date and time, in UTC, the Billing Rule was created. ISO 8601 Formatted.
- created
By StringToken - The token of the Creator of the Billing Rule.
- percentage String
- The percentage of the cost shown for the Billing Rule (Adjustment).
- service String
- The service for the Billing Rule (Charge).
- start
Period String - The start period for the Billing Rule (Charge).
- sub
Category String - The subcategory for the Billing Rule (Charge).
- title String
- The title of the Billing Rule.
- token String
- type String
- The type of the Billing Rule.
Package Details
- Repository
- vantage vantage-sh/terraform-provider-vantage
- License
- Notes
- This Pulumi package is based on the
vantage
Terraform Provider.
vantage 0.1.48 published on Tuesday, Mar 18, 2025 by vantage-sh