We recommend new projects start with resources from the AWS provider.
aws-native.ce.CostCategory
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Cost Category enables you to map your cost and usage into meaningful categories. You can use Cost Category to organize your costs using a rule-based engine.
Create CostCategory Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new CostCategory(name: string, args: CostCategoryArgs, opts?: CustomResourceOptions);
@overload
def CostCategory(resource_name: str,
args: CostCategoryArgs,
opts: Optional[ResourceOptions] = None)
@overload
def CostCategory(resource_name: str,
opts: Optional[ResourceOptions] = None,
rule_version: Optional[CostCategoryRuleVersion] = None,
rules: Optional[str] = None,
default_value: Optional[str] = None,
name: Optional[str] = None,
split_charge_rules: Optional[str] = None)
func NewCostCategory(ctx *Context, name string, args CostCategoryArgs, opts ...ResourceOption) (*CostCategory, error)
public CostCategory(string name, CostCategoryArgs args, CustomResourceOptions? opts = null)
public CostCategory(String name, CostCategoryArgs args)
public CostCategory(String name, CostCategoryArgs args, CustomResourceOptions options)
type: aws-native:ce:CostCategory
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args CostCategoryArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args CostCategoryArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args CostCategoryArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CostCategoryArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CostCategoryArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
CostCategory Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The CostCategory resource accepts the following input properties:
- Rule
Version Pulumi.Aws Native. Ce. Cost Category Rule Version - The rule schema version in this particular Cost Category.
- Rules string
- JSON array format of Expression in Billing and Cost Management API
- Default
Value string - The default value for the cost category
- Name string
- The unique name of the Cost Category.
- Split
Charge stringRules - Json array format of CostCategorySplitChargeRule in Billing and Cost Management API
- Rule
Version CostCategory Rule Version - The rule schema version in this particular Cost Category.
- Rules string
- JSON array format of Expression in Billing and Cost Management API
- Default
Value string - The default value for the cost category
- Name string
- The unique name of the Cost Category.
- Split
Charge stringRules - Json array format of CostCategorySplitChargeRule in Billing and Cost Management API
- rule
Version CostCategory Rule Version - The rule schema version in this particular Cost Category.
- rules String
- JSON array format of Expression in Billing and Cost Management API
- default
Value String - The default value for the cost category
- name String
- The unique name of the Cost Category.
- split
Charge StringRules - Json array format of CostCategorySplitChargeRule in Billing and Cost Management API
- rule
Version CostCategory Rule Version - The rule schema version in this particular Cost Category.
- rules string
- JSON array format of Expression in Billing and Cost Management API
- default
Value string - The default value for the cost category
- name string
- The unique name of the Cost Category.
- split
Charge stringRules - Json array format of CostCategorySplitChargeRule in Billing and Cost Management API
- rule_
version CostCategory Rule Version - The rule schema version in this particular Cost Category.
- rules str
- JSON array format of Expression in Billing and Cost Management API
- default_
value str - The default value for the cost category
- name str
- The unique name of the Cost Category.
- split_
charge_ strrules - Json array format of CostCategorySplitChargeRule in Billing and Cost Management API
- rule
Version "CostCategory Expression.v1" - The rule schema version in this particular Cost Category.
- rules String
- JSON array format of Expression in Billing and Cost Management API
- default
Value String - The default value for the cost category
- name String
- The unique name of the Cost Category.
- split
Charge StringRules - Json array format of CostCategorySplitChargeRule in Billing and Cost Management API
Outputs
All input properties are implicitly available as output properties. Additionally, the CostCategory resource produces the following output properties:
- Arn string
- Cost category ARN
- Effective
Start string - The Cost Category's effective start date.
- Id string
- The provider-assigned unique ID for this managed resource.
- Arn string
- Cost category ARN
- Effective
Start string - The Cost Category's effective start date.
- Id string
- The provider-assigned unique ID for this managed resource.
- arn String
- Cost category ARN
- effective
Start String - The Cost Category's effective start date.
- id String
- The provider-assigned unique ID for this managed resource.
- arn string
- Cost category ARN
- effective
Start string - The Cost Category's effective start date.
- id string
- The provider-assigned unique ID for this managed resource.
- arn str
- Cost category ARN
- effective_
start str - The Cost Category's effective start date.
- id str
- The provider-assigned unique ID for this managed resource.
- arn String
- Cost category ARN
- effective
Start String - The Cost Category's effective start date.
- id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
CostCategoryRuleVersion, CostCategoryRuleVersionArgs
- Cost
Category Expression V1 - CostCategoryExpression.v1
- Cost
Category Rule Version Cost Category Expression V1 - CostCategoryExpression.v1
- Cost
Category Expression V1 - CostCategoryExpression.v1
- Cost
Category Expression V1 - CostCategoryExpression.v1
- COST_CATEGORY_EXPRESSION_V1
- CostCategoryExpression.v1
- "Cost
Category Expression.v1" - CostCategoryExpression.v1
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.