interface ICostCategoryRef
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.CE.ICostCategoryRef | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsce#ICostCategoryRef | 
|  Java | software.amazon.awscdk.services.ce.ICostCategoryRef | 
|  Python | aws_cdk.aws_ce.ICostCategoryRef | 
|  TypeScript | aws-cdk-lib»aws_ce»ICostCategoryRef | 
Implemented by
Cfn
Indicates that this resource can be referenced as a CostCategory.
Properties
| Name | Type | Description | 
|---|---|---|
| cost | Cost | A reference to a CostCategory resource. | 
| node | Node | The tree node. | 
costCategoryRef
Type:
Cost
A reference to a CostCategory resource.
node
Type:
Node
The tree node.
