{
  "billinggroup": {
    "key": "billinggroup",
    "arn": "arn:${Partition}:billingconductor::${Account}:billinggroup/${BillingGroupId}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ]
  },
  "pricingplan": {
    "key": "pricingplan",
    "arn": "arn:${Partition}:billingconductor::${Account}:pricingplan/${PricingPlanId}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ]
  },
  "pricingrule": {
    "key": "pricingrule",
    "arn": "arn:${Partition}:billingconductor::${Account}:pricingrule/${PricingRuleId}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ]
  },
  "customlineitem": {
    "key": "customlineitem",
    "arn": "arn:${Partition}:billingconductor::${Account}:customlineitem/${CustomLineItemId}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ]
  }
}