{
  "cloud-autonomous-vm-cluster": {
    "key": "cloud-autonomous-vm-cluster",
    "arn": "arn:${Partition}:odb:${Region}:${Account}:cloud-autonomous-vm-cluster/${CloudAutonomousVmClusterId}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ]
  },
  "cloud-exadata-infrastructure": {
    "key": "cloud-exadata-infrastructure",
    "arn": "arn:${Partition}:odb:${Region}:${Account}:cloud-exadata-infrastructure/${CloudExadataInfrastructureId}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ]
  },
  "cloud-vm-cluster": {
    "key": "cloud-vm-cluster",
    "arn": "arn:${Partition}:odb:${Region}:${Account}:cloud-vm-cluster/${CloudVmClusterId}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ]
  },
  "db-node": {
    "key": "db-node",
    "arn": "arn:${Partition}:odb:${Region}:${Account}:db-node/${DbNodeId}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ]
  },
  "odb-network": {
    "key": "odb-network",
    "arn": "arn:${Partition}:odb:${Region}:${Account}:odb-network/${OdbNetworkId}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ]
  },
  "odb-peering-connection": {
    "key": "odb-peering-connection",
    "arn": "arn:${Partition}:odb:${Region}:${Account}:odb-peering-connection/${OdbPeeringConnectionId}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ]
  }
}