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.
Resource Type definition for AWS::CE::CostCategory. 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,
                 tags: Optional[Sequence[_root_inputs.TagArgs]] = 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
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The CostCategory resource accepts the following input properties:
- RuleVersion 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
- DefaultValue string
- The default value for the cost category
- Name string
- The unique name of the Cost Category.
- SplitCharge stringRules 
- Json array format of CostCategorySplitChargeRule in Billing and Cost Management API
- 
List<Pulumi.Aws Native. Inputs. Tag> 
- Tags to assign to the cost category.
- RuleVersion 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
- DefaultValue string
- The default value for the cost category
- Name string
- The unique name of the Cost Category.
- SplitCharge stringRules 
- Json array format of CostCategorySplitChargeRule in Billing and Cost Management API
- 
TagArgs 
- Tags to assign to the cost category.
- ruleVersion 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
- defaultValue String
- The default value for the cost category
- name String
- The unique name of the Cost Category.
- splitCharge StringRules 
- Json array format of CostCategorySplitChargeRule in Billing and Cost Management API
- List<Tag>
- Tags to assign to the cost category.
- ruleVersion 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
- defaultValue string
- The default value for the cost category
- name string
- The unique name of the Cost Category.
- splitCharge stringRules 
- Json array format of CostCategorySplitChargeRule in Billing and Cost Management API
- Tag[]
- Tags to assign to the cost category.
- 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
- 
Sequence[TagArgs] 
- Tags to assign to the cost category.
- ruleVersion "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
- defaultValue String
- The default value for the cost category
- name String
- The unique name of the Cost Category.
- splitCharge StringRules 
- Json array format of CostCategorySplitChargeRule in Billing and Cost Management API
- List<Property Map>
- Tags to assign to the cost category.
Outputs
All input properties are implicitly available as output properties. Additionally, the CostCategory resource produces the following output properties:
- Arn string
- Cost category ARN
- EffectiveStart string
- The Cost Category's effective start date.
- Id string
- The provider-assigned unique ID for this managed resource.
- Arn string
- Cost category ARN
- EffectiveStart string
- The Cost Category's effective start date.
- Id string
- The provider-assigned unique ID for this managed resource.
- arn String
- Cost category ARN
- effectiveStart String
- The Cost Category's effective start date.
- id String
- The provider-assigned unique ID for this managed resource.
- arn string
- Cost category ARN
- effectiveStart 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
- effectiveStart String
- The Cost Category's effective start date.
- id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
CostCategoryRuleVersion, CostCategoryRuleVersionArgs        
- CostCategory Expression V1 
- CostCategoryExpression.v1
- CostCategory Rule Version Cost Category Expression V1 
- CostCategoryExpression.v1
- CostCategory Expression V1 
- CostCategoryExpression.v1
- CostCategory Expression V1 
- CostCategoryExpression.v1
- COST_CATEGORY_EXPRESSION_V1
- CostCategoryExpression.v1
- "CostCategory Expression.v1" 
- CostCategoryExpression.v1
Tag, TagArgs  
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.