interface CostCategoryReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CE.CostCategoryReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsce#CostCategoryReference |
![]() | software.amazon.awscdk.services.ce.CostCategoryReference |
![]() | aws_cdk.aws_ce.CostCategoryReference |
![]() | aws-cdk-lib » aws_ce » CostCategoryReference |
A reference to a CostCategory resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ce as ce } from 'aws-cdk-lib';
const costCategoryReference: ce.CostCategoryReference = {
costCategoryArn: 'costCategoryArn',
};
Properties
Name | Type | Description |
---|---|---|
cost | string | The Arn of the CostCategory resource. |
costCategoryArn
Type:
string
The Arn of the CostCategory resource.